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

Validate Mac Interpreters in the background #3909

Merged
merged 2 commits into from Jan 17, 2019

Conversation

DonJayamanne
Copy link

@DonJayamanne DonJayamanne commented Jan 7, 2019

For #3908

  • 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!)
  • Unit tests & system/integration tests are added/updated
  • [n/a] Test plan is updated as appropriate
  • [n/a] package-lock.json has been regenerated by running npm install (if dependencies have changed)

@codecov
Copy link

codecov bot commented Jan 7, 2019

Codecov Report

Merging #3909 into master will decrease coverage by 1%.
The diff coverage is 82%.

@@           Coverage Diff           @@
##           master   #3909    +/-   ##
=======================================
- Coverage      79%     78%   -<1%     
=======================================
  Files         408     409     +1     
  Lines       19049   19102    +53     
  Branches     3051    3057     +6     
=======================================
+ Hits        14860   14897    +37     
- Misses       4187    4203    +16     
  Partials        2       2
Flag Coverage Δ
#Linux 68% <39%> (ø) ⬇️
#Windows 68% <39%> (+1%) ⬆️
#macOS 68% <39%> (ø) ⬇️

@DonJayamanne DonJayamanne merged commit f713ac6 into microsoft:master Jan 17, 2019
@@ -27,6 +28,12 @@ export class ApplicationDiagnostics implements IApplicationDiagnostics {
await diagnosticsService.handle(diagnostics);
}
}));

// Validate the Mac interperter in the background.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DonJayamanne Perhaps I'm being dense here, but you are already validating the Mac interpreter (not in the background) in the above lines 23 to 30.
In order to improve loading times of Python Extension, we should remove validating Mac interpreter in lines 23 to 30, and only validate it in the background.

@DonJayamanne DonJayamanne deleted the issue3908 branch May 24, 2019 20:22
@lock lock bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants