This is a very minor change, but to me as important as having class comments, 'at last classified' categories etc... My rationale is : 1) #nextPut: #nextPutAll: are just like #add: #addAll: 2) that's how they historically behave 3) it's good to have homogeneity in the system Nicolas 2010/3/20 stephane ducasse <stephane.ducasse@free.fr>:
hi guys
I saw that nicolas fixed all the add: ... in squeak to return the argument and I like the idea I created an issue. Now I saw that nicolas fixed also nextPut:
Item was changed: Â ----- Method: DummyStream>>nextPut: (in category 'accessing') ----- Â nextPut: aByte + Â Â Â "do nothing" + Â Â Â ^aByte! - Â Â Â "do nothing"!
I checked the ANSI standard and this is unspecified. So I was wondering what the others dialects are doing? What do we do?
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project