Re: [Pharo-project] RBScanner>>#initializeClassificationTable
On Nov 25, 2010, at 11:12 PM, Lukas Renggli wrote:
The setting is Compiler > Allow underscore as assignment.
Ok I was confused. This is more a toggle and we should change the description of the setting to convey that. Stef
That's fair, because you can't use underscores in selectors in Pharo.
Strange because I was sure that we integrate it that behavior to help people calling C function.
The above statement is wrong. Of course underscores can be used in selectors and variables for a long time already.
Thanks lukas. I was surprised and I was starting to look in the bugentry. So you saved me some time. Apparently there is no setting to control it. Do you know how to configure it so that I enter a bug entry to make sure that we get a setting?
Lukas
-- Lukas Renggli www.lukas-renggli.ch
-- Lukas Renggli www.lukas-renggli.ch
The setting is Compiler > Allow underscore as assignment.
Ok I was confused. This is more a toggle and we should change the description of the setting to convey that.
In Pharo 1.0 we added the option (underscore assignments). In Pharo 1.1 we disabled the option (underscore assignments) by default. In Pharo 1.2 we hopefully remove the option (underscore assignments) to get rid of them for all and forever. Lukas -- Lukas Renggli www.lukas-renggli.ch
participants (2)
-
Lukas Renggli -
Stéphane Ducasse