Dear Rainer,
It is great that you are following development trying things on
different systems. For instance, the question remains open regarding
paths in command lines that contain spaces: is it ok to pack them
between quotes or should we replace them backslash spaces? (Indeed I
could search for the answer but it's easier to try!) When I do
experiments on a grammar I create a copy of it, which means
"-gr.NotReich" will become "-gr.NotReich copy" on the Mac.
I also like very much your submissions of PHP files to GitHub. PHP gives
immediate results and I don't spend time documenting changes, with the
risk of forgetting some worthy material in an older version. For
instance, useful to see the updates in the reformat_grammar() command:
https://github.com/bagong/bolprocessor/commit/489ccd57554ebebdbbfc6faeed393c6a7b5b3349#diff-e1f470c90e7b480908538e55dd6ecfcd
At the moment I don't modify C code — just sending a few suggestions to
Anthony — and I feel uneasy with potential conflicts in modifying bits
of code which I remember have been strongly interdependant. (I can
indeed modify a C source file and recompile calling MakeFile to check a
minor change.)
Bernard
Rainer Schütz wrote on 23/07/2020 22:24:
> Dear friends,
>
> I’ve come around now to try building on Windows and the Raspberry Pi. It looks great. I’ve been spending some time filing on a script that builds and runs the commands Anthony suggested to try out his new version. I am keeping that script (“tests”;-) ) in a Github repo where I mirror Anthony’s repo, and where I also fold in Bernard’s snapshots (I think I wrote about this already? If not, tell me what you think).
>
> It’s onhttps://github.com/bagong/bolprocessor on the branch bagong (default branch there). On that branch I’ve also put the ctests folder under version control because that way I can easily move it to any computer on which I try building. The script sends all output to a file, puts them in an archive, and uploads it to a a webserver. You can download recent output and the binaries from here:
>
> https://bp.bagong.de
>
> Hopefully I’ll find some time on the weekend to configure a apache-php environment on Windows. I’ll let you know how that went;-)
>
> Best
> Rainer
|