Aug. 14, 2013
8:09 p.m.
Hi, I have the impression that the --no-quit option of the eval command line handler is broken in 3.0 latest. This used to work ./pharo Pharo.image --no-quit eval 'ZnServer startDefaultOn: 8080.' while now, only this works ./pharo Pharo.image eval 'ZnServer startDefaultOn: 8080. [1 hour asDelay wait] repeat.' Can anyone confirm this ? Maybe with another example ? It is a bit hard to debug: nothing happens with --no-quit, no error, no log file⦠Sven