Issue 5081 in pharo: Remve Morph saving to file/loading

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

Issue 5081 in pharo: Remve Morph saving to file/loading

pharo
Status: FixReviewNeeded
Owner: [hidden email]
Labels: Type-Cleanup Milestone-1.4

New issue 5081 by [hidden email]: Remve Morph saving to file/loading
http://code.google.com/p/pharo/issues/detail?id=5081

... as it uses SmartRefStream and is unused.

removed methods:

Morph class removeSelector: #fileReaderServicesForFile:suffix:!
Morph class removeSelector: #fromFileName:!
Morph class removeSelector: #serviceLoadMorphFromFile!
Morph class removeSelector: #services!
Morph removeSelector: #postLoad!
Morph removeSelector: #saveOnFile!

Attachments:
        RemoveMorphSaving.1.cs  17.2 KB


_______________________________________________
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 5081 in pharo: Remve Morph saving to file/loading

pharo

Comment #1 on issue 5081 by [hidden email]: Remve Morph saving to  
file/loading
http://code.google.com/p/pharo/issues/detail?id=5081

the
#fileOutClass: extraClass andObject: theObject
can be removed from streams, because the only real sender is a Morph class.
Others are just super-senders.


_______________________________________________
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 5081 in pharo: Remve Morph saving to file/loading

pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 5081 by [hidden email]: Remve Morph saving to  
file/loading
http://code.google.com/p/pharo/issues/detail?id=5081

(No comment was entered for this change.)


_______________________________________________
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 5081 in pharo: Remve Morph saving to file/loading

pharo
Updates:
        Status: Integrated

Comment #3 on issue 5081 by [hidden email]: Remve Morph saving to  
file/loading
http://code.google.com/p/pharo/issues/detail?id=5081

ok I removed fileOutClass: extraClass andObject: theObject  in addition

14260


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