Skip to content

Issues: nodejs/node

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Enabling ClangCL compilation testing needs-ci PRs that need a full CI run. npm Issues and PRs related to the npm client dependency or the npm registry. v8 engine Issues and PRs related to the V8 dependency.
#55784 opened Nov 8, 2024 by StefanStojanovic Draft
V8 13.0 Deprecations c++ Issues and PRs that require attention from people who are familiar with C++. deprecations Issues and PRs related to deprecations. v8 engine Issues and PRs related to the V8 dependency.
#55452 opened Oct 18, 2024 by RedYetiDev
3 of 7 tasks
[rfc] V8 debug build CI? discuss Issues opened for discussions and feedbacks. v8 engine Issues and PRs related to the V8 dependency.
#55326 opened Oct 8, 2024 by bnoordhuis
V8 isolate race condition/use-after-free with --shared_string_table flag v8 engine Issues and PRs related to the V8 dependency.
#55325 opened Oct 8, 2024 by bnoordhuis
util: add fast path for Latin1 decoding c++ Issues and PRs that require attention from people who are familiar with C++. encoding Issues and PRs related to the TextEncoder and TextDecoder APIs. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#55275 opened Oct 5, 2024 by mertcanaltin Loading…
deps: update V8 to 13.0 blocked PRs that are blocked by other issues or PRs. build Issues and PRs related to build files or the CI. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. v8 engine Issues and PRs related to the V8 dependency.
#55014 opened Sep 19, 2024 by targos Draft
Deadlock at process shutdown confirmed-bug Issues with confirmed bugs. help wanted Issues that need assistance from volunteers or PRs that need help to proceed. v8 engine Issues and PRs related to the V8 dependency.
#54918 opened Sep 13, 2024 by lpinca
v8,tools: expose experimental wasm revectorize feature author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#54896 opened Sep 12, 2024 by yolanda15 Loading…
[v20.x] deps: V8: backport 2944ee9846e7 (CVE-2024-4947) backport-blocked-v20.x PRs that should land on the v20.x-staging branch but are blocked by another PR's pending backport. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. security Issues and PRs related to security. v8 engine Issues and PRs related to the V8 dependency. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
#54795 opened Sep 5, 2024 by giancorderoortiz Loading…
[v18.x] deps: V8: backport 2944ee9846e7 (V18.x CVE-2024-4947) build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. security Issues and PRs related to security. v8 engine Issues and PRs related to the V8 dependency. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#54793 opened Sep 5, 2024 by giancorderoortiz Loading…
deps: V8: backport f320600cd1f4 (V20.x CVE-2024-4761) build Issues and PRs related to build files or the CI. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run. security Issues and PRs related to security. v8 engine Issues and PRs related to the V8 dependency. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
#54598 opened Aug 27, 2024 by giancorderoortiz Loading…
V8 build error with 22.7.0 build Issues and PRs related to build files or the CI. confirmed-bug Issues with confirmed bugs. v8 engine Issues and PRs related to the V8 dependency.
#54576 opened Aug 26, 2024 by bnoordhuis
vm: TypeError thrown instead of ReferenceError when a Proxy is the vm context v8 engine Issues and PRs related to the V8 dependency. vm Issues and PRs related to the vm subsystem.
#54550 opened Aug 25, 2024 by domenic
build: Don't add -latomic for clang build Issues and PRs related to build files or the CI. gyp Issues and PRs related to the GYP tool and .gyp build files needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#54306 opened Aug 10, 2024 by vadorovsky Loading…
Fix the bug caused by fast api changes in v22.5.0 and have a post-mortem blocked PRs that are blocked by other issues or PRs. c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. post-mortem Issues and PRs related to the post-mortem diagnostics of Node.js. v8 engine Issues and PRs related to the V8 dependency.
#53934 opened Jul 18, 2024 by anonrig Loading…
build: support setting an emulator from configure script build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#53899 opened Jul 17, 2024 by tie Loading…
Promise rejection in timeout (versus module-level) treated as unhandled by debugger debugger Issues and PRs related to the debugger subsystem. promises Issues and PRs related to ECMAScript promises. v8 engine Issues and PRs related to the V8 dependency.
#53732 opened Jul 4, 2024 by rotu
Namespaces are not disambiguated by star exports confirmed-bug Issues with confirmed bugs. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders v8 engine Issues and PRs related to the V8 dependency.
#53707 opened Jul 3, 2024 by ghost
Coverage map issued on switch statements without scoped case clauses incorrectly report an uncovered block coverage Issues and PRs related to native coverage support. v8 engine Issues and PRs related to the V8 dependency.
#53652 opened Jun 30, 2024 by ericmorand
Option to have a shared V8 library? feature request Issues that request new features to be added to Node.js. help wanted Issues that need assistance from volunteers or PRs that need help to proceed. v8 engine Issues and PRs related to the V8 dependency.
#53509 opened Jun 19, 2024 by Ashvith10
tools: fix riscv64 build failed needs-ci PRs that need a full CI run. riscv64 Issues and PRs related to the riscv64 architecture. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#52888 opened May 8, 2024 by luyahan Loading…
Define node::StreamBase's "onread" property as a JavaScript accessor deprecations Issues and PRs related to deprecations. stream Issues and PRs related to the stream subsystem. v8 engine Issues and PRs related to the V8 dependency.
#52758 opened Apr 30, 2024 by isheludko
Segfault on non-x86_64 architectures i18n-api Issues and PRs related to the i18n implementation. v8 engine Issues and PRs related to the V8 dependency.
#52606 opened Apr 20, 2024 by jamesjer
Implement IDL Float16Array v8 engine Issues and PRs related to the V8 dependency. web-standards Issues and PRs related to Web APIs
#52416 opened Apr 8, 2024 by annevk
ProTip! Updated in the last three days: updated:>2024-11-08.