-
-
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
fix #6407 SomeFloat and SomeInteger types fails to differentiate in a… #20519
Conversation
get better idea to reuse |
3e97d40
to
d9eadee
Compare
85e2691
to
1add068
Compare
Unfortunately I have to modify |
have to introduce |
92475ff
to
cf2a7b8
Compare
maybe I should handle in typeRel directly, so that can reject generic match |
8e28e9e
to
d681866
Compare
…ate in a generic call from other generic
… generic call from other generic
fix #6407
fix #13549 type class
refs: #12787
refs: #10739
type Obj[A; B: not A] = object
refs: #19999 this call doesn't turn to a container of enum, so wil not compare f.base and a.base
refs: #6840 this does not seems be a issue.
refs: #4084 proc generic doesn't have constrained as return type
refs: #18314 Objects subtype generics are bound using the most broad type and not the most specific type