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

Suppress errors from removeFile in UNIX bind #478

Closed
wants to merge 1 commit into from

Conversation

rblaze
Copy link
Contributor

@rblaze rblaze commented Aug 10, 2020

removeFile may fail to delete socket because of lack of permissions, and throw an error which is unrelated to bind() itself.

removeFile may fail to delete socket because of lack of permissions, and throw
an error which is unrelated to bind() itself.
Copy link
Collaborator

@kazu-yamamoto kazu-yamamoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

kazu-yamamoto added a commit to kazu-yamamoto/network that referenced this pull request Aug 12, 2020
@kazu-yamamoto
Copy link
Collaborator

Rebased and merged. This is a nice catch. Thanks.
If you want a new version, we will try to release it ASAP.

@rblaze
Copy link
Contributor Author

rblaze commented Aug 13, 2020

It causes some tests to fail in dbus if someone tries to build it with the latest network package. Not too urgent, but it could cause issues if stackage tries to build new release.

@rblaze rblaze closed this Sep 8, 2020
@kazu-yamamoto kazu-yamamoto mentioned this pull request Sep 18, 2020
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