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

Node.js 10 support #142

Merged
merged 5 commits into from
Jan 16, 2019
Merged

Node.js 10 support #142

merged 5 commits into from
Jan 16, 2019

Conversation

DavidVujic
Copy link
Collaborator

Running npm install fails when using Node version 10. (v10.11.0).

This Pull Request fixes the issues with the removed v8_debug.h and warnings from npm about old packages.

Also, I have replaced the deprecated ForceSet with DefineOwnProperty according to conversations in the Nan repo, issue nodejs/nan#707

@DavidVujic DavidVujic mentioned this pull request Oct 2, 2018
@DavidVujic
Copy link
Collaborator Author

Node.js 10 is now LTS and the current node-zookeeper project won't be able to build when running that version. This PR will solve it.

Ref: nodejs/node#23159

@DavidVujic
Copy link
Collaborator Author

Hi @yfinkelstein! Any chance of getting this pull request reviewed?

@DavidVujic
Copy link
Collaborator Author

ping @mdlavin

@mdlavin
Copy link
Collaborator

mdlavin commented Jan 15, 2019

The code changes look good to me. Can you update the .travis.yml file to include node 8 and 10 versions to make sure it keeps working?

@DavidVujic
Copy link
Collaborator Author

Great! I'll set up Travis CI in my fork and will push updates to the configuration when it's ready!

@DavidVujic
Copy link
Collaborator Author

@mdlavin Done! Travis build is green.
travis

@mdlavin
Copy link
Collaborator

mdlavin commented Jan 16, 2019

Looks great. I'll merge and publish a new version

@mdlavin mdlavin merged commit 2cd19a9 into yfinkelstein:master Jan 16, 2019
@mdlavin
Copy link
Collaborator

mdlavin commented Jan 16, 2019

The new version is published. I'd love if you could confirm the published version works for you

@DavidVujic DavidVujic deleted the node10_support branch March 2, 2019 21:01
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