Skip to content
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

at-compat macro does not work with semi-colon in "split" #31

Closed
aviks opened this issue Dec 19, 2014 · 1 comment · Fixed by #279
Closed

at-compat macro does not work with semi-colon in "split" #31

aviks opened this issue Dec 19, 2014 · 1 comment · Fixed by #279

Comments

@aviks
Copy link
Member

aviks commented Dec 19, 2014

Note the ; in the second expression

macroexpand(:(@compat split("a?b?c?","?", limit=2, keep=false)))
:(split("a?b?c?","?",2,false))

macroexpand(:(@compat split("a?b?c?","?"; limit=2, keep=false)))
:(split("a?b?c?","?"; limit=2,keep=false))
@sbromberger
Copy link
Contributor

This just bit me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants