As a side issue here, does anyone have a pointer to an intelligible document about using git? I've tried assorted sources and so far none of it really makes a lot of sense. I can manage a `git clone URL` and that's about it. How can I get a particular historical version, for example? Are any of the dummies guide or similar things available online? A good tutorial? tim -- tim Rowledge; [hidden email]; http://www.rowledge.org/tim You never finish a program, you just stop working on it. |
> On 2020-03-16, at 12:26 PM, Jakob Reschke <[hidden email]> wrote: > > tim Rowledge <[hidden email]> schrieb am Mo., 16. März 2020, 18:47: > > I can manage a `git clone URL` and that's about it. How can I get a particular historical version, for example? > > After the clone, you can do (in the cloned directory) > > git checkout <commit-id/sha-1> Thanks; I was able to change to the end-of-december sources ok. Obviously, it didn't compile properly because something else was broken :-( In this case the SqueakFFI Prims.c test for the assorted ARM defines wasn't happy. Such fun... tim -- tim Rowledge; [hidden email]; http://www.rowledge.org/tim Strange OpCodes: RWD: Rewind Disk |
In reply to this post by timrowledge
Oops. forward here where it belongs.
tim -- tim Rowledge; [hidden email]; http://www.rowledge.org/tim Any given program will expand to fill available memory. |
In reply to this post by timrowledge
> On 2020-03-16, at 6:01 PM, tim Rowledge <[hidden email]> wrote: > > > In this case the SqueakFFI Prims.c test for the assorted ARM defines wasn't happy. Such fun... Apparently we absolutely needed the defined(__ARM_ARCH_6__) clause, which is generated in the latest system; perhaps this lack explain the failed builds we had a batch of. A VM built with the Dec 30 sources (as in git checkout f954a914716e28b929ef173f2f3eae12652d86ef) and the SqueakFFIPrims.c patched as above builds a VM that runs the 5.3 release image ok (so far). tim -- tim Rowledge; [hidden email]; http://www.rowledge.org/tim In /dev/null no one can hear you scream |
Free forum by Nabble | Edit this page |