8000 mv: factor rename_with_fallback function into helpers by jfinkels · Pull Request #7774 · uutils/coreutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mv: factor rename_with_fallback function into helpers #7774

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

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

jfinkels
Copy link
Collaborator

Factor out helper functions from the rename_with_fallback() function so that there is one fallback helper per file type (symlink, directory, or file). This doesn't change the functionality of mv, it is just a re-organization of the code.

This was extracted from pull request #7241.

Factor out helper functions from the `rename_with_fallback()` function
so that there is one fallback helper per file type (symlink, directory,
or file). This doesn't change the functionality of `mv`, it is just a
re-organization of the code.
@jfinkels jfinkels force-pushed the mv-refactor-into-helpers branch from 9696906 to 3b2db58 Compare April 18, 2025 00:37
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@cakebaker cakebaker merged commit 6cccd34 into uutils:main Apr 18, 2025
70 checks passed
@cakebaker
Copy link
Contributor

Thanks!

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
0