Closed Warashi closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 22.82%. Comparing base (
0e7a177
) to head (c116f55
). Report is 10 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What this PR does / why we need it:
With pipedv1's plugin architecture, we have to provide a way to install the tool used in the plugin. I considered the following ways and propose the first way.
I propose the first way because we should consider multiple plugins that want to install the same tool/version at the same time. In such a situation, we should prevent race conditions, and we can handle this with a
sync.Mutex
or something similar in the first way.Which issue(s) this PR fixes:
Part of #4980
Does this PR introduce a user-facing change?: No