Skip to content

Pull requests: nodejs/node

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

Pull requests list

buffer: optimize asciiWrite for short strings buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run.
#53071 opened May 20, 2024 by ronag Loading…
test: replace .substr with .slice needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#53070 opened May 20, 2024 by aduh95 Loading…
build: fix ./configure --help format error 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.
#53066 opened May 20, 2024 by kylo5aby Loading…
meta: move one or more collaborators to emeritus doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project.
#53065 opened May 20, 2024 by nodejs-github-bot Loading…
src: reduce unnecessary GetCwd calls author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#53064 opened May 20, 2024 by anonrig Loading…
src: replace kPathSeparator with std::filesystem c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#53063 opened May 20, 2024 by anonrig Loading…
fs: remove basename in favor of std::filesystem 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. needs-ci PRs that need a full CI run.
#53062 opened May 20, 2024 by anonrig Loading…
src: simplify node modules traverse path c++ Issues and PRs that require attention from people who are familiar with C++. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#53061 opened May 19, 2024 by anonrig Loading…
src: add --optional-env-file flag c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#53060 opened May 19, 2024 by BoscoDomingo Loading…
cli: add NODE_RUN_PACKAGE_JSON_PATH env author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. semver-minor PRs that contain new features and should be released in the next minor version.
#53058 opened May 19, 2024 by anonrig Loading…
test: use python3 instead of python in pummel test needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#53057 opened May 19, 2024 by fahrradflucht Loading…
deps: patch V8 to 12.4.254.18 commit-queue Add this label to land a pull request using GitHub Actions. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#53054 opened May 19, 2024 by nodejs-github-bot Loading…
deps: update googletest to 33af80a author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#53053 opened May 19, 2024 by nodejs-github-bot Loading…
deps: update zlib to 1.3.0.1-motley-4f653ff c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue Add this label to land a pull request using GitHub Actions. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. zlib Issues and PRs related to the zlib subsystem.
#53052 opened May 19, 2024 by nodejs-github-bot Loading…
module: do not set CJS variables for Worker eval c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem. vm Issues and PRs related to the vm subsystem.
#53050 opened May 18, 2024 by aduh95 Loading…
test_runner: fix t.assert methods author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. test_runner
#53049 opened May 18, 2024 by cjihrig Loading…
tools: update error message for Type Error doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory.
#53047 opened May 18, 2024 by RedYetiDev Loading…
build: support lint-md-fix and lint-js-fix in vcbuild.bat 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. windows Issues and PRs related to the Windows platform.
#53046 opened May 18, 2024 by RedYetiDev Loading…
build: use broader detection for 'help' build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#53045 opened May 18, 2024 by RedYetiDev Loading…
module: resolve format for all situations with auto module detection on c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders needs-ci PRs that need a full CI run.
#53044 opened May 18, 2024 by dygabo Loading…
test,timers: add coverage to timer/promises scheduler yield, wait needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
#53043 opened May 18, 2024 by jakecastelli Loading…
doc: clarify possible eventType values in fs.watch doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#53041 opened May 18, 2024 by benmccann Loading…
src: attach CppHeap to an v8::Isolate with isolate params c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#53038 opened May 17, 2024 by legendecas Draft
src: fix execArgv in worker c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. worker Issues and PRs related to Worker support.
#53029 opened May 16, 2024 by theanarkh Loading…
4 tasks done
v18.20.3 proposal build Issues and PRs related to build files or the CI. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dependencies Pull requests that update a dependency file. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#53028 opened May 16, 2024 by richardlau Loading…
ProTip! no:milestone will show everything without a milestone.