Comment #2 on issue 3283 by Benjamin.VanRyseghem.Pharo: Symbol dependencie
http://code.google.com/p/pharo/issues/detail?id=3283It's fixed (I hope).
I've totally remodel dependencies between Symbol and Scanner :
TypeTable is now in String
isLiteralSymbol is in String too
readFrom: does not depends of Scanner anymore
neither does storeOn:
I've added some tests (and recategorized some others), but if someone
can have a look at SymbolTest>>#expectedBehavior, cause I do not know very
well the expected behavior ^^
The changeSort is attached
Attachments:
SymbolClassReadFrom.2.cs 34.0 KB