Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 94:21:23 |
Calls: | 290 |
Calls today: | 1 |
Files: | 904 |
Messages: | 76,378 |
You can test gforth easily because there is a separate debian package
to attach the ffl library.
/usr/share/gforth/site-forth/ffl/str.fs:309: Undefined word
So I push them to https://github.com/uho/ffl
and hope it is accepted.
This git stuff apparently doesn't work this way. You must do a
pull request in git. Graphics interface, user friendly, just fill in
the form ... No way.
Has anybody succeeded in doing a contribution to git, other than
to your own archive?
albert@spenarnc.xs4all.nl writes:Who cares. There is a separate package to make it easier to run
You can test gforth easily because there is a separate debian package
to attach the ffl library.
Which one?
It does work!/usr/share/gforth/site-forth/ffl/str.fs:309: Undefined word
The site-forth directory is to allow site administrators to put in
Forth files. The Debian packager could put in files in the Debian
package nevertheless, but certainly in the gforth-0.7.3 package that
came with Debian 11 and Debian 12, the only file in site-forth is an
empty siteinit.fs.
My guess is that you installed the ffl at site-forth at some point,
which is the intended use for site-forth, but probably does not work
so well with the way that Debian packages are installed.
My bad. He is the owner, he cloned it, but he has no interest in it?So I push them to https://github.com/uho/ffl
and hope it is accepted.
Ulrich Hoffmann is not the maintainer of the ffl AFAIK, so I would not
expect him to accept the pull request.
The github repo of theAnd I didn't even try that. I have read that message too.
original author is <https://github.com/irdvo/ffl>, but that says:
| This repository has been archived by the owner on Sep 26, 2021. It is
| now read-only.
which explains why you cannot submit pull requests to that.
lso of
interest: <https://github.com/irdvo/ffl/issues/10>, where irdvo
writes:
|I lost my interest in forth.
|If you wish, you can fork the project and continue the development.
I don't know if anyone has picked up the baton. If not, maybe you
want to.
This git stuff apparently doesn't work this way. You must do a
pull request in git. Graphics interface, user friendly, just fill in
the form ... No way.
github is not git. In particular, git has no pull requests, no
issues, no web interface, nor lots of other github features, and is
not owned by Microsoft.
With git (and github), you can push to a repo if you have write access
to it. But repo maintainers don't give out write access easily, so
the usual way with github and similar services is to fork the repo on
github, push the changes to the forked repo, and then send a pull
request (aka merge request in gitlab) to the original repo; the
maintainer can then accept that or reject it.
Has anybody succeeded in doing a contribution to git, other than
to your own archive?
I have submitted
<https://github.com/blackducksoftware/ohcount/pull/44>, and it was
eventually accepted.
- anton
My initial prejudice with ffl is confirmed.
My initial prejudice with ffl is confirmed.
Your prejudice with its maintainability?
Bit-rot will demolish anybody's efforts (that is if people are
allowed to continue running arbitrary software on their devices
at all).
It probably shows my own prejudices, but does the FFL suite
complete its basic tests on ciforth after that single INCLUDE
fix? That is really impressive on both sides!
-marcel
In article <2024Dec12.094531@mips.complang.tuwien.ac.at>,
Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote: >>albert@spenarnc.xs4all.nl writes:
Who cares.You can test gforth easily because there is a separate debian package
to attach the ffl library.
Which one?
There is a separate package to make it easier to run
ffl in gforth.
My bad. He is the owner, he cloned it, but he has no interest in it?So I push them to https://github.com/uho/ffl
and hope it is accepted.
Ulrich Hoffmann is not the maintainer of the ffl AFAIK, so I would not >>expect him to accept the pull request.
The question remains. Why has Ullrich forked the archive if he
is not planning to do anything with it.
I certainly see that his ffl has 409 commits, the latest of which is
from August 4, 2011, whereas <https://github.com/irdvo/ffl> has 440
commits, the latest of which is from July 29, 2017. So it seems that
uho's interest in the ffl waned before irdvo's.
- anton
In article <2024Dec14.082309@mips.complang.tuwien.ac.at>,
Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote:
I certainly see that his ffl has 409 commits, the latest of which is
from August 4, 2011, whereas <https://github.com/irdvo/ffl> has 440 >>commits, the latest of which is from July 29, 2017. So it seems that
uho's interest in the ffl waned before irdvo's.