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

File lock changes #337

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

elee1766
Copy link
Contributor

@elee1766 elee1766 commented Mar 28, 2025

this changes the writing of the lock file to be a write and rename instead of an open and write

this introduces a possible race, as the code originally relied on the exclusive mode to write the file.

so fix one race to introduce another. lol

@elee1766 elee1766 force-pushed the file-lock-changes branch from ed8c50b to 67375d2 Compare March 28, 2025 19:57
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.

1 participant