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

Remove readonly attribute on Windows before unlink #247

Merged
merged 1 commit into from
Jan 22, 2018

Conversation

dra27
Copy link
Member

@dra27 dra27 commented Sep 2, 2017

The legacy DOS readonly attribute is a tedious difference on Windows, because a user may have permission to delete a file, but unlink fails because the attribute is set.

@dra27 dra27 force-pushed the win-unlink branch 3 times, most recently from 897a57d to 395872a Compare September 6, 2017 09:02
@rgrinberg
Copy link
Member

What's the issue with this CI failure? Is that we're waiting for to merge this?

@dra27 dra27 closed this Nov 15, 2017
@dra27 dra27 reopened this Nov 15, 2017
The legacy DOS readonly attribute is a tedious difference on Windows,
because a user may have permission to delete a file, but unlink fails
because the attribute is set.

Signed-off-by: David Allsopp <[email protected]>
@dra27
Copy link
Member Author

dra27 commented Jan 22, 2018

Will merge assuming this still passes CI (which it should)

@dra27 dra27 merged commit d2706b4 into ocaml:master Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants