TooTallNate / ref

Turn Buffer instances into "pointers"
http://tootallnate.github.com/ref
453 stars 141 forks source link

Replaced deprecated call to ForceSet with Nan::ForceSet #62

Closed mhertsch closed 7 years ago

mhertsch commented 7 years ago

Hi,

when I switched to node 6.9.x I got some deprecation warnings when ref was compiled. I tried my hand at fixing them, and as far as I can see, the unit tests are still running and the deprecation warnings are gone.

Cheers, Michael

mhertsch commented 7 years ago

Ok, I am now using Nan::ForceSet instead of the old code.

TooTallNate commented 7 years ago

Perfect. Thanks @mhertsch!

mhertsch commented 7 years ago

Your welcome :)