Skip to content
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

Improvement: create dependency folders only after successful install #63

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

huyhuynh3103
Copy link
Contributor

@huyhuynh3103 huyhuynh3103 commented Jun 25, 2024

Overview

Currently, soldeer would unconditionally create a new folder for each dependency, regardless of whether the installation was successful. If we attempt failed installation repeatedly under different names, it could lead to the accumulation of multiple empty folders within the dependencies directory.

Changes

With the PR's changes, a new folder for a dependency will only be created if the installation process completes successfully. This improvement prevents the creation of unnecessary empty folders.

@huyhuynh3103 huyhuynh3103 changed the title fix: create dependency folders only after successful install Improvement: create dependency folders only after successful install Jun 25, 2024
@mario-eth mario-eth merged commit 92c940c into mario-eth:main Jun 25, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants