Re: Startup with command line parameters....

2023-06-05 Thread Dr . Jürgen Sauermann
Hi Peter, you are excused. The developer guide is quite new and you are now probably the first who read it. The READMEs are intended for "normal" users while the HOWTOs are for those that want to look a little deeper into specific GNU APL topics  (including myself). Best Regards, Jürgen On

Re: Startup with command line parameters....

2023-06-05 Thread Dr . Jürgen Sauermann
Hi Peter, thanks for the proposal. The logging facilities are already described in the *GNU-APL-Designers-Guide.html* and I have added a note concerning *-l 37*. Also: *apl --help** * mentions it, although it could be missed there due to the many command line options. *SVN 1705*. Best

Re: Startup with command line parameters....

2023-06-05 Thread Peter Teeson
Hi Jürgen: Thanks for your reply. I feel somewhat stupid because never thought to look in HOWTOs. Too brainwashed by macOS world view vs Linux world view. respect… Peter > On Jun 5, 2023, at 6:51 AM, Dr. Jürgen Sauermann > wrote: > > Hi Peter, > > thanks for the proposal. The logging

libapl.cc bug

2023-06-05 Thread Chris Moller
Hi, Jürgen, Xtian Robert just sent me a libedif bug, but building libapl.so so I could fix that bug I found a few libapl bugs of the form: libapl.cc: In function ‘void disable_safe_mode()’: libapl.cc:985:4: error: ‘uprefs’ was not declared in this scope  985 |    uprefs.safe_mode =

Re: libapl.cc bug

2023-06-05 Thread Dr . Jürgen Sauermann
Hi Chris, thanks. I moved made the uprefs variable from top-level to class UserPreferences (where it belongs). That change had not propagated to all build branches, but now I hope it is everywhere. *SVN 1707*. Best Regards, Jürgen On 6/5/23 17:42, Chris Moller wrote: Hi, Jürgen, Xtian