kriszyp / node-promise

Promise utilities for Node
397 stars 42 forks source link

Silent data corruption since node v0.1.101 #2

Closed samsonjs closed 14 years ago

samsonjs commented 14 years ago

Object.freeze has been broken[1] in v8 since node v0.1.101 and using it causes JSON.stringify to corrupt its output.

[1] http://code.google.com/p/v8/issues/detail?id=851

freeze could be commented temporarily, or maybe check the v8 version in process.versions.

kriszyp commented 14 years ago

ok, should be fixed now.