[Pharo-project] Allow $- anywhere in binary selector

2010-03-06 Thread stephane ducasse
Lukas and others Nicolas published a version for pharo and it would be really cool if you could help me http://code.google.com/p/pharo/issues/detail?id=2115 Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Allow $- anywhere in binary selector

2010-03-06 Thread Lukas Renggli
Nicolas published a version for pharo and it would be really cool if you could help me        http://code.google.com/p/pharo/issues/detail?id=2115 What should I do? - I can update the RB so that it works the same way. - I can provide rewritten code for the complete core system that uses

Re: [Pharo-project] Allow $- anywhere in binary selector

2010-03-06 Thread Lukas Renggli
- I can provide rewritten code for the complete core system that uses ambiguous constructs like 1...@-2. Compiler recompileAll will transcript the ambiguous constructs already. If you want, that would be useful to avoid spreading my initials everywhere (I hate spreading, at least when I add

Re: [Pharo-project] Allow $- anywhere in binary selector

2010-03-06 Thread Stéphane Ducasse
On Mar 6, 2010, at 11:41 AM, Lukas Renggli wrote: - I can provide rewritten code for the complete core system that uses ambiguous constructs like 1...@-2. Compiler recompileAll will transcript the ambiguous constructs already. If you want, that would be useful to avoid spreading my