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: use libuv for rmdir directly #39013

Merged
merged 1 commit into from
Jan 5, 2021
Merged

filesystem: use libuv for rmdir directly #39013

merged 1 commit into from
Jan 5, 2021

Conversation

musm
Copy link
Contributor

@musm musm commented Dec 28, 2020

No description provided.

@musm musm added the domain:filesystem Underlying file system and functions that use it label Dec 28, 2020
@oscardssmith
Copy link
Member

Sorry if this is a dumb question, but what is the implication of this change?

@musm
Copy link
Contributor Author

musm commented Dec 28, 2020

Makes the call platform independent, and we use libuv to handle our IO methods instead of reimplementing them, which in this case it's trivial. Internally they call the same underlying systems methods, so no user facing implications.

@musm musm requested a review from vtjnash December 30, 2020 19:39
@musm
Copy link
Contributor Author

musm commented Jan 5, 2021

merging in 48 hours sans objections

@musm musm merged commit 3931b22 into JuliaLang:master Jan 5, 2021
@musm musm deleted the rmd branch January 5, 2021 18:15
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
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.

None yet

4 participants