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

fix parsing of at-cmd for julia 1.1 #89

Merged
merged 1 commit into from
Jan 2, 2019

Conversation

JeffBezanson
Copy link
Contributor

This fixes one changed parsing in julia 1.1.

The other needed change is that x, is now considered incomplete input unless followed by =. I'm not sure how to implement that here yet.

@ZacLN ZacLN added this to the j1.1 milestone Dec 31, 2018
@ZacLN
Copy link
Contributor

ZacLN commented Dec 31, 2018

Possibly like this: #90. Is a trailing comma still allowed for n >1 tuples?

@JeffBezanson
Copy link
Contributor Author

No, the number of elements doesn't matter. A trailing comma is now always incomplete when followed by end-of-input.

@ZacLN
Copy link
Contributor

ZacLN commented Dec 31, 2018

OK, amended. I'll check it later against a j1.1 build

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 this pull request may close these issues.

2 participants