[Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-11-23 Thread pharo
Status: Fixed Owner: Benjamin.VanRyseghem.Pharo New issue 3283 by Benjamin.VanRyseghem.Pharo: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 Attached : a change sort which fix a dependencie between Symbol and Scanner Attachments: SymbolClassReadFrom.1.cs 532 by

Re: [Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-11-24 Thread pharo
Updates: Status: Started Comment #1 on issue 3283 by marcus.denker: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 Nope... Symbol readFromString: '#''abc'''

Re: [Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-11-24 Thread pharo
Comment #2 on issue 3283 by Benjamin.VanRyseghem.Pharo: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 It's fixed (I hope). I've totally remodel dependencies between Symbol and Scanner : TypeTable is now in String isLiteralSymbol is in String too readFrom

Re: [Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-11-24 Thread pharo
Comment #3 on issue 3283 by Benjamin.VanRyseghem.Pharo: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 I can't charge the cs, I don't know why, but I'm on it

Re: [Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-11-24 Thread pharo
Comment #4 on issue 3283 by Benjamin.VanRyseghem.Pharo: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 I've make a lot of cs to be sure the order is good, and this time, I can charge the 8 files ^^ Attachments: FixSymbol.1.cs 4.4 KB FixSymbol.2.cs 1

Re: [Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-12-02 Thread pharo
Updates: Status: Fixed Comment #5 on issue 3283 by Benjamin.VanRyseghem.Pharo: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-12-02 Thread pharo
Updates: Labels: Type-Seed Comment #6 on issue 3283 by Benjamin.VanRyseghem.Pharo: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-12-10 Thread pharo
Updates: Labels: Milestone-1.2 Comment #7 on issue 3283 by siguctua: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3283 in pharo: Symbol dependencie

2010-12-11 Thread pharo
Comment #8 on issue 3283 by stephane.ducasse: Symbol dependencie http://code.google.com/p/pharo/issues/detail?id=3283 benjamin this is a bit messy. I'm lost