thephoeron / let-over-lambda

Doug Hoyte's "Production" version of macros from Let Over Lambda, ready for ASDF and Quicklisp.
Other
131 stars 25 forks source link

Sharp-backquote changes break perlre #8

Closed quicklisp closed 9 years ago

quicklisp commented 9 years ago

I'm not sure which project is responsible for fixing things, but some new change to let-over-lambda has broken perlre.

https://github.com/jschatzer/perlre/issues/1 has the details. Basically, perlre is using the sharp-backquote read macro but it is no longer available.

thephoeron commented 9 years ago

@quicklisp: thanks, I'll look into the changeset from @EuAndreh --- when had you planned the next release for?

quicklisp commented 9 years ago

I hope to make a new release this weekend. I usually try to make my updates on the first weekend of the month.

EuAndreh commented 9 years ago

I'll check for what happened.

EuAndreh commented 9 years ago

I believe that he was using the read-macro with no previous setup because the previous version of let-over-lambda modified the *readtable* globally.

I just made a pull request to fix it.

EuAndreh commented 9 years ago

I believe that jschatzer fixed the issue.

This can be closed.

thephoeron commented 9 years ago

Excellent. @quicklisp does everything build correctly for you now?

quicklisp commented 9 years ago

Everything builds together fine now, thanks.

thephoeron commented 9 years ago

Great. Thanks everyone!