takikawa / sweet-racket

A port of sweet expressions to Racket
http://pkg-build.racket-lang.org/doc/sweet/index.html
Other
47 stars 10 forks source link

fix bug with #:kws #13

Closed AlexKnauth closed 9 years ago

takikawa commented 9 years ago

The define-syntax-rule.rkt test seems to fail for me with this branch. Does it fail for you too?

AlexKnauth commented 9 years ago

Yes. I just fixed it. I should get in the habit of running all the tests, not just ones I'm trying to add or change.

By the way the ones with ((quasiquote group) (unquote x)) and ((quasiquote group) (unquote-splicing x)) were failing before, right?

takikawa commented 9 years ago

Yep, those have always been failing. Thanks for the fix.

I'm going to see if I can turn on Travis-CI so it's easier to see if the tests fail or not.