[Pharo-project] image persistency does not seem to work
Hi, I am testing the latest Pier2 based on Pharo 1.3, and I got an error when trying to use the image-based persistency. The error happens in: PRImagePersistency>>saveImageAndBackupAs: aString ... image openSourceFiles; saveImageSegments; snapshot: true andQuit: false in particular, the SmalltalkImage does not understand saveImageSegments anymore. Is this some cleanup that happened in Pharo and that requires a new package to be loaded? Cheers, Doru -- www.tudorgirba.com "To utilize feedback, you first have to acquire it."
You can probably remove the call to #saveImageSegments. And the Image Segment persistency strategy should probably be removed too. Lukas On Saturday, 24 September 2011, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
I am testing the latest Pier2 based on Pharo 1.3, and I got an error when trying to use the image-based persistency.
The error happens in:
PRImagePersistency>>saveImageAndBackupAs: aString ... image openSourceFiles; saveImageSegments; snapshot: true andQuit: false
in particular, the SmalltalkImage does not understand saveImageSegments anymore. Is this some cleanup that happened in Pharo and that requires a new package to be loaded?
Cheers, Doru
-- www.tudorgirba.com
"To utilize feedback, you first have to acquire it."
-- Lukas Renggli www.lukas-renggli.ch
Hi Marcus, hi Lucas, Thanks. I removed the call and everything is Ok. Cheers, Doru On 24 Sep 2011, at 18:55, Lukas Renggli wrote:
You can probably remove the call to #saveImageSegments. And the Image Segment persistency strategy should probably be removed too.
Lukas
On Saturday, 24 September 2011, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
I am testing the latest Pier2 based on Pharo 1.3, and I got an error when trying to use the image-based persistency.
The error happens in:
PRImagePersistency>>saveImageAndBackupAs: aString ... image openSourceFiles; saveImageSegments; snapshot: true andQuit: false
in particular, the SmalltalkImage does not understand saveImageSegments anymore. Is this some cleanup that happened in Pharo and that requires a new package to be loaded?
Cheers, Doru
-- www.tudorgirba.com
"To utilize feedback, you first have to acquire it."
-- Lukas Renggli www.lukas-renggli.ch
-- www.tudorgirba.com "To utilize feedback, you first have to acquire it."
participants (2)
-
Lukas Renggli -
Tudor Girba