pharo-launcher icon indicating copy to clipboard operation
pharo-launcher copied to clipboard

Init scripts are invoked using the `eval` instead of `st` command line handler

Open belaroesener opened this issue 4 months ago • 0 comments

Starting a fresh Pharo 14 image with an init script results in a debugger opening up.

Apparently the image is invoked using eval + the script name. In Pharo 13 this evaluates the script, in Pharo 14 it tries to evaluate the path name as pharo code, resulting in an error. Both Pharo 13 and 14 support the st command line handler which seems to be the intended method to run scripts.

belaroesener avatar Dec 18 '25 11:12 belaroesener