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

ErrnoException: add a ctor overload that takes errno as an argument #5124

Merged
merged 1 commit into from Feb 14, 2017

Conversation

tomerfiliba
Copy link
Contributor

ErrnoException used to take the global errno variable; the overloaded ctor allows one to provide a custom errno (e.g., one that's been stored in a variable, or asynchronous operations).
Add unittests to the new ErrnoException ctor

ErrnoException used to take the global errno variable; the overloaded ctor allows one to provide a custom errno
(e.g., one that's been stored in a variable, or asynchronous operations).
Add unittests to the new ErrnoException ctor
@tomerfiliba
Copy link
Contributor Author

this is #4969 with branch renamed

@tomerfiliba
Copy link
Contributor Author

CC @wilzbach

@wilzbach
Copy link
Member

this is #4969 with branch renamed

FWIW I think @WalterBright's comment was meant for future work, but I definitely doesn't hurt to rename even this one.

@JackStouffer
Copy link
Member

Auto-merge toggled on

@JackStouffer JackStouffer merged commit 2395725 into dlang:master Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants