[squeak-dev] [ANN] Fuel 1.8.1

Max Leske maxleske at gmail.com
Thu Jan 3 12:58:42 UTC 2013


Thanks Hannes, I'll look at that.


On 03.01.2013, at 13:47, H. Hirzel <hannes.hirzel at gmail.com> wrote:

> Hello
> 
> [Test]
> 
> Loading Fuel 1.8.1 into http://ftp.squeak.org/4.4/Squeak4.4-12327.zip runs fine.
> All 252 tests are green.
> 
> Thank you, Max, for your porting work. This is a very useful asset to
> have in Squeak.
> 
> 
> 
> A thing which does not work:
> The example in  the class comment of FLSerializer gives a walkback
> 
> 
> | sourceArray  loadedArray |
> sourceArray :=
> 	Array
> 		with: 'a string'
> 		with: Transcript
> 		with: [ Transcript show: 'a string' ].
> 
> "Store to the file"
> FLSerializer serialize: sourceArray toFileNamed: 'example.FL'.
> 
> "Load from the file"
> loadedArray := FLMaterializer materializeFromFileNamed: 'example.FL'.
> 
> 
> 
> 
> Without having to serialize the block [ Transcript show: 'a string' ]
> it runs fine.
> 
> | sourceArray  loadedArray |
> sourceArray :=
> 	Array
> 		with: 'a string'
> 		with: Transcript.
> 
> "Store to the file"
> FLSerializer serialize: sourceArray toFileNamed: 'example0.FL'.
> 
> "Load from the file"
> loadedArray := FLMaterializer materializeFromFileNamed: 'example0.FL'.
> 
> 
> 
> --Hannes
> 
> 
> 
> 
> 
> On 1/2/13, Max Leske <maxleske at gmail.com> wrote:
>> Thanks guys!
>> 
>> 
>> On 02.01.2013, at 20:13, Chris Muller <asqueaker at gmail.com> wrote:
>> 
>>>> I've added a package to SqueakMap, together with a release for 4.4.
>>>> This means my name's attached to the package, but I've tried to make
>>>> it clear it's not my work :)
>>> 
>>> No problemo, I just made it a Community Supported package.  Now anyone
>>> will be able to add or update the release entry's.
>>> 
>> 
>> 
>> 
> 



More information about the Squeak-dev mailing list