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

Filesystem: add hardlink function #41639

Merged
merged 4 commits into from Jul 21, 2021
Merged

Filesystem: add hardlink function #41639

merged 4 commits into from Jul 21, 2021

Conversation

barucden
Copy link
Contributor

This PR adds a function for creating hard links to Base.

Closes: #41574

This commit adds a function for creating hard links to Base.
@barucden
Copy link
Contributor Author

I was not sure about what version should be in the compat admonition, and 1.6 is probably wrong. Should it be 1.8?

Also, should I add an entry to NEWS.md for this?

@fredrikekre
Copy link
Member

Should it be 1.8?

Yes

Also, should I add an entry to NEWS.md for this?

Yes

@fredrikekre fredrikekre requested a review from vtjnash July 19, 2021 14:42
@fredrikekre fredrikekre added the domain:filesystem Underlying file system and functions that use it label Jul 19, 2021
Add a reference from `hardlink` to `symlink` and vice-versa.
@vtjnash vtjnash merged commit 54a7eed into JuliaLang:master Jul 21, 2021
@barucden barucden deleted the hardlink branch July 22, 2021 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:filesystem Underlying file system and functions that use it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filesystem - no function to create hard links?
3 participants