ClosureCompiler in 3.8

Marcus Denker denker at iam.unibe.ch
Tue Apr 5 12:14:22 UTC 2005


Am 03.04.2005 um 20:08 schrieb Brent Pinkney:

> Hi Markus,
>
>>> Debugger with ClosureCompiler...
>> No this is caused by a bug that I introduced when hacking the 
>> IRBuilder
>> framework to support old style blocks. Fix is attached.
>
> I have loaded you patch into a clean 3.8gamma image with both 
> compileUseNewComiler comileBlocksAsClosures and then evaluated the 
> following in a workspace...
>
> 	#(1 2 3) do: [ :i | Transcript halt; show: i; cr ]
>
> The Debugger does now open correctly on the DoIt method and I am able 
> to step through the block sucessfully using the 'into' and 'over' 
> buttons.
>
> Alas the more useful 'though' button does not behave as expected and 
> pressing it repeatedly results in  a Code Simulation Error.
>

This seems not to be related to the closure compiler: Same happens for 
me in the normal 3.8 image.


      Marcus




More information about the Squeak-dev mailing list