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 133
Handle named tuples #339
Merged
Merged
Handle named tuples #339
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
51da19c
Walk
381c930
Tests
993f8bd
Undo
99ee98a
Comments
d5774f3
PR feedback
80aabe1
Fix more
15a78e1
Update test
1c2b46d
Merge branch 'walk' into 15-2
134f76f
Basic named tuple annotation processing
649ebde
Test fix
1921f79
Introduce ability to return class definition
3f92897
Named tuple, part II
8e61522
Properly transfer tuple elements
ac07b7c
Fix AF message
74a60f1
Remove debug code
21aeea8
Merge branch 'master' of https://github.com/Microsoft/python-language…
37467e2
Fix slicing
c869f85
Add completion test
1abce37
Move GetIndex up
f33f680
Return Type when converting to class unknown builtin
aeff018
Use proper lock object
69c87fc
Merge branch 'master' of https://github.com/Microsoft/python-language…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
110 changes: 0 additions & 110 deletions
110
src/Analysis/Engine/Impl/Interpreter/AnalysisOnlyInterpreterFactory.cs
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
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.
Empty static method?
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.
Apparently it is called from DDG... Let's leave this alone until we decide fate of the DDG.