Issue 6259 in pharo: DataStream is still there

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

Issue 6259 in pharo: DataStream is still there

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

New issue 6259 by [hidden email]: DataStream is still there
http://code.google.com/p/pharo/issues/detail?id=6259

in the next postscript:


SmalltalkImage current removeClassNamed: #DataStream.
SmalltalkImage removeSelector: #objectForDataStream:.


_______________________________________________
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 6259 in pharo: DataStream is still there

pharo

Comment #1 on issue 6259 by [hidden email]: DataStream is still there
http://code.google.com/p/pharo/issues/detail?id=6259

[SmalltalkImage current removeClassNamed: #DataStream] on:Error do: [].
SmalltalkImage removeSelector: #objectForDataStream:.
ScriptLoader new deletePackage: 'System'.


_______________________________________________
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 6259 in pharo: DataStream is still there

pharo
Updates:
        Status: Integrated

Comment #2 on issue 6259 by [hidden email]: DataStream is still there
http://code.google.com/p/pharo/issues/detail?id=6259

in 2.0 182


_______________________________________________
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 6259 in pharo: DataStream is still there

pharo
Updates:
        Status: Accepted

Comment #3 on issue 6259 by [hidden email]: DataStream is still  
there
http://code.google.com/p/pharo/issues/detail?id=6259

Guys, I'm in Latest update: #20186 (downloaded from jenkins) and DataStream  
is still there...


_______________________________________________
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 6259 in pharo: DataStream is still there

pharo
Updates:
        Status: FixToInclude

Comment #4 on issue 6259 by [hidden email]: DataStream is still there
http://code.google.com/p/pharo/issues/detail?id=6259

The attached .st allows deleting classes with a nil RPackage.


After that in the postscript:

SmalltalkImage current removeClassNamed: #DataStream

Attachments:
        RPackageOrganizer-fullyRemoveClassNamed.st  773 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 6259 in pharo: DataStream is still there

pharo
Updates:
        Status: Integrated

Comment #5 on issue 6259 by [hidden email]: DataStream is still there
http://code.google.com/p/pharo/issues/detail?id=6259

in 2.0 195


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