Jianchun Xu

Results 5 comments of Jianchun Xu

Please provide more information. How did you install "leveldown"? It uses **prebuild** which doesn't work with node-chakracore. I cloned https://github.com/level/leveldown and below works: ``` node-gyp.cmd rebuild node > var db...

Thank you for checking this out and doing the tests! We will investigate the scenario you described. Indeed we have areas that need more work to improve performance. I tried...

What version of Win7 do you have? I'm on Windows 7 Enterprise Service Pack 1 and the hello.js example works. ``` C:\tmp>ver Microsoft Windows [Version 6.1.7601] C:\tmp>"c:\Program Files\nodejs (chakracore)\nodevars.bat" Your...

Please compare with `master` node.gyp. Some other parts may need sync too. e.g. official v8 deps is now authored as ``` [ 'node_use_bundled_v8=="true"', { 'dependencies': [ 'deps/v8/tools/gyp/v8.gyp:v8', 'deps/v8/tools/gyp/v8.gyp:v8_libplatform' ], }],...

I seem to recall moved them under `node_engine=="v8"` at some point, maybe change lost long ago.