- Turn off compilation by setting "-UseRecompilation" in .strongtalkrc file.
- file in:
! (Delta mirrorFor: #Test) classSide methodsFor: 'toy benchmarks' !
p1: p1 p2: p2
^p1 + p2! !
- then evaluate
^Test p1: 234 @ 56 p2: 524 @ 766
the process crashes (but Strongtalk keeps running) with a "Context for
non-local return does not exist"
This happens in both the 1.1.2 release, and in the current build.
Original issue reported on code.google.com by David.Gr...@gmail.com on 26 Apr 2007 at 3:54
Original issue reported on code.google.com by
David.Gr...@gmail.com
on 26 Apr 2007 at 3:54