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 tmp::entry::move method #129

Merged
merged 32 commits into from
Oct 13, 2024
Merged

Fix tmp::entry::move method #129

merged 32 commits into from
Oct 13, 2024

Conversation

bugdea1er
Copy link
Owner

@bugdea1er bugdea1er commented Oct 8, 2024

  • Fix a bug when moving an entry to itself caused a deletion of said entry
  • Fix a bug when moving a directory to an existing file between filesystems would not throw an exception
  • Fix a bug when move was constrained to regular files and directories only
  • Fix a bug when an entry could be deleted even if it was not moved due to an error
  • Add a lot of tests
  • Explain the entry::move behaviour somewhat better

@bugdea1er bugdea1er linked an issue Oct 8, 2024 that may be closed by this pull request
@bugdea1er bugdea1er marked this pull request as ready for review October 13, 2024 19:29
@bugdea1er bugdea1er merged commit 8d5e1dd into main Oct 13, 2024
9 checks passed
@bugdea1er bugdea1er deleted the 113-move-behaviour branch October 13, 2024 19:38
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.

tmp::entry::move behaviour is inconsistent and not documented
1 participant