Skip to content
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

Update the initialization of the PythonEnvInfoCache to pass in a function that checks for env info completeness #14446

Merged
merged 2 commits into from Oct 20, 2020

Conversation

karrtikr
Copy link

@karrtikr karrtikr commented Oct 19, 2020

EnvCache needs to know if interpreterInfo.py has been run or not.

…tion that checks for env info completeness
@karrtikr karrtikr added the no-changelog No news entry required label Oct 19, 2020
@codecov-io
Copy link

codecov-io commented Oct 19, 2020

Codecov Report

Merging #14446 into main will decrease coverage by 59.19%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main   #14446       +/-   ##
===========================================
- Coverage   59.19%    0.00%   -59.20%     
===========================================
  Files         720       15      -705     
  Lines       40211       39    -40172     
  Branches     5829        3     -5826     
===========================================
- Hits        23802        0    -23802     
+ Misses      15147       39    -15108     
+ Partials     1262        0     -1262     
Impacted Files Coverage Δ
src/client/debugger/constants.ts 0.00% <0.00%> (-100.00%) ⬇️
src/client/common/process/constants.ts 0.00% <0.00%> (-100.00%) ⬇️
src/client/common/platform/constants.ts 0.00% <0.00%> (-100.00%) ⬇️
src/client/datascience/notebook/types.ts 0.00% <0.00%> (-100.00%) ⬇️
src/client/datascience/notebook/constants.ts 0.00% <0.00%> (-100.00%) ⬇️
src/client/interpreter/autoSelection/constants.ts 0.00% <0.00%> (-100.00%) ⬇️
...t/datascience/jupyter/jupyterDataRateLimitError.ts 0.00% <0.00%> (-50.00%) ⬇️
...cience/ipywidgets/ipyWidgetScriptSourceProvider.ts
...ion/languageServer/languageServerPackageService.ts
.../extension/configuration/providers/remoteAttach.ts
... and 700 more

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 20349f2...99dcb2e. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Oct 19, 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

@karrtikr karrtikr merged commit 25fd710 into microsoft:main Oct 20, 2020
@karrtikr karrtikr deleted the completeles branch October 20, 2020 22:26
luabud pushed a commit to luabud/vscode-python that referenced this pull request Oct 26, 2020
…tion that checks for env info completeness (microsoft#14446)

* Update the initialization of the PythonEnvInfoCache to pass in a function that checks for env info completeness

* Update interface
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.

None yet

4 participants