dyoo / whalesong

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

debugging setting in DrRacket causes link errors at runtime #15

Closed dyoo closed 12 years ago

dyoo commented 13 years ago

If debugging is on in DrRacket, Whalesong programs produce an error at runtime that's bizzare:

link: module mismatch, probably from old bytecode whose dependencies have changed: variable not provided (directly or indirectly) from module: ...

soegaard commented 13 years ago

Note: The error also disappears if one disables DrRacket's use of the "compiled" folders.

dyoo commented 12 years ago

Should be resolved in af503884502394a9bb356bf512030eb523f26685 now.