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 <[email protected]>:
> 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
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

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

Reply via email to