Issue 4837 in pharo: There continues to be a AnObsoleteChangedMessageSet

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4837 in pharo: There continues to be a AnObsoleteChangedMessageSet

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-FailingTest Milestone-1.4

New issue 4837 by [hidden email]: There continues to be a  
AnObsoleteChangedMessageSet
http://code.google.com/p/pharo/issues/detail?id=4837

There continues to be a AnObsoleteChangedMessageSet


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4837 in pharo: There continues to be a AnObsoleteChangedMessageSet

pharo

Comment #1 on issue 4837 by [hidden email]: There continues to be a  
AnObsoleteChangedMessageSet
http://code.google.com/p/pharo/issues/detail?id=4837

There 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4837 in pharo: There continues to be a AnObsoleteChangedMessageSet

pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 4837 by [hidden email]: There continues to be a  
AnObsoleteChangedMessageSet
http://code.google.com/p/pharo/issues/detail?id=4837

test freesh image the reference is clean.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4837 in pharo: There continues to be a AnObsoleteChangedMessageSet

pharo
Updates:
        Status: Integrated

Comment #3 on issue 4837 by [hidden email]: There continues to be a  
AnObsoleteChangedMessageSet
http://code.google.com/p/pharo/issues/detail?id=4837

in 14178


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker