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

Add errno to file opening failure and I/O error messages #454

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

jmarshall
Copy link
Contributor

Add the underlying operating system error (usually "No such file" or "No space left on device" respectively, but highly informative when it is not) to these error messages.

Provides more information in cases like #452.

Add the underlying operating system error (usually "No such file" or
"Out of space" respectively, but highly informative when it is not)
to these error messages.
@lh3
Copy link
Owner

lh3 commented Jul 17, 2019

Thanks!

@lh3 lh3 merged commit 20c104c into lh3:master Jul 17, 2019
@jmarshall jmarshall deleted the perror branch July 17, 2019 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants