Skip to content

Validate Mac Interpreters in the background#3909

Merged
DonJayamanne merged 2 commits intomicrosoft:masterfrom
DonJayamanne:issue3908
Jan 17, 2019
Merged

Validate Mac Interpreters in the background#3909
DonJayamanne merged 2 commits intomicrosoft:masterfrom
DonJayamanne:issue3908

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
}
}));

// 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.

3 participants