-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
method_exists inconsistent with parameterised functions #8959
Labels
types and dispatch
Types, subtyping and method dispatch
Comments
mauro3
added a commit
to mauro3/Traits.jl
that referenced
this issue
Nov 10, 2014
and waiting for fix of: JuliaLang/julia#8959
Some more datapoints:
|
mauro3
added a commit
to mauro3/Traits.jl
that referenced
this issue
Apr 10, 2015
These two bugs do not matter anymore as the new tests do not rely on method_exists: method_exists_bug1 = false # see JuliaLang/julia#8959 method_exists_bug2 = false # see JuliaLang/julia#9043 and #2
mauro3
added a commit
to mauro3/Traits.jl
that referenced
this issue
Apr 14, 2015
These two bugs do not matter anymore as the new tests do not rely on method_exists: method_exists_bug1 = false # see JuliaLang/julia#8959 method_exists_bug2 = false # see JuliaLang/julia#9043 and #2
This was fixed in 0.4. (The two AssertionErrors in my second post are correct and still present) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the following inconsistence in
method_exists
:I think the last example should work like the second one.
The text was updated successfully, but these errors were encountered: