Dyalog / qSE

Initialisation of ⎕SE, including source code that ends up somewhere in ⎕SE, and code to get it there.
https://help.dyalog.com/latest/#UserGuide/The%20APL%20Environment/Session%20Initialisation.htm
MIT License
4 stars 0 forks source link

User should be warned if DYALOGLINK points to an unreadable folder #1

Closed mkromberg closed 1 year ago

mkromberg commented 1 year ago

At startup, the user needs to be warned if the most important parts of initialisation cannot be performed due to invalid configuration.

Andy needs to be consulted about exactly how the warning should be issued, whether APL should terminate, etc.

abrudz commented 1 year ago

After consulting Andy, now prints Cannot read DYALOGLINK ("path/given"). Press Enter.' then pauses for 5 seconds and quits with code 1 (initialisation error).