[Pharo-fuel] [squeak-dev] [ANN] Fuel 1.8.1

Martin Dias tinchodias at gmail.com
Fri Feb 15 09:36:27 UTC 2013


On Thu, Feb 14, 2013 at 10:18 PM, Max Leske <maxleske at gmail.com> wrote:
> I've written some tests and have the following to report: serializing / materializing Environments is not a problem at all. Even serializing / materializing a shallow copy of "Smalltalk globals" works. The only thing that doesn't work is the materialization of that specific instance of Environment that is returned by "Smalltalk globals".
> The only difference between that instance and a shallow copy of it is the set of references TO each instance, right? But that shouldn't make any difference to Fuel (AFAIK).
>
> Mariano, Martin? Any ideas?

You could put a halt in FLAnalysis>>trace: and watch there why other
objects than the environment is traced. Or you could try
FLGraphViewBuilder explained in the debug doc, to visually explore the
graph.


>
> I attached the tests.


More information about the Squeak-dev mailing list