-
-
Notifications
You must be signed in to change notification settings - Fork 398
[skip-changelog] Recover from interrupted builtin tool installation #2107
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
[skip-changelog] Recover from interrupted builtin tool installation #2107
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2107 +/- ##
==========================================
+ Coverage 34.95% 34.98% +0.02%
==========================================
Files 232 232
Lines 20570 20574 +4
==========================================
+ Hits 7190 7197 +7
+ Misses 12531 12529 -2
+ Partials 849 848 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments
20bb764
to
12e9936
Compare
12e9936
to
44513af
Compare
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
Code imperfection fix
What is the current behavior?
The recovery from an interrupted builtin tool installation must be manually performed by deleting the empty tool directory.
What is the new behavior?
If the
installDir
of a tool is an empty directory, the tool is not considered as installed, so it will be downloaded again when necessary.Does this PR introduce a breaking change, and is titled accordingly?
No