-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
converter gives inconsistent ambiguous call error with openarray #10019
Comments
timotheecour
changed the title
converter
converter gives inconsistent ambiguous call error with openarray
Dec 17, 2018
In the mean time, instead of |
I marked it as low priority, because this seems to be a very special use case of converter usage and the workaround is really trivial in this case. |
Works now according to #24082 (comment) |
metagn
added a commit
to metagn/Nim
that referenced
this issue
Sep 16, 2024
closes nim-lang#4774, closes nim-lang#7385, closes nim-lang#10019, closes nim-lang#12405, closes nim-lang#12732, closes nim-lang#13270, closes nim-lang#13799, closes nim-lang#15247, closes nim-lang#16128, closes nim-lang#16175, closes nim-lang#16774, closes nim-lang#17527, closes nim-lang#20880, closes nim-lang#21346
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The behavior below seems inconsistent in 2 ways:
proc fun2(o: object)
is implicitly generic and so isproc fun2(o: object|tuple)
so I don't follow why there'd be a difference)links
converter
is only looked up in case there is no match (consistent withfun
case above)?The text was updated successfully, but these errors were encountered: