[Pharo-project] Compiler class>>closureParserClass
Hi, I see in pharo0.1-10268dev09.04.1.image: Compiler class>>closureParserClass ^self error: 'not installed'. That is right? How to install "closureParserClass"? Alexander.
On 07.04.2009, at 16:31, Alexandr Batalshikov wrote:
Hi,
I see in pharo0.1-10268dev09.04.1.image:
Compiler class>>closureParserClass ^self error: 'not installed'.
That is right? How to install "closureParserClass"?
these are leftovers from the NewCompiler ClosureCompiler. We will clean this up soon. Marcus -- Marcus Denker -- denker@acm.org http://www.marcusdenker.de
On Wed, Apr 8, 2009 at 12:29 AM, Marcus Denker <denker@acm.org> wrote:
Compiler class>>closureParserClass      ^self error: 'not installed'.
That is right? How to install "closureParserClass"?
these are leftovers from the NewCompiler ClosureCompiler. We will clean this up soon.
http://code.google.com/p/pharo/issues/detail?id=715 -- Damien Cassou http://damiencassou.seasidehosting.st
On 8 avr. 09, at 14:12, Damien Cassou wrote:
On Wed, Apr 8, 2009 at 12:29 AM, Marcus Denker <denker@acm.org> wrote:
Compiler class>>closureParserClass ^self error: 'not installed'.
That is right? How to install "closureParserClass"?
these are leftovers from the NewCompiler ClosureCompiler. We will clean this up soon.
In the mean time, can I just do like Damien P suggests in the above link, i.e. replace closureParserClass with parserClass? -- Simon
participants (5)
-
Alexandr Batalshikov -
Damien Cassou -
Marcus Denker -
Simon Denier -
Stéphane Ducasse