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: check to see if the file exists before attempting to rename #2482

Merged
merged 1 commit into from
May 6, 2024

Conversation

rtyler
Copy link
Member

@rtyler rtyler commented May 5, 2024

In the case of /tmp existing on tmpfs with musl, the prior version of this would fail with a cross-device link error before bubbling up a not found error

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label May 5, 2024
@rtyler rtyler enabled auto-merge (rebase) May 5, 2024 14:27
In the case of /tmp existing on tmpfs with musl, the prior version of
this would fail with a cross-device link error before bubbling up a not
found error
@ion-elgreco ion-elgreco disabled auto-merge May 6, 2024 21:15
@ion-elgreco ion-elgreco enabled auto-merge (squash) May 6, 2024 21:15
@ion-elgreco ion-elgreco merged commit d7165cf into delta-io:main May 6, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants