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

No safe hardlinking for Windows #668

Merged
merged 6 commits into from
Apr 8, 2022
Merged

No safe hardlinking for Windows #668

merged 6 commits into from
Apr 8, 2022

Conversation

qarmin
Copy link
Owner

@qarmin qarmin commented Apr 6, 2022

Fixes #373 (I think)

@qarmin qarmin added the bug Something isn't working label Apr 6, 2022
@qarmin qarmin marked this pull request as draft April 6, 2022 18:12
@qarmin qarmin marked this pull request as ready for review April 8, 2022 15:17
@qarmin qarmin merged commit 12a873f into master Apr 8, 2022
@qarmin qarmin deleted the no_safe_hardlinking branch April 8, 2022 15:17
let temp = tempfile::Builder::new().tempfile_in(dst_dir)?;
dbg!("Trying to copy {} --- {} --- {}", &src, &dst, temp.path());
fs::rename(dst, temp.path())?;
let temp = dst_dir.join("rzeczek.rxrxrxl");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@qarmin What is there an animal here? 🙂 rzeczek

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created rzeczek as the incorrect masculine form of the noun rzeczka(small river).
I thought such a meaningless name did not exist, but I was wrong ¯\_(ツ)_/¯.
But still, combined with the extension there is almost 0% chance that anyone will ever use it, so it is good as is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot symlink or hardlink: can only delete dupes
2 participants