mozilla / spidernode

Node.js on top of SpiderMonkey
https://ehsanakhgari.org/blog/2016-04-20/project-spidernode
Other
559 stars 43 forks source link

merge Node #362

Closed mykmelez closed 7 years ago

mykmelez commented 7 years ago

The weekly merge. Build succeeds, and tests pass locally, although they also print this output, which I haven't seen before (and which is apparently a trace-level message in deps/zlib/trees.c):

bit length overflow
code 18 bits 7->6
code 6 bits 5->6

bit length overflow
code 18 bits 7->6
code 6 bits 5->6
mykmelez commented 7 years ago

they also print this output, which I haven't seen before (and which is apparently a trace-level message in deps/zlib/trees.c):

I filed that as #363.