mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Fix writing hardlinks (#11340)
* don't use backup files with hardlinks * check if the inodes remain the same in the test * move funcs to faccess and use AsRawHandle * use a copy as a backup for hardlinks * delete backup after copy
This commit is contained in:
parent
0813147b97
commit
e5372b04a1
5 changed files with 96 additions and 12 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1455,6 +1455,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pulldown-cmark",
|
||||
"same-file",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"signal-hook",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue