> On 13 Mar 2015, at 02:24, Sean P. DeNigris <[email protected]> wrote: > > Sean P. DeNigris wrote >> the file-in target had the slots in the same order as the inst var >> indexes. > > One more observation: if I serialize in the second image (the one that > originally materialized), and materialize in a fresh image, the object is > faithfully created i.e. the same as the serialized object. > >
Hi Sean This definitely sounds like a problem related to slots. Fuel materializes instance variables by name and not by index, so what you describe shouldn’t be possible. I’ll see what I can find. Cheers, Max > ----- > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/BUG-Strange-Fuel-Result-tp4811628p4811631.html > Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com. >
