Issue 6103 in pharo: DataStream doesn't want to die

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

Issue 6103 in pharo: DataStream doesn't want to die

pharo
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=6103

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

Re: Issue 6103 in pharo: DataStream doesn't want to die

pharo
Updates:
        Status: FixToInclude

Comment #1 on issue 6103 by [hidden email]: DataStream doesn't  
want to die
http://code.google.com/p/pharo/issues/detail?id=6103

Yeap, doing

DataStream removeFromSystem.
RPackageOrganizer  default unregisterPackageNamed: #'System-Object Storage'.

does it.  No MC packages nor RPackages remain for that.


_______________________________________________
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 6103 in pharo: DataStream doesn't want to die

pharo
Updates:
        Status: Integrated

Comment #2 on issue 6103 by [hidden email]: DataStream doesn't want  
to die
http://code.google.com/p/pharo/issues/detail?id=6103

in 2.0 160


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