Re: [Pharo-project] Fuel or image segments (project files)
On Sep 15, 2011, at 8:53 AM, Martin Dias wrote:
Hi Dimitri,
I think image segments are supported in same way in Pharo but I'm not sure.
ImageSegments are in 1.3, but we removed them in 1.4. But Projects are not working in Pharo since 1.0.
About Fuel, it is in active development. It currently works and has several release versions but it doesn't replace completely ImageSegment. Hopefully we might be capable of doing that in some months... at the moment you can find some limitations, especially if you were using DiskProxy (do you?).
There is more info, including how to install and try it, here: http://rmod.lille.inria.fr/web/pier/software/Fuel
Cheers, MartÃn
On Wed, Sep 14, 2011 at 6:59 PM, Dimitry Golubovsky <golubovsky@gmail.com> wrote: Hi,
The application I am working on (which currently runs under Squeak VM on Android) will be migrated to Pharo. The current version heavily relies upon use of image segments (projects) which provides a simple (though slow) way to save/restore the application data not touching the image (the Squeak port is unable to save images anyway, Cog can do this, but I'd rater not touch the image) with versioning.
Are image segments supported in Pharo Core same way? I saw a message about stopping the support of image segments in future versions of Pharo in favor of Fuel. What is current status of Fuel development? Is it usable?
Thanks.
-- Dimitry Golubovsky
Anywhere on the Web
-- Marcus Denker -- http://marcusdenker.de
On 9/15/11 3:58 AM, "Marcus Denker" <marcus.denker@inria.fr> wrote:
But Projects are not working in Pharo since 1.0. Curious how you do this. I try in Pharo 1.4 all know ways as in Squeak . Drag and drop the Foo.pr file do not work, Navigating though FileList and selecting do not work
Navigating the image shows Project class with 9 places where it is used. Don't see any way of creating a Project. If I decide create a FunPharo kind of .image take all logic about working with Projects from OLPC image, so we have the most advanced Projects and Etoys Edgar
participants (2)
-
Edgar J. De Cleene -
Marcus Denker