Sean P. DeNigris wrote > When I materialized in another $40555 image, one of the values is in the > wrong inst var!
Same in both images: VsVendor instanceVariables. VsVendor instVarIndexFor: #name. VsVendor instVarIndexFor: #aliases. Different between images: VsVendor slots. "#name and #aliases are reversed" Could this be the source of the error? NB: the source image had the slots reversed compared to the inst var indexes, the file-in target had the slots in the same order as the inst var indexes. If it helps, here's a fileout of the class and the fuel file: VsVendor.st <http://forum.world.st/file/n4811630/VsVendor.st> vendor.st <http://forum.world.st/file/n4811630/vendor.st> ----- Cheers, Sean -- View this message in context: http://forum.world.st/BUG-Strange-Fuel-Result-tp4811628p4811630.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
