dyoo / whalesong

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

toplevel calls to handers in web-world don't record location #16

Closed dyoo closed 13 years ago

dyoo commented 13 years ago

the handers need to capture their lexical position so we can properly add some tail calls.

dyoo commented 13 years ago

Somewhat ameliorated by the printing of callees in the stack trace now. Closing.