Comment #1 on issue 4837 by
[hidden email]: There continues to be a
AnObsoleteChangedMessageSet
http://code.google.com/p/pharo/issues/detail?id=4837There are multiple reference to a second tool registry there are a script
that cleaning the reference. I test, the second tools registry was
successfully garbage collect.
| first |
first := (ToolRegistry allInstances select: [:e | e hasToolNamed:
#changedMessageSet ])first.
(first pointersToExcept: #()) do: [:e |
"browseInstance Var"
1 to: (e class allInstVarNames size) do: [:f | ((e instVarAt: f )= first)
ifTrue: [(e instVarAt: f put: (Smalltalk tools))]].
"browse indexed field"
1 to: e basicSize do: [:f | ((e basicAt: f) = first) ifTrue: [(e basicAt:
f put: (Smalltalk tools))]]
].
first := 1.
Smalltalk garbageCollect
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker