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

use fsnotify over inotify, upgrade dependencies #240

Merged
merged 3 commits into from
Apr 6, 2020

Conversation

nonrational
Copy link
Member

#155 (comment)

golang.org/x/exp/inotify has been deleted (see https://github.com/golang/exp/tree/master/inotify).

Also, now that we have end-to-end tests for all major functionality, we can safely upgrade dependencies!

github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880
github.com/kardianos/osext v0.0.0-20151222153229-29ae4ffbc9a6
github.com/miekg/dns v0.0.0-20160726032027-db96a2b759cd
github.com/fsnotify/fsnotify v1.4.9
Copy link
Member Author

Choose a reason for hiding this comment

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

add fsnotify. the rest of the diff is from the upgrade

@nonrational
Copy link
Member Author

platform-specific watch implementations have good coverage too.

Linux (77.8%) Darwin (75.0%)
image image

Copy link
Member

@evanphx evanphx left a comment

Choose a reason for hiding this comment

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

Excellent!

@nonrational nonrational merged commit 2163f31 into puma:master Apr 6, 2020
@nonrational nonrational deleted the fsnotify branch April 6, 2020 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants