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

Don't require rb-fsevent until actually needed #417

Merged
merged 1 commit into from
Nov 20, 2016

Conversation

jirutka
Copy link
Contributor

@jirutka jirutka commented Nov 18, 2016

rb-fsevent is used only on macOS. If you somehow exclude it from
dependencies on other platforms, for example to avoid unnecessary
complications with building native extensions, then "listen" fails to
start just because it's required before checked that it's not usable on
the current platform. This patch fixes this error.

See also #416

NOTE: Travis build does not fail because of this change.

rb-fsevent is used only on macOS. If you somehow exclude it from
dependencies on other platforms, for example to avoid unnecessary
complications with building native extensions, then "listen" fails to
start just because it's required before checked that it's not usable on
the current platform. This patch fixes this error.

See also guard#416
@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling 187aaab on jirutka:fix-rb-fsevent into e1a4e0d on guard:master.

@rymai rymai self-assigned this Nov 20, 2016
@rymai
Copy link
Member

rymai commented Nov 20, 2016

Thanks @jirutka, LGTM!

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.

3 participants