ClosureCompiler in 3.8

Brent Pinkney brent.pinkney at aircom.co.za
Sun Apr 3 18:08:50 UTC 2005


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.

I hope this feedback helps - I am willing to test any release you make.

Regards

Brent



More information about the Squeak-dev mailing list