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

Skip recreating links when not necessary #27

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Conversation

filiptibell
Copy link
Collaborator

This PR implements the proposed solution from #21 (comment) to avoid recreating links to the main Rokit binary unless absolutely necessary (when Rokit version changes).

It also removes the usage of symlinks on unix since when using symlinks it would not be possible to skip link recreation - symlinks can't store any extra metadata like this solution does. I feel like this is probably a positive either way since it removes a good bit of complexity from the tool storage implementation.

Closes #21

@filiptibell filiptibell merged commit 3bacb01 into main Jun 14, 2024
10 checks passed
@filiptibell filiptibell deleted the dont-recreate-links branch June 14, 2024 11:16
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.

Don't recreate links that already exist
1 participant