forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update gather functionality to support 0.4.1 of python-program-analysis #8219
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
Merged
Merged
Changes from 25 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
704135a
Main changes for update
greazer d803bdb
Gather working (using 0.4.1 of python analysis)
greazer ed0ebd2
Prep for PR
greazer dfc4319
Implement gather for native editor (first pass)
greazer a807f70
Merge remote-tracking branch 'origin/master' into dev/jimgries/update…
greazer 6b4e1ea
Fix cell rangification
greazer b827c1a
Cleanup
greazer 30f1fcc
Fix error
greazer 338361f
Support knowng cell has been exec'd
greazer af781c1
Bug fix and show gathered notebook
greazer 4e2d305
Make strings localizable
greazer 4a01d0a
executedInCurrentKernal => executeKernalId
greazer 7b13a51
Add ConnectedToNotebook
greazer 839a75d
Simplify logic to make use of cellVM
greazer 0e1b8fc
Attempt to fix multi-nb gather (failed)
greazer a0094e5
Support separate notebook gathers
greazer 03df1b0
Merge master
greazer b58fe0e
PR adjustments
greazer c96acd6
More PR updates
greazer 643e17c
More PR updates
greazer 6a3ca5a
cleanup
greazer 5039dee
Yet another PR update
greazer 17001d6
Fixups
greazer 9282b31
Default gather support to true
greazer 2f0b7a7
Update
greazer 92ac7f9
Gather cleaned up and working
greazer dbfacb3
String updates
greazer 6cedfde
Update strings, make gatherToScript
greazer d9696d6
merge master
greazer b2ee0ca
Merge remote-tracking branch 'origin/master' into dev/jimgries/update…
greazer d11f679
fix compile errors (why don't I see these?)
greazer db2600f
Fix executionslicer
greazer d33ae55
Fix unit test
greazer ff1a43d
Fix use of gather
greazer 0dc45b2
Fix most of the unit tests
greazer b380304
Disabling failing tests (for now)
greazer 549d4d1
Fix remaining Unit Tests
greazer 7bc674c
Fix functional tests
greazer c5eb676
Show file in gathered nb
greazer 19fe23e
Add a note about gather being conservative.
greazer 6d92142
Don't use the ICell.file property to get nb name
greazer 0bfb438
Remove unecessary gather APIs
greazer 361bd23
Put back old algorithm for generating code lenses
rchiodo 27c79c2
Fixup type
rchiodo 21eed9d
Gather doesn't work on markdown
rchiodo 38aea3c
Turn off gather in markdown for interactive too
rchiodo 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
Large diffs are not rendered by default.
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.