Not on purpose, sorry :). I'll provide a slice to reintegrate that.
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