dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

with-cont-mark doesn't have the right behavior #81

Closed dyoo closed 12 years ago

dyoo commented 12 years ago

I've a test case in more-tests/cont-marks-1.rkt that shows that we're messing up slightly. I've isolated the problem in the fixing-cont-marks branch, but I broke something along the way.

dyoo commented 12 years ago

Fixed. The issue is some really subtle bugs with the call to functions at return-context/nontail.694785c555ece725412b42045990035eb45485c7 and 6a8f0c04affb567454ce5e8592a5a6fc32b8f3ee appear to nail the bug, and the test in more-tests/cont-marks-1 is finally passing