Issue 5502 in pharo: Remove unneeded #species overrided

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

Issue 5502 in pharo: Remove unneeded #species overrided

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

New issue 5502 by [hidden email]: Remove unneeded #species overrided
http://code.google.com/p/pharo/issues/detail?id=5502

CharacterSet removeSelector: #species!
MessageTally removeSelector: #species!
DateAndTime removeSelector: #species!
TextStyle removeSelector: #species!

(just return class as the one in Object)

Attachments:
        SpeciesClean.1.cs  245 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 5502 in pharo: Remove unneeded #species overrided

pharo
Updates:
        Status: Integrated

Comment #1 on issue 5502 by [hidden email]: Remove unneeded #species  
overrided
http://code.google.com/p/pharo/issues/detail?id=5502

in 14399


_______________________________________________
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 5502 in pharo: Remove unneeded #species overrided

pharo

Comment #2 on issue 5502 by [hidden email]: Remove unneeded #species  
overrided
http://code.google.com/p/pharo/issues/detail?id=5502

DateAndTime species needs to be there.
Otherwise you reintroduce incorrect DateAndTime/Timestamp comparition as  
described in http://code.google.com/p/pharo/issues/detail?id=2872


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