3rd-Eden / node-hashring

hashring is a consistent hashing algorithm for Node.js that is compatible with libketama and python's hash_ring package
MIT License
350 stars 61 forks source link

upgrade nan to 0.8.x #19

Closed yorkie closed 10 years ago

yorkie commented 10 years ago

I got below trace when I npm install hashring at my mba, and node -v prints v0.11.10:

node_modules/hashring/node_modules/nan/nan.h:518:3: error: unknown type name 'uv_work_t'

I guess this is the 0.3.x nan is not available for now, then may I ask u merge this PR and npm publish to let we can use this module at v0.11.x?

Thank you :P

3rd-Eden commented 10 years ago

I'm fine with the upgrade, but the build seems to be failing.

yorkie commented 10 years ago

Oh, sorry, this problem is not occurred at my MBA and node(v0.11.10 and v0.10.26), but I would fix this later thus don't close this issue, please :(