[Pharo-project] Issue 1544: allowUnderscoreAssignment preference is not working
Dec. 4, 2009
4:28 p.m.
-------------------------- whatever value is set to allowUnderscoreAssignment preference, underscore is always allowed. the fix seems simple. it consists in changing the Scanner typeTable initialization. by replacing the line newTable at: $_ asciiValue put: #leftArrow. by newTable at: $_ asciiValue put: #xUnderscore. in Scanner class>>initialize -> SLICE-allowUnderscoreAssignmentFix-AlainPlantec.1 in inbox --------------------------- Alain
6083
Age (days ago)
6083
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alain Plantec