Issue 3860 in pharo: Overzealous arithmetic collection removal

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

Issue 3860 in pharo: Overzealous arithmetic collection removal

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

New issue 3860 by [hidden email]: Overzealous arithmetic collection  
removal
http://code.google.com/p/pharo/issues/detail?id=3860

Separated to http://www.squeaksource.com/CollectionArithmetic.

FloatArray and WordArray methods should be moved back into the image, as  
these specifically are numerical collections, not for general storage.

It makes very little sense to remove the operations, but keep the primitive  
methods they use...

Also be careful dot: change from Issue 3701 is not reverted when merging.