- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
suboptimal type-intersections #36951
Labels
feature
Indicates new feature / enhancement requests
types and dispatch
Types, subtyping and method dispatch
Comments
Another similar one:
|
Another similar one:
|
Essentially the same:
|
vtjnash
added a commit
that referenced
this issue
Sep 2, 2020
With the improved internal implementation of ambiguity testing, it's useful now to lean on that existing support more heavily and compute a lighter version here, fixing some issues with the previous one. Most of these new failures are likely to be type-intersection issues (#36951), which previously were excluded from analysis entirely.
JeffBezanson
added a commit
that referenced
this issue
Nov 5, 2020
JeffBezanson
added a commit
that referenced
this issue
Nov 6, 2020
suboptimal in many cases here, but not wrong, and the original ones are fixed |
should we add these as tests? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
Indicates new feature / enhancement requests
types and dispatch
Types, subtyping and method dispatch
The text was updated successfully, but these errors were encountered: