Updates:
Status: FixReviewNeeded
Comment #3 on issue 5499 by
[hidden email]:
SequenceableCollection>>#copyReplaceAll:with:asTokens: should be moved to
string
http://code.google.com/p/pharo/issues/detail?id=5499The validation is not in the last version of the image, he.
I moved that method to String, and implemented in text things like:
copyReplaceAll: oldSubstring with: newSubstring asTokens: asTokens.
^(self string copyReplaceAll: oldSubstring with: newSubstring asTokens:
asTokens) asText.
I removed the Trait testing this from every sequenceable collection test
and keep it only in string and symbol tests.
Now, is it ok to expect this replacement only for strings?
Attachments:
copyReplaceAll move.2.cs 51.4 KB
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker