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

fix: File lock not released properly #836

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

Mr-Ao-Dragon
Copy link
Contributor

The original lock management process would first try to remove the lock file and then close it. This led to the lock file not being removed properly and resulted in a panic. I reversed the order, so now it works normally.

@Mr-Ao-Dragon
Copy link
Contributor Author

Sorry, I forgot to add the GPG digital signature to the submission.

internal/builder/lock.go Outdated Show resolved Hide resolved
@emil14 emil14 merged commit f13b994 into nevalang:main Jan 21, 2025
1 of 2 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.

2 participants