On 4/15/12 10:41 AM, "Mariano Martinez Peck" <marianopeck@gmail.com> wrote:
What Pavel used, and what you asked, is about FuelPackageLoader. So, first we justo to load such package when using ConfigurationOfFuel. You should load the group 'PackageLoaderWithTests' in Pharo. Notice that nor FuelMetalevel nor FuelPackageLoader works on Squeak nor Quis. At least, not by default. This is because in Pharo classes have traits, which were removed in Squeak.
Thanks for clarify, and I have Fuel working on Squeak. Not on Cuis, yet
Regarding your question of how to serialize a package with FuelPackageLoader, it is something like this:
FileStream forceNewFileNamed: 'Morphic.fuel' do: [:aStream | Â Â Â Â aStream binary. Â Â Â Â FLPackageStore new storeOn: aStream packageNamed: 'Morphic'.].
So far we do not have the granularity of claases in FuelPackageLoader, that is, the granularity is packages.
Cheers,
I read all you and Martin made in GSoC. Good luck Very thanks Edgar