Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork158
Improveinstalled.json handling inv2/tools#983
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
codecov-commenter commentedAug 1, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #983 +/- ##==========================================+ Coverage 20.01% 20.70% +0.68%========================================== Files 42 42 Lines 2568 2565 -3 ==========================================+ Hits 514 531 +17+ Misses 1968 1949 -19+ Partials 86 85 -1
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Xayton commentedAug 5, 2024
Before merging, we also need to add some code that, if the |
MatteoPologruto commentedAug 5, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This commit solves this issue. The |
2e988ee to650622bCompareb5adf5f to33f59b5Compare
Uh oh!
There was an error while loading.Please reload this page.
Please check if the PR fulfills these requirements
before creating one)
Code enhancement
The
installed.jsonis read everytime it needs to be updated and there is no mutex policy to prevent file corruption.Information from
installed.jsonis stored in a map and a mutex policy is introduced.No