-
-
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
Function compatibility rewrite #2521
Merged
Merged
Commits on Dec 21, 2016
-
New algorithm for checking function compatibility.
The new algorithm correctly handles argument names. It pays attention to them when matching up arguments for function assignments, but not for overrides (because too many libraries vary the agument names between superclass and subclass). I'll include a full writeup in prose of the new algorithm in the pull request. Print callable types with named arguments differently from each other when important Fix importFunctionAndAssignFunction test to match var names
Configuration menu - View commit details
-
Copy full SHA for bb05f3c - Browse repository at this point
Copy the full SHA bb05f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3b788 - Browse repository at this point
Copy the full SHA 8b3b788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e68ee3 - Browse repository at this point
Copy the full SHA 5e68ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf9c53 - Browse repository at this point
Copy the full SHA 8bf9c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4d467 - Browse repository at this point
Copy the full SHA 1e4d467View commit details -
Configuration menu - View commit details
-
Copy full SHA for c42bd86 - Browse repository at this point
Copy the full SHA c42bd86View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d4458 - Browse repository at this point
Copy the full SHA c8d4458View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7df8cd - Browse repository at this point
Copy the full SHA d7df8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d811a82 - Browse repository at this point
Copy the full SHA d811a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95d1c58 - Browse repository at this point
Copy the full SHA 95d1c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for d752499 - Browse repository at this point
Copy the full SHA d752499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 499e1d2 - Browse repository at this point
Copy the full SHA 499e1d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7617eac - Browse repository at this point
Copy the full SHA 7617eacView commit details
Commits on Dec 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 77c8f73 - Browse repository at this point
Copy the full SHA 77c8f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62fd868 - Browse repository at this point
Copy the full SHA 62fd868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6d574 - Browse repository at this point
Copy the full SHA 5c6d574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4397926 - Browse repository at this point
Copy the full SHA 4397926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a07da8 - Browse repository at this point
Copy the full SHA 2a07da8View 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.