This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 134
Improving how arg set handles specialized function parameters #1263
Merged
CTrando
merged 10 commits into
microsoft:master
from
CTrando:scratch/ArgSetParamsSpecializedFuncs
Jul 15, 2019
Merged
Improving how arg set handles specialized function parameters #1263
CTrando
merged 10 commits into
microsoft:master
from
CTrando:scratch/ArgSetParamsSpecializedFuncs
Jul 15, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jakebailey
reviewed
Jul 2, 2019
jakebailey
reviewed
Jul 2, 2019
4a5dc89
to
82a03de
Compare
jakebailey
reviewed
Jul 8, 2019
src/Analysis/Ast/Impl/Specializations/Typing/Types/GenericTypeParameter.cs
Outdated
Show resolved
Hide resolved
jakebailey
reviewed
Jul 9, 2019
…cify their parameters and have them handled just like normal functions, fixing test cases related to that, fixing documentation for TypeVar related to keyword only arguments
f32e266
to
3b52ed8
Compare
jakebailey
reviewed
Jul 10, 2019
To test that the change works correctly, I've tested:
|
jakebailey
suggested changes
Jul 12, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, past some style nits. You'll want to remerge master and verify that things still work.
src/Analysis/Ast/Impl/Specializations/Typing/Types/GenericTypeParameter.cs
Outdated
Show resolved
Hide resolved
src/Analysis/Ast/Impl/Specializations/Typing/Types/GenericTypeParameter.cs
Outdated
Show resolved
Hide resolved
src/Analysis/Ast/Impl/Specializations/Typing/Types/GenericTypeParameter.cs
Outdated
Show resolved
Hide resolved
jakebailey
approved these changes
Jul 13, 2019
jakebailey
pushed a commit
to jakebailey/python-language-server
that referenced
this pull request
Nov 1, 2019
…oft#1263) * Making specialized functions more granular in the way that we can specify their parameters and have them handled just like normal functions, fixing test cases related to that, fixing documentation for TypeVar related to keyword only arguments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Making specialized functions more granular in the way that we can specify their parameters and have them handled just like normal functions, fixing test cases related to that, fixing documentation for TypeVar related to keyword only arguments.
I'll need this PR in first before #1230.