-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Resolve ns aliases in syntax quote and don't resolve syms unless needed #239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake for not looking at this sooner. Feel free to ping me if I've not looked at something after a day. I get a lot of Github emails and sometimes things get buried.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, Ambrose!
Thanks for your time Jeaye! |
Closes #237
Closes #238
Closes #195
Most impactful change is
#?(:clj Long/MAX_VALUE :default 1)
now parses successfully (before, jank would complain thatLong
is not a namespace).I included some script changes that I found useful.