Skip to content

Remove redundant files #14620

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 1 commit into from
Nov 5, 2020
Merged

Remove redundant files #14620

merged 1 commit into from
Nov 5, 2020

Conversation

joyceerhl
Copy link

The src/client/datascience/api/jupyterIntegration.ts file seems to be a dupe of src/client/jupyter/jupyterIntegration.ts. IIRC we wanted to remove src/client/datascience altogether. Also we don't seem to be using src/test/datascience/mockJupyterExtensionIntegration.ts.

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).
  • The wiki is updated with any design decisions/details.

@joyceerhl joyceerhl added the no-changelog No news entry required label Nov 5, 2020
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 5, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-io
Copy link

codecov-io commented Nov 5, 2020

Codecov Report

Merging #14620 into main will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #14620      +/-   ##
==========================================
+ Coverage   65.08%   65.10%   +0.01%     
==========================================
  Files         541      541              
  Lines       25377    25377              
  Branches     3587     3587              
==========================================
+ Hits        16516    16521       +5     
+ Misses       8179     8178       -1     
+ Partials      682      678       -4     
Impacted Files Coverage Δ
...t/jupyter/languageserver/notebookConcatDocument.ts 7.81% <ø> (ø)
...client/jupyter/languageserver/notebookConverter.ts 1.67% <ø> (ø)
.../jupyter/languageserver/notebookMiddlewareAddon.ts 3.84% <ø> (ø)
src/client/activation/languageClientMiddleware.ts 32.46% <100.00%> (ø)
src/client/common/process/proc.ts 15.21% <0.00%> (+0.72%) ⬆️
.../locators/services/virtualEnvironmentIdentifier.ts 91.78% <0.00%> (+1.36%) ⬆️
.../pythonEnvironments/common/externalDependencies.ts 74.46% <0.00%> (+2.12%) ⬆️
src/client/linters/pydocstyle.ts 88.88% <0.00%> (+2.22%) ⬆️
src/client/common/utils/platform.ts 68.00% <0.00%> (+4.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 598d849...2d6bf2d. Read the comment docs.

@karthiknadig
Copy link
Member

@joyceerhl Should this go in the release branch as well?

@IanMatthewHuff
Copy link
Member

Hmm, that's a bit odd. The language service stuff came in late so must have accidentally been merged back to datascience. I might have done that, will look at the history.

@IanMatthewHuff
Copy link
Member

Actually no. I'm not seeing a mismerge. I think it was just on the DS removal I totally cleared the datascience directory, but at the same time there were language server changes in that directory, maybe in the release branch? So we ended up with the dupes in main.

@joyceerhl
Copy link
Author

@karthiknadig not strictly necessary, as this PR only removes some unused code. It doesn't alter behavior.

@joyceerhl joyceerhl merged commit 9fc04ed into main Nov 5, 2020
@joyceerhl joyceerhl deleted the remove-redundant-files branch November 5, 2020 18:09
karthiknadig pushed a commit to karthiknadig/vscode-python that referenced this pull request Nov 6, 2020
karthiknadig added a commit that referenced this pull request Nov 6, 2020
* Update shipped wheels version (#14615)

* Update shipped wheels version

* News item

* Remove redundant files (#14620)

* Add extension dependencies at build time (#14636)

* Use Node 12.15 in Insiders and Release GitHub Actions (#14641)

* Use Node 12.15 on all Insiders and Release GitHub Actions jobs (#14642)

Co-authored-by: Joyce Er <[email protected]>
karthiknadig added a commit that referenced this pull request Nov 26, 2020
* Cherry pick from main (#14644)

* Update shipped wheels version (#14615)

* Update shipped wheels version

* News item

* Remove redundant files (#14620)

* Add extension dependencies at build time (#14636)

* Use Node 12.15 in Insiders and Release GitHub Actions (#14641)

* Use Node 12.15 on all Insiders and Release GitHub Actions jobs (#14642)

Co-authored-by: Joyce Er <[email protected]>

* Cherry pic fixes into release for tests. (#14673)

* Added FSWatching base class and made related changes (#14605)

* Add FSWatching locator base class

* Correct glob pattern to not match python3.2whoa

* Add documentation of python binary watcher

* Fix lint errors

* Update ignore list

* Add disposable registry

* Modify FSWatching Locator

* Code reviews

* Use string[]

* Remove list disposable getter

* Fix failing global virtual env watcher tests (#14633)

Co-authored-by: Kartik Raj <[email protected]>

* Version, change log and cherrypicks for nov release (#14696)

* change log updates

* Update gifs

* Fix for interpreter selection (#14693)

* Fix for interpreter selection

* Fix linting errors

* Minor tweak to property removal

* Cherry pick "Bind function to correct this for workspace syms" (#14743)

* Fix #14674: Enable overriding "pythonPath" in the launcher

Fix #12462: Update launch.json schema to add "python" and remove "pythonPath"

Split the "pythonPath" debug property into "python", "debugAdapterPython", and "debugLauncherPython".

Do most debug config validation on fully expanded property values via resolveDebugConfigurationWithSubstitutedVariables().

Add fixups for legacy launch.json with "pythonPath".

* Point release change log and version update (#14750)

* Point release change log and version update

* Fix process picker (#14700)

* Workaround VSCode bug for process picker

* Fix how we pass in icons to VSCode

* update change log with cherry pick

Co-authored-by: Kartik Raj <[email protected]>

Co-authored-by: Joyce Er <[email protected]>
Co-authored-by: Kartik Raj <[email protected]>
Co-authored-by: Jake Bailey <[email protected]>
Co-authored-by: Pavel Minaev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog No news entry required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants