Skip to content

Suppress errors from removeFile in UNIX bind#478

Closed
rblaze wants to merge 1 commit into
haskell:masterfrom
rblaze:master
Closed

Suppress errors from removeFile in UNIX bind#478
rblaze wants to merge 1 commit into
haskell:masterfrom
rblaze:master

Conversation

@rblaze

@rblaze rblaze commented Aug 10, 2020

Copy link
Copy Markdown
Contributor

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.

@kazu-yamamoto kazu-yamamoto left a comment

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
Collaborator

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

@rblaze

rblaze commented Aug 13, 2020

Copy link
Copy Markdown
Contributor Author

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