[Pharo-project] [ANN] ConfigurationOfMagma for Magma 1.1r1
Hi Mariano, why dont you add: (Scanner class includesSelector: #allowUnderscoreAsAssignment:) ifTrue: [Scanner allowUnderscoreAsAssignment: true] to the #preLoadForPharo ? Bye T. -- GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
Hi Torsten...I guess you meant Miguel ? On Tue, Jul 20, 2010 at 8:29 AM, Torsten Bergmann <astares@gmx.de> wrote:
Hi Mariano,
why dont you add:
(Scanner class includesSelector: #allowUnderscoreAsAssignment:) ifTrue: [Scanner allowUnderscoreAsAssignment: true]
to the #preLoadForPharo ?
Bye T. -- GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
El mar, 20-07-2010 a las 08:29 +0200, Torsten Bergmann escribió:
Hi Mariano,
why dont you add:
(Scanner class includesSelector: #allowUnderscoreAsAssignment:) ifTrue: [Scanner allowUnderscoreAsAssignment: true]
Yes, in fact the correct one is through the Preferences or Setting classes. Yesterday was late and I had little time for do it correctly, only reverted it to the previous version. But this is just for this case. We *need* to make a decision for how this will work. There are packages that will be more and more affected by changes between releases and a single method with lots of conditionals will reach the C preprocesor nightmare we now :) This night I will make the changes so that ConfigurationOfMagma work in 1.0, 1.1 and 1.2 Cheers
to the #preLoadForPharo ?
Bye T.
-- Miguel Cobá http://miguel.leugim.com.mx
participants (3)
-
Mariano Martinez Peck -
Miguel Enrique Cobá MartÃnez -
Torsten Bergmann