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

Eliminate an ambiguity in Colon #106

Merged
merged 2 commits into from
Apr 25, 2019
Merged

Eliminate an ambiguity in Colon #106

merged 2 commits into from
Apr 25, 2019

Conversation

timholy
Copy link
Contributor

@timholy timholy commented Apr 6, 2019

Even though ambiguities are not the problem they once were (prior to JuliaLang/julia#16125), I still tend to try to avoid them. In several of my packages, I explicitly test that I've not inadvertently introduced an ambiguity. However, when I try running those tests in Juno's console, those packages fail due to an ambiguity in Lazy.jl.

This PR fixes the ambiguity. Experts should check whether this is the right fix 😄.

@timholy
Copy link
Contributor Author

timholy commented Apr 25, 2019

Fixed a test failure on 0.7.

@pfitzseb
Copy link
Collaborator

pfitzseb commented Apr 25, 2019

This looks correct to me, so I'll just merge. Thanks for the fix!

@pfitzseb pfitzseb merged commit f550a42 into MikeInnes:master Apr 25, 2019
@timholy timholy deleted the teh/ambs branch April 25, 2019 11:51
@timholy
Copy link
Contributor Author

timholy commented Sep 1, 2019

New release?

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