July 5, 2012
7:28 p.m.
Hi (Guillermo), It seems that SmalltalkImage>>#snapshot:andQuit: no longer returns the value of resuming (a Boolean), so that the following in a script to build a new image no longer works: | resuming | resuming := SmalltalkImage current saveAs: 'my-image'. resuming ifFalse: [ Smalltalk snapshot: false andQuit: true ]. Was this intentional ? What is the alternative ? Thx, Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill