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 issue with ellipses and syntax-e #6

Closed AlexKnauth closed 9 years ago

AlexKnauth commented 9 years ago

closes https://github.com/takikawa/sweet-racket/issues/3

takikawa commented 9 years ago

I seem to still get an error when I run one of the tests:

$ racket tests/define-syntax-rule.rkt 
syntax-e: contract violation
  expected: syntax?
  given: '...
AlexKnauth commented 9 years ago

It works fine for me ... I ran it in drracket before I committed, and again with both drracket and command-line racket just now, and they both worked fine. Could it possibly be something weird with different racket versions? (I'm on 6.1.1.8--2015-01-26) Could you have it installed as something other than a local link? What does the stack trace say?

takikawa commented 9 years ago

I tried it again by removing the package and installing it again and it worked, so I must've had another version installed or something like that. I'll merge it now. Thanks!