[squeak-dev] Closure Compiler status

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Sun Sep 13 20:07:07 UTC 2009


Great to see Eliot fixes about the closure Compiler (mainly Debugger
and Decompiler fixes if I understand).

However I can see at least two Pharo bug reports currently not fixed
in trunk (see below)

Is this expected, or is trunk out of date wrt Eliot's version ?

Nicolas


-------------------------------------------------------------
From:
http://code.google.com/p/pharo/issues/detail?id=767

| x y |
[:a :b | x := a. y := b. x+y] decompile.

(Compiler evaluate: '| x y |
[:a :b | x := a. y := b. x+y]') decompile.

Both leads to a MNU
TempVariableNode doesNotUnderstand: #remoteTemps

-------------------------------------------------------------
From:
http://code.google.com/p/pharo/issues/detail?id=818

#(1 2 3) do: [:i | #(4 5 6) do: [:j |
	thisContext tempsAndValuesLimitedTo: 80 indent: 2]].

Fails with an index out of bounds...

This is sent from Debugger>>#storeLog



More information about the Squeak-dev mailing list