-
-
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
Improve inference for paths leading to similar
#37163
Merged
Merged
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 900c769 - Browse repository at this point
Copy the full SHA 900c769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b17b8 - Browse repository at this point
Copy the full SHA 99b17b8View commit details -
Improve inference in vcat(A::BitMatrix...)
Because the tuple-length is unknown and because inference gives up easily in the face of missing type parameters, the generator expressions in the previous implementation were poorly inferred.
Configuration menu - View commit details
-
Copy full SHA for c6e817c - Browse repository at this point
Copy the full SHA c6e817cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60637a2 - Browse repository at this point
Copy the full SHA 60637a2View commit details -
Introduce ntupleany and use mapany in more places
This also makes mapany safe for iterators without `length`
Configuration menu - View commit details
-
Copy full SHA for 41bfcc3 - Browse repository at this point
Copy the full SHA 41bfcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6deab27 - Browse repository at this point
Copy the full SHA 6deab27View commit details -
Add some type-asserts and argtypes
The main concern here is the specification of types in the REPL code required changes to the tests. However, since these are testing internal functions that does not seem to be too serious a concern.
Configuration menu - View commit details
-
Copy full SHA for 9476e12 - Browse repository at this point
Copy the full SHA 9476e12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be0cad - Browse repository at this point
Copy the full SHA 2be0cadView commit details -
Co-authored-by: Pablo Zubieta <8410335+pabloferz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1a6faff - Browse repository at this point
Copy the full SHA 1a6faffView commit details -
Co-authored-by: Pablo Zubieta <8410335+pabloferz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9686cf9 - Browse repository at this point
Copy the full SHA 9686cf9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.