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

Fix version check to compare minor version #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dohse
Copy link

@dohse dohse commented Dec 2, 2014

Bugfix versions should be compatible with each other. Compare only the
major and minor version of node.

Bugfix versions should be compatible with each other. Compare only the
major and minor version of node.
@rubenv
Copy link
Owner

rubenv commented Dec 2, 2014

They're API compatible, but are they ABI compatible?

@dohse
Copy link
Author

dohse commented Dec 2, 2014

Unfortunately I am not able to find any statements about this. The original version of this check forces us to upgrade node on all our machines in concert which would be a hassle. We are using several other binary modules which never caused us any trouble, so it looks like that in practice different bugfix versions of node are ABI compatible.

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