On 12 August 2011 20:29, Igor Stasenko <[email protected]> wrote: > On 12 August 2011 20:16, Mariano Martinez Peck <[email protected]> wrote: >> Tried in Pharo 1.4. >> >> Scanner allowUnderscoreAsAssignment ->> true. >> >> I then try to compile: >> >> testUnderscore >> | a | >> a _ 'a'. >> self assert: a equals: 'a' >> >> And I get: >> >> testUnderscore >> | a | >> a _ Nothing more expected ->'a'. >> self assert: a equals: 'a' >> > > Ouch.. Someone (actually Ben) > has moved initializeTypeTable to String... > > what you are smoking Ben? :) > okay, i can ask more politely: why??? > at least, if you doing refactorings like that, you should also modify other places. There should be no two implementations of initializeTypeTable. We don't need two.
>> >> thanks >> >> -- >> Mariano >> http://marianopeck.wordpress.com >> >> > > > > -- > Best regards, > Igor Stasenko AKA sig. > -- Best regards, Igor Stasenko AKA sig.
