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 #12515. #12518

Merged
merged 1 commit into from
Aug 8, 2015
Merged

Fix #12515. #12518

merged 1 commit into from
Aug 8, 2015

Conversation

MichaelHatherly
Copy link
Member

Fix based on #12515 (comment). Is the result of methods(f, sig) sorted in some kind of best-to-worst order of how well they match? If it's not maybe it's best to iterate over all the candidates and compare the signatures manually.

@tkelman tkelman added the docsystem The documentation building system label Aug 8, 2015
@timholy
Copy link
Member

timholy commented Aug 8, 2015

If it's not maybe it's best to iterate over all the candidates and compare the signatures manually.

I'd say rather than attempting a second round of inference using some other mechanism, better would be to improve the inference. So I suspect that taking the first one is fine.

timholy added a commit that referenced this pull request Aug 8, 2015
@timholy timholy merged commit 82f730e into JuliaLang:master Aug 8, 2015
@timholy
Copy link
Member

timholy commented Aug 8, 2015

Thanks, @MichaelHatherly!

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

Successfully merging this pull request may close these issues.

3 participants