[squeak-dev] Closure Compiler status

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Closure Compiler status

Nicolas Cellier
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

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Squeak and Etoys talk, Software freedom day, Melbourne

Tansel Ersavas
I am giving a talk on Squeak and Etoys in Melbourne on Saturday 19th  
of September as a part of the activities of the Software freedom day.

If you know anybody who would be interested in the subjects please let  
them know.

http://softwarefreedomday.org/melb

Tansel