dyoo / whalesong

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

unquote-splicing causes runtime error #21

Closed dougo closed 13 years ago

dougo commented 13 years ago

This program:

`(0 ,@(list 1 2) 4)

sucessfully compiles and builds, but viewing the page produces this Javascript error:

TypeError: Cannot read property 'namespace' of undefined
dyoo commented 13 years ago

Investigated: ok, we're missing some bindings from qq-and-or.rkt. Will have this fixed soon.

I should be able to take the definition of qq-and-or.rkt directly, since it's written in #%kernel (hopefully).

dyoo commented 13 years ago

Should be fixed in bf5698c0fa0acdc08fb36cbe6db99ac413d798b9. Closing issue.