dyoo / whalesong

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

using closures as javascript functions only appears to work once #83

Closed dyoo closed 12 years ago

dyoo commented 12 years ago

Something is seriously broken; investigating now. I can only call the function from the javascript side of things just once.

dyoo commented 12 years ago

21631c69599d40280c995e8275462ae703514e38 will fix this problem, but I need a test case in my suite so that I don't miss this next time...