-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
v22.9.0 proposal #54966
v22.9.0 proposal #54966
Commits on Sep 6, 2024
-
src: create handle scope in FastInternalModuleStat
It needs a handle scope for the context handle. Since the FastApiCallbackOptions struct doesn't have isolate on it in V8 12.4 on Node.js 22, use Isolate::TryGetCurrent() to get to the isolate needed for the handle scope creation and fallback to the slow callback if no isolate is entered. PR-URL: #54384 Refs: #52797 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c9599a - Browse repository at this point
Copy the full SHA 5c9599aView commit details -
Revert "v8: enable maglev on supported architectures"
This reverts commit 1a5acd0. Reason to revert: we have seen several crashes/unexpected JS behaviors with maglev on v22 (which ships V8 v12.4). The bugs lie in the codegen so it would be difficult for users to work around them or even figure out where the bugs are coming from. Some bugs are fixed in the upstream while some others probably remain. As v22 will get stuck with V8 v12.4 as LTS, it will be increasingly difficult to backport patches for them even if the bugs are fixed. So disable it by default on v22 to reduce the churn and troubles for users. PR-URL: #54384 Refs: #52797 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5243e32 - Browse repository at this point
Copy the full SHA 5243e32View commit details
Commits on Sep 12, 2024
-
module: do not warn for typeless package.json when there isn't one
It was intended that warnings should only be emitted for an existing package.json without a type. This fixes a confusing warning telling users to update /package.json when there are no package.json on the lookup path at all, like this: [MODULE_TYPELESS_PACKAGE_JSON] Warning: ... parsed as an ES module because module syntax was detected; to avoid the performance penalty of syntax detection, add "type": "module" to /package.json Drive-by: update the warning message to be clear about reparsing and make it clear what's actionable. PR-URL: #54045 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7284ed - Browse repository at this point
Copy the full SHA b7284edView commit details -
doc: add documentation about os.tmpdir() overrides
This documents the TMPDIR, TEMP and TMP overrides on different platforms and that some operating systems set these by default. PR-URL: #54613 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bfb4bc - Browse repository at this point
Copy the full SHA 5bfb4bcView commit details -
async_hooks: add an InactiveAsyncContextFrame class
This gives a class prototype for AsyncContextFrame that contains the required methods, so that when we swap the prototype, ActiveAsyncContextFrame methods are used instead. Previously, the methods were defined in AsyncContextFrame, so swapping the prototype didn't swap those static methods. Also, make the ActiveAsyncContextFrame extend from Map. Fixes: #54503 PR-URL: #54510 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 027b0ff - Browse repository at this point
Copy the full SHA 027b0ffView commit details -
lib: refactor SubtleCrypto experimental warnings
PR-URL: #54620 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 540b1db - Browse repository at this point
Copy the full SHA 540b1dbView commit details -
doc: fix webcrypto.md AES-GCM backticks
PR-URL: #54621 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 754baa4 - Browse repository at this point
Copy the full SHA 754baa4View commit details -
test: improve output of child process utilities
- Display command and options when it fails - Keep the caller line at the top of the stack trace. PR-URL: #54622 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdb6511 - Browse repository at this point
Copy the full SHA fdb6511View commit details -
deps: fix sign-compare warning in ncrypto
PR-URL: #54624 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a32645 - Browse repository at this point
Copy the full SHA 6a32645View commit details -
crypto: remove unused
kHashTypes
internalPR-URL: #54627 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02ac537 - Browse repository at this point
Copy the full SHA 02ac537View commit details -
name used instructions differed that what is in the code Signed-off-by: Michael Dawson <[email protected]> PR-URL: #54640 Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5555095 - Browse repository at this point
Copy the full SHA 5555095View commit details -
meta: fix
contributing
codeownersPR-URL: #54641 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c8a20d - Browse repository at this point
Copy the full SHA 6c8a20dView commit details -
test: move more zlib tests to node:test
PR-URL: #54609 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67e30de - Browse repository at this point
Copy the full SHA 67e30deView commit details -
https: only use default ALPNProtocols when appropriate
PR-URL: #54411 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Tim Perry <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04ef3e4 - Browse repository at this point
Copy the full SHA 04ef3e4View commit details -
tools: remove readability/fn_size rule
PR-URL: #54663 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6df542 - Browse repository at this point
Copy the full SHA d6df542View commit details -
lib: ensure no holey array in fixed_queue
Co-authored-by: Jake Yuesong Li <[email protected]> PR-URL: #54537 Fixes: #54472 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a1f56c - Browse repository at this point
Copy the full SHA 2a1f56cView commit details -
timers: document ref option for scheduler.wait
PR-URL: #54605 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3d567a - Browse repository at this point
Copy the full SHA b3d567aView commit details -
stream: relocate the status checking code in the onwritecomplete
relocate the status checking code before verifying if the stream is destroyed PR-URL: #54032 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2307d8 - Browse repository at this point
Copy the full SHA e2307d8View commit details -
doc: render type references in SQLite docs
Render JavaScript types as such in the section "Type conversion between JavaScript and SQLite". PR-URL: #54684 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c7bdf9 - Browse repository at this point
Copy the full SHA 1c7bdf9View commit details -
typings: correct param type of
SafePromisePrototypeFinally
PR-URL: #54727 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 071dff1 - Browse repository at this point
Copy the full SHA 071dff1View commit details -
meta: fix links in
SECURITY.md
PR-URL: #54696 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79b358a - Browse repository at this point
Copy the full SHA 79b358aView commit details -
meta: bump github/codeql-action from 3.25.15 to 3.26.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@afb54ba...4dd1613) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #54702 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6bd9e4 - Browse repository at this point
Copy the full SHA c6bd9e4View commit details -
meta: bump actions/upload-artifact from 4.3.4 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #54703 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea58feb - Browse repository at this point
Copy the full SHA ea58febView commit details -
meta: bump step-security/harden-runner from 2.9.0 to 2.9.1
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@0d38121...5c7944e) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #54704 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ebcfb2 - Browse repository at this point
Copy the full SHA 9ebcfb2View commit details -
benchmark: adds groups to better separate benchmarks
Fixes: #26425 Co-Authored-By: Yaman Kassir <[email protected]> PR-URL: #54393 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 721c63c - Browse repository at this point
Copy the full SHA 721c63cView commit details -
PR-URL: #54737 Refs: #54736 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b5ed97 - Browse repository at this point
Copy the full SHA 3b5ed97View commit details -
vm: add vm proto property lookup test
Add more test coverage on vm prototype properties lookup with `in` operator and property access. PR-URL: #54606 Refs: #54436 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ade9da5 - Browse repository at this point
Copy the full SHA ade9da5View commit details -
meta: update sccache to v0.8.1
PR-URL: #54720 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19574a8 - Browse repository at this point
Copy the full SHA 19574a8View commit details -
meta: bump actions/setup-python from 5.1.1 to 5.2.0
PR-URL: #54691 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdd9fbb - Browse repository at this point
Copy the full SHA bdd9fbbView commit details -
benchmark,doc: mention bar.R to the list of scripts
PR-URL: #54722 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d19efd7 - Browse repository at this point
Copy the full SHA d19efd7View commit details -
benchmark,doc: add CPU scaling governor to perf
PR-URL: #54723 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68e45b4 - Browse repository at this point
Copy the full SHA 68e45b4View commit details -
doc: clarify expandedSQL behavior
I am not sure what exactly the primary use case is for this function given that the Node.js API is not designed for users to manually bind parameters of prepared statements, but this at least clarifies what the function does. PR-URL: #54685 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62b0007 - Browse repository at this point
Copy the full SHA 62b0007View commit details -
lib: add util.getCallSite() API
PR-URL: #54380 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Claudio Wunder <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a37d805 - Browse repository at this point
Copy the full SHA a37d805View commit details -
doc: specify that preloaded modules affect subprocesses
Co-Authored-By: Tim Fish <[email protected]> PR-URL: #52939 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de225f5 - Browse repository at this point
Copy the full SHA de225f5View commit details -
buffer: re-enable Fast API for Buffer.write
Re-enables fast Fast API for Buffer.write after fixing UTF8 handling. Fixes: #54521 PR-URL: #54526 Reviewed-By: Daniel Lemire <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Paolo Insogna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85b5ed5 - Browse repository at this point
Copy the full SHA 85b5ed5View commit details -
doc, child_process: add esm snippets
PR-URL: #53616 Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e081a1 - Browse repository at this point
Copy the full SHA 5e081a1View commit details -
fs: respect dereference when copy symlink directory
Co-authored-by: Jake Yuesong Li <[email protected]> PR-URL: #54732 Fixes: #54730 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee89c31 - Browse repository at this point
Copy the full SHA ee89c31View commit details -
crypto: return a clearer error when loading an unsupported pkcs12
PR-URL: #54485 Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3981853 - Browse repository at this point
Copy the full SHA 3981853View commit details -
benchmark: add strictEqual and notStrictEqual bench
PR-URL: #54734 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 456a1fe - Browse repository at this point
Copy the full SHA 456a1feView commit details -
benchmark: add throws and doesNotThrow bench
PR-URL: #54734 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af7689e - Browse repository at this point
Copy the full SHA af7689eView commit details -
benchmark: add rejects and doesNotReject bench
PR-URL: #54734 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2844180 - Browse repository at this point
Copy the full SHA 2844180View commit details -
benchmark: add match and doesNotMatch bench
PR-URL: #54734 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0601644 - Browse repository at this point
Copy the full SHA 0601644View commit details -
zlib: deprecate instantiating classes without new
PR-URL: #54708 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c4c85c - Browse repository at this point
Copy the full SHA 8c4c85cView commit details -
deps: allow amaro to be externalizable
- allow amaro to be externalized like other builtins containing WASM. More context is available in https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-dependencies.md#supporting-externalizable-dependencies-with-javascript-code Signed-off-by: Michael Dawson <[email protected]> PR-URL: #54646 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0659516 - Browse repository at this point
Copy the full SHA 0659516View commit details -
lib: add note about removing
node:sys
modulePR-URL: #54743 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21fef34 - Browse repository at this point
Copy the full SHA 21fef34View commit details -
benchmark: enhance dc publish benchmark
PR-URL: #54745 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebe91db - Browse repository at this point
Copy the full SHA ebe91dbView commit details -
sqlite: remove unnecessary auto assignment
Assignment is not necessary here at all. PR-URL: #54686 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c1b98b - Browse repository at this point
Copy the full SHA 4c1b98bView commit details -
benchmark: add access async version to bench
PR-URL: #54747 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 237d7df - Browse repository at this point
Copy the full SHA 237d7dfView commit details -
PR-URL: #54794 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc69eb8 - Browse repository at this point
Copy the full SHA dc69eb8View commit details -
meta: ping @nodejs/performance on bench changes
PR-URL: #54752 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df30e8e - Browse repository at this point
Copy the full SHA df30e8eView commit details -
doc: add support link for marco-ippolito
PR-URL: #54789 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0f3e46 - Browse repository at this point
Copy the full SHA c0f3e46View commit details -
tools: add util scripts to land and rebase PRs
PR-URL: #54656 Reviewed-By: James M Snell <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93fab49 - Browse repository at this point
Copy the full SHA 93fab49View commit details -
typings: fix TypedArray to a global type
PR-URL: #54063 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 689d127 - Browse repository at this point
Copy the full SHA 689d127View commit details -
test: refactor
test-esm-type-field-errors
Co-Authored-By: Jacob Smith <[email protected]> PR-URL: #54368 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f074d74 - Browse repository at this point
Copy the full SHA f074d74View commit details -
doc: replace --allow-fs-read by --allow-fs-write in related section
PR-URL: #54427 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bd4be5 - Browse repository at this point
Copy the full SHA 5bd4be5View commit details -
build: don't store eslint locally
PR-URL: #54231 Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6200cf4 - Browse repository at this point
Copy the full SHA 6200cf4View commit details -
doc: clarify
--max-old-space-size
and--max-semi-space-size
unitsPR-URL: #54477 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c2ae80 - Browse repository at this point
Copy the full SHA 2c2ae80View commit details -
test: refactor fs-watch tests due to macOS issue
In `macOS`, fsevents generated immediately before start watching may leak into the event callback. See: #54450 for an explanation. This might be fixed at some point in `libuv` though it may take some time (see: libuv/libuv#3866). This commit comes in anticipation of the soon-to-be-released `[email protected]` which was making these tests very flaky. PR-URL: #54498 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9601169 - Browse repository at this point
Copy the full SHA 9601169View commit details -
test: fix
test-process-load-env-file
when path contains'
If the repo is cloned on a path that contains a quote, the test should not fail. PR-URL: #54511 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5137f6 - Browse repository at this point
Copy the full SHA b5137f6View commit details -
buffer: fix out of range for toString
Co-authored-by: Michaël Zasso <[email protected]> PR-URL: #54553 Fixes: #52298 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fb67af - Browse repository at this point
Copy the full SHA 1fb67afView commit details -
lib: convert signals to array before validation
Co-authored-by: Jake Yuesong Li <[email protected]> PR-URL: #54714 Fixes: #54674 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc78ced - Browse repository at this point
Copy the full SHA fc78cedView commit details -
benchmark: add buffer.isUtf8 bench
PR-URL: #54740 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40c6849 - Browse repository at this point
Copy the full SHA 40c6849View commit details -
benchmark: add buffer.isAscii benchmark
PR-URL: #54740 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af1988c - Browse repository at this point
Copy the full SHA af1988cView commit details -
meta: add
Windows ARM64
to flaky-tests listPR-URL: #54693 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82c08ef - Browse repository at this point
Copy the full SHA 82c08efView commit details -
crypto: reject dh,x25519,x448 in {Sign,Verify}Final
Fixes: #53742 PR-URL: #53774 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bba078 - Browse repository at this point
Copy the full SHA 5bba078View commit details -
doc: fix typo in recognizing-contributors
PR-URL: #54822 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8ae36b - Browse repository at this point
Copy the full SHA b8ae36bView commit details -
deps: update cjs-module-lexer to 1.4.0
PR-URL: #54713 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2351da5 - Browse repository at this point
Copy the full SHA 2351da5View commit details -
doc: mark
--conditions
CLI flag as stablePR-URL: #54209 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1def181 - Browse repository at this point
Copy the full SHA 1def181View commit details -
test: set
test-debugger-heap-profiler
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45ef2a8 - Browse repository at this point
Copy the full SHA 45ef2a8View commit details -
test: set
test-performance-function
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4231af3 - Browse repository at this point
Copy the full SHA 4231af3View commit details -
test: set
test-runner-watch-mode-complex
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f6f875 - Browse repository at this point
Copy the full SHA 5f6f875View commit details -
test: set
test-http2-large-file
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0458a8 - Browse repository at this point
Copy the full SHA b0458a8View commit details -
test: set
test-esm-loader-hooks-inspect-wait
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dfb525 - Browse repository at this point
Copy the full SHA 3dfb525View commit details -
test: set
test-async-context-frame
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d55fec8 - Browse repository at this point
Copy the full SHA d55fec8View commit details -
test: set
test-writewrap
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9f3385 - Browse repository at this point
Copy the full SHA b9f3385View commit details -
test: set
test-sqlite-statement-sync
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2ede46 - Browse repository at this point
Copy the full SHA d2ede46View commit details -
test: set
test-runner-run-watch
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3b7c40 - Browse repository at this point
Copy the full SHA e3b7c40View commit details -
test: set
test-fs-utimes
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f40884 - Browse repository at this point
Copy the full SHA 2f40884View commit details -
test: set
test-macos-app-sandbox
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a2da4c - Browse repository at this point
Copy the full SHA 6a2da4cView commit details -
test: set
test-single-executable-application-empty
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32d340e - Browse repository at this point
Copy the full SHA 32d340eView commit details -
test: set
test-http-server-request-timeouts-mixed
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8291de1 - Browse repository at this point
Copy the full SHA 8291de1View commit details -
test: set
test-runner-run-watch
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56238de - Browse repository at this point
Copy the full SHA 56238deView commit details -
test: set
test-worker-arraybuffer-zerofill
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e1ac48 - Browse repository at this point
Copy the full SHA 1e1ac48View commit details -
test: set
test-http2-socket-close
as flakyPR-URL: #54802 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41682c7 - Browse repository at this point
Copy the full SHA 41682c7View commit details -
src: move hkdf, scrypto, pbkdf2 impl to ncrypto
PR-URL: #54651 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b89cd8d - Browse repository at this point
Copy the full SHA b89cd8dView commit details -
esm: use Undici/
fetch
data:
URL parserFixes: #53775 PR-URL: #54748 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40ba89e - Browse repository at this point
Copy the full SHA 40ba89eView commit details -
sqlite: fix segfault in expandedSQL
The call to sqlite3_expanded_sql() may return NULL depending on various factors. Handle this case instead of running into a segmentation fault. PR-URL: #54687 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7766349 - Browse repository at this point
Copy the full SHA 7766349View commit details -
doc: add support link for mcollina
Signed-off-by: Matteo Collina <[email protected]> PR-URL: #54786 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Steven R Loomis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1b92e0 - Browse repository at this point
Copy the full SHA c1b92e0View commit details -
test: fix volatile for CauseSegfault with clang
PR-URL: #54325 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cad404e - Browse repository at this point
Copy the full SHA cad404eView commit details -
tools: add readability/fn_size to filter
PR-URL: #54744 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 608a611 - Browse repository at this point
Copy the full SHA 608a611View commit details -
src: fix unhandled error in structuredClone
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: #54764 Fixes: #54602 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97cbcfb - Browse repository at this point
Copy the full SHA 97cbcfbView commit details -
build: do not build with code cache for core coverage collection
Disable code cache for built-ins when are building Node.js to collect test coverage of built-ins, as code caching makes the V8 coverage collection less precises (specifically, all the functions deserialized from the code cache will not have block-level coverage data). Data from local testing: Before: ---------|----------|---------|--------- % Stmts | % Branch | % Funcs | % Lines ---------|----------|---------|--------- 95.58 | 94.43 | 95.19 | 95.58 ---------|----------|---------|--------- After: ---------|----------|---------|--------- % Stmts | % Branch | % Funcs | % Lines ---------|----------|---------|--------- 95.93 | 94.77 | 96.03 | 95.93 ---------|----------|---------|--------- PR-URL: #54633 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 948bba3 - Browse repository at this point
Copy the full SHA 948bba3View commit details -
doc: add
ERR_INVALID_ADDRESS
toerrors.md
PR-URL: #54661 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f8a6e9 - Browse repository at this point
Copy the full SHA 6f8a6e9View commit details -
PR-URL: #54619 Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61047dd - Browse repository at this point
Copy the full SHA 61047ddView commit details -
test: fix Windows async-context-frame memory failure
PR-URL: #54823 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8345a60 - Browse repository at this point
Copy the full SHA 8345a60View commit details -
meta: bump peter-evans/create-pull-request from 6.1.0 to 7.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c5a7806...8867c4a) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #54820 Refs: peter-evans/create-pull-request@8867c4a Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1cc046 - Browse repository at this point
Copy the full SHA c1cc046View commit details -
doc: experimental flag for global accessible APIs
Explicitly document that adding an API to the global scope requires `semver-major` label. Waiving the `semver-major` requires a regular TSC consensus process. PR-URL: #54330 Refs: #54329 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8931f56 - Browse repository at this point
Copy the full SHA 8931f56View commit details -
PR-URL: #54854 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56aca2a - Browse repository at this point
Copy the full SHA 56aca2aView commit details -
tls: add
allowPartialTrustChain
flagThis commit exposes the `X509_V_FLAG_PARTIAL_CHAIN` OpenSSL flag to users. This is behavior that has been requested repeatedly in the Github issues, and allows aligning behavior with other TLS libraries and commonly used applications (e.g. `curl`). As a drive-by, simplify the `SecureContext` source by deduplicating call sites at which a new custom certificate store was created for the `secureContext` in question. Fixes: #36453 PR-URL: #54790 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2bf013 - Browse repository at this point
Copy the full SHA c2bf013View commit details -
repl: doc-deprecate instantiating
node:repl
classes withoutnew
PR-URL: #54842 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8433032 - Browse repository at this point
Copy the full SHA 8433032View commit details
Commits on Sep 13, 2024
-
esm: fix support for
URL
instances inimport.meta.resolve
PR-URL: #54690 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31d4ef9 - Browse repository at this point
Copy the full SHA 31d4ef9View commit details -
fs: refactor rimraf to avoid using primordials
PR-URL: #54834 Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 375cbb5 - Browse repository at this point
Copy the full SHA 375cbb5View commit details -
timers: avoid generating holey internal arrays
PR-URL: #54771 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d47872 - Browse repository at this point
Copy the full SHA 3d47872View commit details -
test: move test-http-server-request-timeouts-mixed
Test was moved to sequential a while back. PR-URL: #54841 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5278b8b - Browse repository at this point
Copy the full SHA 5278b8bView commit details -
test: use
node:test
intest-cli-syntax.bad
PR-URL: #54513 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b96ee30 - Browse repository at this point
Copy the full SHA b96ee30View commit details -
lib: move
Symbol[Async]Dispose
polyfills tointernal/util
PR-URL: #54853 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f02e1b - Browse repository at this point
Copy the full SHA 5f02e1bView commit details -
path: remove
StringPrototypeCharCodeAt
fromposix.extname
PR-URL: #54546 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94fb7ab - Browse repository at this point
Copy the full SHA 94fb7abView commit details -
test_runner: improve code coverage cleanup
The test runner's code coverage leaves old coverage data in the temp directory. This commit updates the cleanup logic to: - Stop code collection. Otherwise V8 would write collection data again when the process exits. - Remove the temp directory containing the coverage data. - Attempt to clean up the coverage data even if parsing the data resulted in an error. With this change, I no longer see any coverage data left behind in the system temp directory. Refs: nodejs/build#3864 Refs: nodejs/build#3887 PR-URL: #54856 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de73d1e - Browse repository at this point
Copy the full SHA de73d1eView commit details -
Prior to this change, the ManagedEVPPkey class added an additional layer of abstraction to the EVP_PKEY class that wasn't strictly necessary. Previously we had: KeyObjectHandle -> std::shared_ptr<KeyObjectData> -> ManagedEVPPkey -> EVPKeyPointer After this change we have: KeyObjectHandle -> KeyObjectData -> EVPKeyPointer The `KeyObjectData` class no longer needs to be wrapped in std::shared_ptr but it will hold the underlying EVPKeyPointer in a std::shared_ptr. This greatly simplifies the abstraction and provides an overall reduction in code and complexity, although the changeset in this PR is fairly extensive to get there. This refactor is being done to simplify the codebase as part of the process of extracting crypto functionality to the separate ncrypto dep. PR-URL: #54751 Reviewed-By: Yagiz Nizipli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e72bd3 - Browse repository at this point
Copy the full SHA 5e72bd3View commit details -
os: improve
tmpdir
performancePR-URL: #54709 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 461e523 - Browse repository at this point
Copy the full SHA 461e523View commit details -
doc: add support link for aduh95
PR-URL: #54866 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 440c256 - Browse repository at this point
Copy the full SHA 440c256View commit details -
test: reduce fs calls in test-fs-existssync-false
PR-URL: #54815 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1a4114 - Browse repository at this point
Copy the full SHA d1a4114View commit details -
esm: throw
ERR_REQUIRE_ESM
instead ofERR_INTERNAL_ASSERTION
PR-URL: #54868 Fixes: #54773 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a624002 - Browse repository at this point
Copy the full SHA a624002View commit details -
test: reduce stack size for test-error-serdes
Hopefully reduces the run time and the likelihood of the test failing with a flaky timeout error. remove test-error-serdes from flaky list move test-error-serdes to sequential PR-URL: #54840 Refs: #52630 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b875f2d - Browse repository at this point
Copy the full SHA b875f2dView commit details -
test: add platform timeout support for riscv64
PR-URL: #54591 Refs: #54499 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b10e434 - Browse repository at this point
Copy the full SHA b10e434View commit details -
PR-URL: #54591 Refs: #54499 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f084ea2 - Browse repository at this point
Copy the full SHA f084ea2View commit details -
src: switch crypto APIs to use Maybe<void>
PR-URL: #54775 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbd08e3 - Browse repository at this point
Copy the full SHA fbd08e3View commit details -
test: remove need to make fs call for zlib test
PR-URL: #54814 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b998bb0 - Browse repository at this point
Copy the full SHA b998bb0View commit details -
test: fix test-tls-client-mindhsize for OpenSSL32
Refs: #53382 - OpenSSL32 has a minimum dh key size by 2048 by default. - Create larter 3072 dh key needed for testing and adjust tests to use it for builds with OpenSSL32 Signed-off-by: Michael Dawson <[email protected]> PR-URL: #54739 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c968d65 - Browse repository at this point
Copy the full SHA c968d65View commit details -
test: reduce the allocation size in test-worker-arraybuffer-zerofill
Test has been flaky with timeouts in CI. This is possibly due to the repeated large allocations on the main thread. This commit reduces the allocation size and makes a number of other cleanups. The main goal is to hopefully make this test more reliable / not-flaky. Also move the test to sequential. The frequent large allocations could be causing the test to be flaky if run parallel to other tests. PR-URL: #54839 Refs: #52274 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b53558 - Browse repository at this point
Copy the full SHA 4b53558View commit details -
test: reduce test-esm-loader-hooks-inspect-wait flakiness
Refs: #51560 PR-URL: #54827 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 194cb83 - Browse repository at this point
Copy the full SHA 194cb83View commit details -
test: remove dead code in test-http2-misbehaving-multiplex
PR-URL: #54860 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b198a91 - Browse repository at this point
Copy the full SHA b198a91View commit details -
doc, meta: fix broken link in
onboarding.md
PR-URL: #54886 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b68c30 - Browse repository at this point
Copy the full SHA 2b68c30View commit details
Commits on Sep 16, 2024
-
build,win: enable clang-cl compilation
This uses the backported ICU fix needed for compiling with ClangCL. Refs: #54502 Fixes: #34201 PR-URL: #54655 Refs: #52809 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Steven R Loomis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e38e305 - Browse repository at this point
Copy the full SHA e38e305View commit details
Commits on Sep 17, 2024
-
test_runner: allow
--import
with no isolationCo-Authored-By: Colin Ihrig <[email protected]> PR-URL: #54697 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36da793 - Browse repository at this point
Copy the full SHA 36da793View commit details -
test: deflake test-http2-misbehaving-multiplex
Fixes: #54859 PR-URL: #54872 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2efec62 - Browse repository at this point
Copy the full SHA 2efec62View commit details -
test_runner: apply filtering when tests begin
This commit updates the way filtering is applied to tests and suites. After this change, filters are applied just before the test/suite is started. The results are the same, but this allows us to eventually move away from the --test-only flag except when process level isolation is used. PR-URL: #54832 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 021f59b - Browse repository at this point
Copy the full SHA 021f59bView commit details -
test_runner: detect only tests when isolation is off
This commit updates the way the test runner processes 'only' tests when process-based test isolation is disabled. The --test-only flag is no longer necessary in this scenario. The test runner will automatically detect 'only' tests and apply the appropriate filtering. PR-URL: #54832 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3396a49 - Browse repository at this point
Copy the full SHA 3396a49View commit details -
test: strip color chars in
test-runner-run
Fixes: #54551 PR-URL: #54552 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee385d6 - Browse repository at this point
Copy the full SHA ee385d6View commit details -
test: move more url tests to
node:test
PR-URL: #54636 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a1d633 - Browse repository at this point
Copy the full SHA 7a1d633View commit details -
PR-URL: #54728 Fixes: #54726 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6552fdd - Browse repository at this point
Copy the full SHA 6552fddView commit details -
test_runner: report coverage thresholds in
test:coverage
PR-URL: #54813 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a52c199 - Browse repository at this point
Copy the full SHA a52c199View commit details -
src: add Cleanable class to Environment
We store a linked list of `Cleanable` objects on the `node::Environment` and invoke their `Clean()` method during env teardown. This eliminates the need for adding many cleanup hooks. PR-URL: #54880 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 424bdc0 - Browse repository at this point
Copy the full SHA 424bdc0View commit details -
lib: make WeakRef safe in abort_controller
PR-URL: #54791 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b9a637 - Browse repository at this point
Copy the full SHA 2b9a637View commit details -
build: fix conflicting V8 object print flags
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: #54785 Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69ec9d8 - Browse repository at this point
Copy the full SHA 69ec9d8View commit details -
http: reduce likelihood of race conditions on keep-alive timeout
Fixes: #52649 Refs: #54293 Co-authored-by: Arrigo Zanette <[email protected]> PR-URL: #54863 Reviewed-By: James M Snell <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7123bf7 - Browse repository at this point
Copy the full SHA 7123bf7View commit details -
PR-URL: #54434 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf4bf7c - Browse repository at this point
Copy the full SHA bf4bf7cView commit details -
Add missing `await` in `test/parallel/test-inspector-async-stack-traces-promise-then.js`. PR-URL: #54828 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 115a7ca - Browse repository at this point
Copy the full SHA 115a7caView commit details -
test: use correct file naming syntax for
util-parse-env
PR-URL: #53705 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9264bc - Browse repository at this point
Copy the full SHA d9264bcView commit details -
node-api: add support for UTF-8 and Latin-1 property keys
PR-URL: #52984 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Vladimir Morozov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a7576e - Browse repository at this point
Copy the full SHA 4a7576eView commit details -
node-api: add external buffer creation benchmark
Add a micro benchmark for external buffer creation. PR-URL: #54877 Refs: #53804 Refs: #44111 Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddd24a6 - Browse repository at this point
Copy the full SHA ddd24a6View commit details -
PR-URL: #54899 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22d8732 - Browse repository at this point
Copy the full SHA 22d8732View commit details -
test: fix test test-tls-dhe for OpenSSL32
Refs: #53382 - OpenSSL32 has a minimum dh key size by 2048 by default. - Adjust test to use larger 3072 key instead of 1024 when OpenSSL32 is present. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #54903 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb4849f - Browse repository at this point
Copy the full SHA bb4849fView commit details -
Prevent responses from being cached. Fixes: #54124 PR-URL: #54902 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed736a6 - Browse repository at this point
Copy the full SHA ed736a6View commit details -
test: improve test-internal-fs-syncwritestream
A subtest about the behavior when `autoClose=false`. PR-URL: #54671 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 097f6d3 - Browse repository at this point
Copy the full SHA 097f6d3View commit details -
Co-authored-by: Jason Zhang <[email protected]> PR-URL: #54829 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc5593b - Browse repository at this point
Copy the full SHA dc5593bView commit details -
deps: update cjs-module-lexer to 1.4.1
PR-URL: #54846 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 323d9da - Browse repository at this point
Copy the full SHA 323d9daView commit details -
zlib: add typings for better dx
PR-URL: #54699 Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8385958 - Browse repository at this point
Copy the full SHA 8385958View commit details -
build: upgrade clang-format to v18
PR-URL: #53957 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a07527 - Browse repository at this point
Copy the full SHA 9a07527View commit details -
test: fix test-http2-socket-close.js
Fixes: #54819 PR-URL: #54900 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cefa692 - Browse repository at this point
Copy the full SHA cefa692View commit details -
test: adjust tls test for OpenSSL32
Refs: #53382 Looks like test is forcing an error through bad data and the error code we get is different for OpenSSL32. Adjust test to cope with the variation across versions. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #54909 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b5e708 - Browse repository at this point
Copy the full SHA 2b5e708View commit details -
test: remove duplicate skip AIX
PR-URL: #54917 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Xuguang Mei <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23fb03b - Browse repository at this point
Copy the full SHA 23fb03bView commit details -
doc: fix broken Android building link
PR-URL: #54922 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Xuguang Mei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f62f19 - Browse repository at this point
Copy the full SHA 8f62f19View commit details -
repl: avoid interpreting 'npm' as a command when errors are recoverable
This change ensures that 'npm' within JavaScript code is not mistakenly interpreted as an npm command when the error is recoverable. This allows 'npm' to be treated as expected in such scenarios. Fixes: #54830 PR-URL: #54848 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Kohei Ueno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67b1d4c - Browse repository at this point
Copy the full SHA 67b1d4cView commit details -
test_runner: reimplement
assert.ok
to allow stack parsingPR-URL: #54776 Refs: nodejs/help#4461 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de0f445 - Browse repository at this point
Copy the full SHA de0f445View commit details -
test,crypto: update WebCryptoAPI WPT
PR-URL: #54925 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55a12a4 - Browse repository at this point
Copy the full SHA 55a12a4View commit details -
test: adjust test-tls-junk-server for OpenSSL32
Refs: #53382 OpenSSL32 returns different error text. Looking through the test it seems like the expected error text has been adjusted for different OpenSSL versions in the past and what the test is testing is not related to the error being returned. Update test to allow for error returned by OpenSSL32 Signed-off-by: Michael Dawson <[email protected]> PR-URL: #54926 Refs: #53382 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff54cab - Browse repository at this point
Copy the full SHA ff54cabView commit details -
benchmark: --no-warnings to avoid DEP/ExpWarn log
PR-URL: #54928 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0227670 - Browse repository at this point
Copy the full SHA 0227670View commit details -
lib,src: use built-in array buffer detach, transfer
PR-URL: #54837 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b59c8b8 - Browse repository at this point
Copy the full SHA b59c8b8View commit details -
src: add
--env-file-if-exists
flagFixes: #50993 Refs: #51451 test: remove unnecessary comment src: conform to style guidelines src: change flag to `--env-file-optional` test: revert automatic linter changes doc: fix typos src: change flag to `--env-file-if-exists` src: refactor `env_file_data` and `GetEnvFileDataFromArgs` test: clean up tests src: print error when file not found test: remove unnecessary extras PR-URL: #53060 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77d162a - Browse repository at this point
Copy the full SHA 77d162aView commit details -
fs: translate error code properly in cpSync
UV error code needs to be negative integer so it can be mapped correctly. The filesystem error are positive integer, so we need to handle it before throwing. Co-authored-by: Jake Yuesong Li <[email protected]> PR-URL: #54906 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93116dd - Browse repository at this point
Copy the full SHA 93116ddView commit details -
2024-09-17, Version 22.9.0 (Current)
Notable changes: lib: * (SEMVER-MINOR) add util.getCallSite() API (Rafael Gonzaga) #54380 repl: * doc-deprecate instantiating `node:repl` classes without `new` (Aviv Keller) #54842 src: * create handle scope in FastInternalModuleStat (Joyee Cheung) #54384 stream: * (SEMVER-MINOR) relocate the status checking code in the onwritecomplete (YoonSoo_Shin) #54032 tls: * (SEMVER-MINOR) add `allowPartialTrustChain` flag (Anna Henningsen) #54790 v8: * Revert "v8: enable maglev on supported architectures (Joyee Cheung) #54384 PR-URL: #54966
Configuration menu - View commit details
-
Copy full SHA for 4631be0 - Browse repository at this point
Copy the full SHA 4631be0View commit details