-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macro hygiene escaping breaks let f(x)=... #20241
Comments
It might be helpful if I could print a Scheme stack trace to see the Scheme stack at the point of the error, but |
It looks like the error is occurring in the |
I think the solution here is to teach |
It looks like
macroexpand.scm
is forgetting to unescape somewhere. @JeffBezanson, any ideas?(I'm running into this when trying to fix a bug I found in #20164.)
The text was updated successfully, but these errors were encountered: