node-v8
node-v8 copied to clipboard
Experimental Node.js mirror on V8 lkgr :sparkles::turtle::rocket::sparkles:
https://ci.nodejs.org/job/node-compile-windows-debug/12735/nodes=win-vs2019/console ``` 14:33:41 C:\workspace\node-compile-windows-debug\node\deps\v8\src\wasm\wasm-disassembler-impl.h(77,52): error C2487: 'v8::internal::wasm::WasmDecoder::StackEffect': member of dll interface class may not be declared with dll interface [C:\workspace\node-compile-windows-debug\node\tools\v8_gypfiles\v8_base_without_compiler.vcxproj] ```
https://chromium-review.googlesource.com/c/v8/v8/+/3620285 was merged recently and causes a _ton_ of failures in a variety of tests (~50 or so, `parallel/test-worker-esm-exit` as an example): ``` # # Fatal error in ../../v8/src/api/api.cc, line...
https://github.com/nodejs/node-v8/runs/7761703491?check_suite_focus=true /cc @joyeecheung
Commit: d20ed024041c35717f24334aadbb422a3d9e8da3 CI: https://ci.nodejs.org/job/node-test-commit/55212/ V8: https://ci.nodejs.org/job/node-test-commit-v8-linux/4781/
We've been floating an old patch for some time (https://github.com/nodejs/node/commit/d8b4a7edaeff573df18d47277cb94553bf6faf39) but unfortunately it doesn't apply anymore since V8 did a big refactor of its test runner. This breaks V8 CI:...
This CL seems to be causing some tests to fail: https://chromium-review.googlesource.com/c/v8/v8/+/3610624 e.g. parallel/test-vm-timeout-escape-promise-2 ``` # # Fatal error in ../../v8/src/execution/microtask-queue.cc, line 183 # Debug check failed: isolate->has_scheduled_exception() implies maybe_result.is_null() &&...
- [x] Create `main` branch in this repository - [x] Set it as default branch - [x] Keep `canary` branch as we have today - [ ] Alternatively have a...
I'm trying to find a way for us to auto sync V8 dependencies without needing to [manually list them](https://github.com/nodejs/node-core-utils/blob/master/lib/update-v8/constants.js#L34-L81) and without having to manually parse the DEPS file. One idea...
We have run into multi issues using msvc compiler. Is it possible we add clang support for windows too. Some benefits: * v8 use clang on windows too, v8 build...
Meaning this shortcut in Start menu:  For example, in this build: https://nodejs.org/download/v8-canary/v10.0.0-v8-canary20180306870146ff63/ Proper URL: https://nodejs.org/download/v8-canary/v10.0.0-v8-canary20180306870146ff63/docs/api/ Shortcut URL: https://nodejs.org/download/custom/v10.0.0-v8-canary20180306870146ff63/docs/api/ (404)