Comment #4 on issue 5564 by
[hidden email]: Support bit operations on
Boolean / Integers
http://code.google.com/p/pharo/issues/detail?id=5564Bitwise operations are supposedly symmetric, yes?
Again:
true & 3 -> 3
3 & true -> 1
I'm not saying we should enforce it, I'm saying it's against good taste to
use a selector which already has a different meaning for a valid argument
(when you expect symmetry)
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker