-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[Reverted] Fixes to union simplification, isinstance and more #3025
Merged
Commits on Mar 20, 2017
-
Fixes to union simplification and isinstance
The main change is that unions containing Any are no longer simplified to just Any. This required changes in various other places to keep the existing semantics, and resulted in some fixes to existing test cases.
Configuration menu - View commit details
-
Copy full SHA for c53e0ca - Browse repository at this point
Copy the full SHA c53e0caView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc62a99 - Browse repository at this point
Copy the full SHA dc62a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d64f5 - Browse repository at this point
Copy the full SHA 07d64f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0beffee - Browse repository at this point
Copy the full SHA 0beffeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ff2c7 - Browse repository at this point
Copy the full SHA e3ff2c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb8673 - Browse repository at this point
Copy the full SHA 4cb8673View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc57a76 - Browse repository at this point
Copy the full SHA fc57a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf9114 - Browse repository at this point
Copy the full SHA 9cf9114View commit details -
Don't call union simplification during semantic analysis
We generally don't have fully constructed TypeInfos so we can't do proper union simplification. Just implement simple-minded simplifaction that deals with the cases we care about.
Configuration menu - View commit details
-
Copy full SHA for d406157 - Browse repository at this point
Copy the full SHA d406157View commit details -
Configuration menu - View commit details
-
Copy full SHA for d745a50 - Browse repository at this point
Copy the full SHA d745a50View commit details
Commits on Mar 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a638e72 - Browse repository at this point
Copy the full SHA a638e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca511d8 - Browse repository at this point
Copy the full SHA ca511d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 807924c - Browse repository at this point
Copy the full SHA 807924cView commit details
Commits on Mar 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ef46cfa - Browse repository at this point
Copy the full SHA ef46cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd09f1 - Browse repository at this point
Copy the full SHA 6cd09f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f94a1 - Browse repository at this point
Copy the full SHA 39f94a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0826cc3 - Browse repository at this point
Copy the full SHA 0826cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for baafcd1 - Browse repository at this point
Copy the full SHA baafcd1View commit details
Commits on Mar 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a06b41c - Browse repository at this point
Copy the full SHA a06b41cView 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.