-
Notifications
You must be signed in to change notification settings - Fork 248
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
EOPNOTSUPP raised when hashing UNIX domain socket file #73
Comments
Have you installed |
No, because our goal is to exercise listen's polling adapter on @rahearn's system. If that works correctly, then we will have found a bug in either listen's usage of the rb-fsevent library or in the rb-fsevent library itself. 👮 |
Ok my bad, can you try the issue73 branch it should be fixed. |
Thanks! I'll report back after @rahearn has tried out the new branch. 😺 |
Great! |
the issue73 branch seems to fix everything I was seeing on sunaku/tork#43, both with and without rb-fsevent included |
Great, 0.7.0 released. |
Hello,
@rahearn is getting EOPNOTSUPP from listen 0.6.0's polling adapter on OSX when it tries to hash a UNIX domain socket file:
The solution for this bug is very similar to pull request #64: simply add
Errno::EOPNOTSUPP
to the rescue list in sha1_checksum() inlib/listen/directory_record.rb
.Thanks for your consideration.
The text was updated successfully, but these errors were encountered: