Update reducer to use new implementation of merge environments#14152
Update reducer to use new implementation of merge environments#14152karthiknadig merged 5 commits intomicrosoft:mainfrom
Conversation
dc5ef1a to
98c0387
Compare
Codecov Report
@@ Coverage Diff @@
## main #14152 +/- ##
==========================================
+ Coverage 59.94% 60.04% +0.10%
==========================================
Files 705 705
Lines 39101 39084 -17
Branches 5667 5662 -5
==========================================
+ Hits 23440 23469 +29
+ Misses 14429 14374 -55
- Partials 1232 1241 +9
Continue to review full report at Codecov.
|
src/client/pythonEnvironments/base/locators/composite/environmentsReducer.ts
Outdated
Show resolved
Hide resolved
This PR adds some basic helpers that we use in a subsequent PR. The following small drive-by changes are also included: * drop PythonEnvInfo.id property * make some internal helpers public
34ef50d to
25751db
Compare
Codecov Report
@@ Coverage Diff @@
## main #14152 +/- ##
==========================================
+ Coverage 59.28% 59.36% +0.08%
==========================================
Files 715 715
Lines 39956 39950 -6
Branches 5791 5788 -3
==========================================
+ Hits 23686 23716 +30
+ Misses 15021 14975 -46
- Partials 1249 1259 +10
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed!
|
…soft#14152) * Add PythonEnvInfo-related helpers. (microsoft#14051) This PR adds some basic helpers that we use in a subsequent PR. The following small drive-by changes are also included: * drop PythonEnvInfo.id property * make some internal helpers public * Undo unintentional formatting changes * And? * Fix missing default * Fix linting Co-authored-by: Eric Snow <eric.snow@microsoft.com> Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Didn't move
mergeEnvironments()as it's not specific to the reducer, can be used in resolver as well.