-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use NOCANCEL variants for close on Mac #596
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
Conversation
|
I'm seeing failures on Mac like |
|
Heh that's to be expected! It's ok to just add an exception for that as we're conciously expecting it to be different than the default |
The default on OS X does not provide clear errors, instead the NOCANCEL variants should be used. These are available as of OS X 10.6 onwards.
|
@Susurrus I think you mean @DanielJoyce. :) |
|
@docbrown Sorry, you're right! Too many PRs going around! |
|
@bors: r+ |
|
📌 Commit 9b9f36a has been approved by |
Use NOCANCEL variants for close on Mac The default `close()` on OS X does not provide clear errors, instead the `$NOCANCEL` variants should be used. These are available as of OS X 10.6 onwards. Fixes #595.
|
☀️ Test successful - status-appveyor, status-travis |
The default
close()on OS X does not provide clear errors, instead the$NOCANCELvariants should be used. These are available as of OS X 10.6 onwards.Fixes #595.