Issue 6080 in pharo: Fixing classBuilderTest

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

Issue 6080 in pharo: Fixing classBuilderTest

pharo
Status: FixToInclude
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 6080 by [hidden email]: Fixing classBuilderTest
http://code.google.com/p/pharo/issues/detail?id=6080

PragmaCollector>>classRemovedEventOccurs: anEvent
        "a class has been removed: first see if the class is not my class
        because then I must be unplugged from system event notifications"
        anEvent removedClass = self class
                ifTrue: [^ self noMoreNotifications].
        "remove all handler which are from the removed class"
        (self pragmasOfClass: anEvent removedClass class)
                do: [:handler | self removePragma: handler]


_______________________________________________
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 6080 in pharo: Fixing classBuilderTest

pharo

Comment #1 on issue 6080 by [hidden email]: Fixing classBuilderTest
http://code.google.com/p/pharo/issues/detail?id=6080

(No comment was entered for this change.)

Attachments:
        Fix.cs  581 bytes


_______________________________________________
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 6080 in pharo: Fixing classBuilderTest

pharo

Comment #2 on issue 6080 by [hidden email]: Fixing classBuilderTest
http://code.google.com/p/pharo/issues/detail?id=6080

in 20136


_______________________________________________
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 6080 in pharo: Fixing classBuilderTest

pharo
Updates:
        Status: Integrated

Comment #3 on issue 6080 by [hidden email]: Fixing classBuilderTest
http://code.google.com/p/pharo/issues/detail?id=6080

(No comment was entered for this change.)


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