-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
cp: Preserve mode for directories when copying by default. #9794
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
base: main
Are you sure you want to change the base?
Conversation
e5a0699 to
e96a0d6
Compare
|
GNU testsuite comparison: |
e96a0d6 to
14b10ae
Compare
|
GNU testsuite comparison: |
aa40f09 to
de4e3ec
Compare
|
GNU testsuite comparison: |
de4e3ec to
6143aef
Compare
|
GNU testsuite comparison: |
83c9df8 to
e64a4ce
Compare
|
GNU testsuite comparison: |
e64a4ce to
8e9b3d9
Compare
|
GNU testsuite comparison: |
f782887 to
3eb23ee
Compare
|
GNU testsuite comparison: |
3eb23ee to
b31ffda
Compare
|
GNU testsuite comparison: |
51b3597 to
ba86156
Compare
|
GNU testsuite comparison: |
7d33c02 to
bd35186
Compare
|
GNU testsuite comparison: |
|
This fix feels more like a human rights violation. I'll see how to streamline the checks that have to be done and do it in a more idiomatic Rust way. |
|
GNU testsuite comparison: |
bd35186 to
f617d12
Compare
|
the new "mut" aren't a good sign indeed ;) |
b336813 to
a509d01
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
caf8687 to
6aad24c
Compare
|
GNU testsuite comparison: |
1a3fcb4 to
6aad24c
Compare
|
GNU testsuite comparison: |
6aad24c to
b04ed86
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
… needed changes for the added test
9f17ad4 to
0be3ca6
Compare
|
GNU testsuite comparison: |
|
@sylvestre ready for review |
| /// std::fs::create_dir("foo/."); fails in pure Rust | ||
| pub fn dir_strip_dot_for_creation(path: &Path) -> PathBuf { | ||
| let path_str = path.to_string_lossy(); | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Don't know how that got changed...
0be3ca6 to
9ce6794
Compare
Attempts to fix: #7961