Closed adaxi closed 6 years ago
By the way, tests on 0.10 seem to fail because standard
does not run on those versions.
Should we remove standard
from the test list? Or ignore that 0.10 and 0.12 are failing?
@justmoon @rvagg is there time to look at this for node 8 and 10?
OpenSSL 1.1.0 is now bundled with Node 10 instead of OpenSSL 1.0.2, which breaks compatibility.
ack
sorry, a bit bogged down, I'll try and get a look at this soon! feel free to bug me here if you don't hear from me again (it could very well get lost in my sprawling queue!)
@rvagg pinging again. I'm guessing at some point this lib will be deprecated, once node 12 or whatever has BigInts?
So just need to maintain it a bit more :D
ping @rvagg
I pulled in #112 for v10 support and to fix some of these problems. Have a go with that.
This pull request updates Nan to the latest version and fixes the deprecation warnings.
Note: I am a beginner at this. Tests pass. I am pretty confident in the patch, except at:
https://github.com/justmoon/node-bignum/pull/105/files#diff-aea5ac9d873a4cf693091c97c0432e66R387
Perhaps someone more experience can tell me if what is did is enough.