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 Node 10 compatibility #949

Merged
merged 4 commits into from
Jun 4, 2018
Merged

Conversation

frangio
Copy link
Contributor

@frangio frangio commented May 17, 2018

Some native packages are not compiling due to deprecated APIs. This PR updates those.

@come-maiz
Copy link
Contributor

@frangio It would be nice to have the travis tests run on the current node version and on the LTS.
It will be slower, but I don't think that the testing time is slowing the pull requests.

What do you think about adding node 10 to the travis matrix?

@frangio
Copy link
Contributor Author

frangio commented May 31, 2018

I don't think it's crucial at this moment because the JS code we have is not the core of the library, we're only using it to test the Solidity code.

(This is somewhat of a lie because the JS tests and helpers are included in the npm package.)

If at some point we have JavaScript code that is actually part of the library (and I think we need to go in this direction soon), then we should explore enhancing the Travis matrix to ensure compatibility, etc.

Copy link
Contributor

@come-maiz come-maiz left a comment

Choose a reason for hiding this comment

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

@frangio makes sense. Leaving my +1 here.

@frangio frangio merged commit 10e84ae into OpenZeppelin:master Jun 4, 2018
@frangio frangio deleted the fix-node-10-compat branch June 4, 2018 20:26
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