Aug. 14, 2013
11:32 p.m.
I can confirm. However, if you save the image in interactive mode it works again. On 2013-08-14, at 17:09, Sven Van Caekenberghe <sven@stfx.eu> wrote:
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