Issue 5123 in pharo: Clone is sent but not defined in FloatArray

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

Issue 5123 in pharo: Clone is sent but not defined in FloatArray

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.4

New issue 5123 by [hidden email]: Clone is sent but not defined in  
FloatArray
http://code.google.com/p/pharo/issues/detail?id=5123

- anObject
        ^self clone -= anObject


_______________________________________________
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 5123 in pharo: Clone is sent but not defined in FloatArray

pharo
Updates:
        Status: FixToInclude

Comment #1 on issue 5123 by [hidden email]: Clone is sent but not  
defined in FloatArray
http://code.google.com/p/pharo/issues/detail?id=5123

Solution is

Float>>- anObject
        ^self shallowCopy -= anObject


_______________________________________________
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 5123 in pharo: Clone is sent but not defined in FloatArray

pharo
Updates:
        Status: Closed

Comment #2 on issue 5123 by [hidden email]: Clone is sent but not  
defined in FloatArray
http://code.google.com/p/pharo/issues/detail?id=5123

in 14264


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