Status: FixReviewNeeded
Owner: marianopeck
Labels: Type-Cleanup Milestone-2.0
New issue 6103 by marianopeck: DataStream doesn't want to die
http://code.google.com/p/pharo/issues/detail?id=6103But I will kill it anyway.
So removing 'System-Object Storage' didn't work. I did:
ScriptLoader new deletePackageNamed: 'System-Object Storage'.
Now the MCWorkingCopy is removed (I don't see the package in Monticello
Browser), but I can still browse the class DataStream, and the package is
available from Nautilus.
Now if I do:
RPackageOrganizer default unregisterPackageNamed: #'System-Object Storage'
I don't see the package in Nautilus, but the class "DataStream" is still
alive. I can do "DataStream name -> #DataStream" ..et...when I browse it
with Nautilus I don't see the class but the category _UnpackagedPackage..
Anyway....to kill it, the way I found to do it is:
DataStream removeFromSystem.
RPackageOrganizer default unregisterPackageNamed: #'System-Object Storage'.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker