josephg / node-foundationdb

Modern Node.js FoundationDB bindings
Other
116 stars 17 forks source link

Deprecation warnings in nan C API #20

Closed josephg closed 5 years ago

josephg commented 5 years ago

Building with a recent version of nodejs generates a whole slew of compilation warnings due to API deprecation.

The short term fix would be to go through and clean up the API usage; although a much better fix would involve moving all the native code to n-api, especially as node 10 is pretty stable and standard at this point. (See #13)

josephg commented 5 years ago

This is solved by moving to the new napi code. The old code is deprecated and will not be updated.