Hi,
OrderedCollection>>copyWithAll: does not work.
(OrderedCollection with: 1 with: 2) copyWithAll: {3 . 4 . 5 }
throws an error. It uses replaceFrom:to:with: which tries
to operate on non-existing indexes. copyWithAll: is just
used at two places
MADistribution>>addPostscript:
and
MADistribution>>addPreamble:
These make use of Collection>>copyWithAll: which works for
String objects. OrderedCollection>>copyWithAll: is never
used.
So it isn't that important and might be better removed
regards,
Norbert
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki