Issue 6542 in pharo: unload package Polimorph

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

Issue 6542 in pharo: unload package Polimorph

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug

New issue 6542 by [hidden email]: unload package Polimorph
http://code.google.com/p/pharo/issues/detail?id=6542

it is there... and marked as dirty.



_______________________________________________
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 6542 in pharo: unload package Polimorph

pharo
Updates:
        Status: FixToInclude

Comment #1 on issue 6542 by [hidden email]: unload package Polimorph
http://code.google.com/p/pharo/issues/detail?id=6542

this in preamble or postload:

(MCWorkingCopy allManagers
        detect: [ :each | each packageName = 'Polymorph' ]
        ifNone: [ nil ])
        ifNotNil: [ :wc | wc unregister ]


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