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

Rename loop variable to avoid conflict #50

Merged
merged 1 commit into from
Jan 18, 2018
Merged

Rename loop variable to avoid conflict #50

merged 1 commit into from
Jan 18, 2018

Conversation

ararslan
Copy link
Member

JuliaLang/julia#25622 introduces a new function called name that replaces module_name and a couple other things. This package is using name as a loop variable and comparing that against the result of (what will be) a call to the name function, which results in an error when building documentation. This PR simply renames the loop variable to avoid this conflict.

It would be great if we could get this in ASAP, since it's blocking the Base PR.

@ararslan
Copy link
Member Author

I think Travis is still recovering from a major outage, so it may be a while before the macOS builds even start...

@mortenpi
Copy link
Member

Yup, not a problem. Linux builds pass without issues. Will merge and tag. Thanks!

@mortenpi mortenpi merged commit 739f356 into master Jan 18, 2018
@ararslan ararslan deleted the aa/name branch January 18, 2018 23:18
mortenpi pushed a commit that referenced this pull request Jan 18, 2018
@mortenpi mortenpi mentioned this pull request Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants