-
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
v13.3.0 proposal #30774
v13.3.0 proposal #30774
Conversation
Schedule a task on the main event loop, similar to what the HTML spec recommends for browsers. Alternative to #30198 PR-URL: #30616 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
The third parameter should be a boolean indicating whether the number must be positive. Passing zero works, but is unnecessary, misleading and inconsistent with other uses of the same function. PR-URL: #30579 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Convert functions to arrow functions. Remove unused param('signal') from function. PR-URL: #30536 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #30587 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #30582 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Denys Otrishko <[email protected]>
Replace "X is not recommended" with "Avoid X". Replace "It is recommended not to use X" with "Avoid X". PR-URL: #30558 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Replace setTimeout() with setImmediate() in test-stream-writable-clear-buffer. The test still fails in Node.js 8.6.0 (if you comment out the `common` module, since it uses BigInts and those aren't supported in 8.6.0). PR-URL: #30561 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #30561 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
This reveals the values that cause the assertion error, should it happen. PR-URL: #30561 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
I don't believe there's a reason test-stream-writable-clear-buffer needs to be in sequential. Move it to parallel. PR-URL: #30561 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Refs: #30561 (review) PR-URL: #30561 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Refs: https://github.com/nodejs/node/pull/30561/files#r348667256 PR-URL: #30561 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
This aims to help explain some of the internal patterns and utilities that we use. It is by no means exhaustive, and suggestions for additions are welcome. Some of this is based on the existing work from #26929. Refs: #26929 PR-URL: #30552 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Refs: #29766 This works on destructuring primordials whithin libs/_http_agent PR-URL: #30416 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
PR-URL: #30315 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
This commit addresses the following compilation warnings: ../src/node_crypto.cc:5053:3: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] CHECK_EQ(n, BN_bn2binpad(r, data, n)); ../src/node_crypto.cc:5054:3: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] CHECK_EQ(n, BN_bn2binpad(s, data + n, n)); PR-URL: #30565 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: David Carlier <[email protected]>
PR-URL: #30428 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
PR-URL: #30577 Refs: nodejs/code-and-learn#97 Refs: #29766 Refs: #29633 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
PR-URL: #30307 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #30435 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: #30417 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
PR-URL: #30309 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #30400 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30401 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
cover prepare_stack_trace in case when trace is empty PR-URL: #30311 Reviewed-By: Gireesh Punathil <[email protected]>
PR-URL: #30402 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30405 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30404 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30406 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #30407 Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Notable changes: * http: * Make maximum header size configurable per-stream or per-server (Anna Henningsen) #30570 * http2: * Make maximum tolerated rejected streams configurable (Denys Otrishko) #30534 * Allow to configure maximum tolerated invalid frames (Denys Otrishko) #30534 * wasi: * Introduce initial WASI support (cjihrig) #30258 PR-URL: #30774
@nodejs/v8-update PTAL at the V8 failures. I am also fine to exclude the V8 updates from the release. |
Oh gosh, please no. Those V8 updates were crucial bug fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worth calling out #30644 in the notable changes. Even though rimraf is still experimental, it's a change in the way it operates.
Notable changes: * fs: * Reworked experimental recursive `rmdir()` (cjihrig) #30644 * The `maxBusyTries` option is renamed to `maxRetries`, and its default is set to 0. The `emfileWait` option has been removed, and `EMFILE` errors use the same retry logic as other errors. The `retryDelay` option is now supported. `ENFILE` errors are now retried. * http: * Make maximum header size configurable per-stream or per-server (Anna Henningsen) #30570 * http2: * Make maximum tolerated rejected streams configurable (Denys Otrishko) #30534 * Allow to configure maximum tolerated invalid frames (Denys Otrishko) #30534 * wasi: * Introduce initial WASI support (cjihrig) #30258 PR-URL: #30774
8906c52
to
f5fe384
Compare
@targos I ran the V8 tests locally and they passed. Therefore it's difficult to identify the concrete change that might have caused the failure. |
Seems like the V8 failures where also present in v13.2.0 https://ci.nodejs.org/job/node-test-commit-v8-linux/2673/#showFailuresLink CITGM is also LG compared to v13.2.0. The ARM CI is slow, just as with the last release. Release build: https://ci-release.nodejs.org/job/iojs+release/4890/ |
Seems like the CI can not fully finish but everything passed at least once besides the CI that is down. |
Notable changes: * fs: * Reworked experimental recursive `rmdir()` (cjihrig) #30644 * The `maxBusyTries` option is renamed to `maxRetries`, and its default is set to 0. The `emfileWait` option has been removed, and `EMFILE` errors use the same retry logic as other errors. The `retryDelay` option is now supported. `ENFILE` errors are now retried. * http: * Make maximum header size configurable per-stream or per-server (Anna Henningsen) #30570 * http2: * Make maximum tolerated rejected streams configurable (Denys Otrishko) #30534 * Allow to configure maximum tolerated invalid frames (Denys Otrishko) #30534 * wasi: * Introduce initial WASI support (cjihrig) #30258 PR-URL: #30774
Notable Changes
rmdir()
(cjihrig) #30644maxBusyTries
option is renamed tomaxRetries
, and its default isset to 0. The
emfileWait
option has been removed, andEMFILE
errorsuse the same retry logic as other errors. The
retryDelay
option is nowsupported.
ENFILE
errors are now retried.Commits
4cd4e7c17a
] - benchmark,doc,lib,test: prepare for padding lint rule (Rich Trott) #3069663eb4fee46
] - buffer: fix 6-byte writeUIntBE() range check (Brian White) #30459e8af569200
] - buffer: release buffers with free callbacks on env exit (Anna Henningsen) #30551648766bccf
] - build: do not build mksnapshot and mkcodecache for --shared (Joyee Cheung) #306476545314a4f
] - build: add --without-node-code-cache configure option (Joyee Cheung) #3064780ada94cd3
] - build: use Node.js instead of Node in configure (Tobias Nießen) #306420aae502c67
] - build,win: propagate error codes in vcbuild (João Reis) #307246a53152b42
] - build,win: add test-ci-native and test-ci-js (João Reis) #3072430a4f68a15
] - child_process: document kill() return value (cjihrig) #30669dae36a9692
] - child_process: replace var with let/const (dnlup) #303894b13bca31a
] - child_process: replace var with const/let in internal/child_process.js (Luis Camargo) #30414378c54fe97
] - cluster: replace vars in child.js (EmaSuriano) #30383708e67a732
] - cluster: replace var with let (Herrmann, Rene R. (656)) #3042555fbe45f69
] - cluster: replace var by let in shared_handle.js (poutch) #304024affc30a12
] - crypto: automatically manage memory for ECDSA_SIG (Tobias Nießen) #3064155c2ac70b7
] - crypto: remove redundant validateUint32 argument (Tobias Nießen) #305790ba877a541
] - deps: V8: cherry-pick 0dfd9ea51241 (bcoe) #30713b470354057
] - deps: patch V8 to 7.9.317.25 (Myles Borins) #30679d257448bca
] - deps: update llhttp to 2.0.1 (Fedor Indutny) #30553456d250d2d
] - deps: V8: backport 93f189f19a03 (Michaël Zasso) #30681aa01ebdbca
] - deps: V8: cherry-pick ca5b0ec (Anna Henningsen) #30708f37450f580
] - dns: use length for building TXT string (Anna Henningsen) #306903d302ff276
] - doc: fix typographical error (Rich Trott) #3073519b31c1bc5
] - doc: revise REPL uncaught exception text (Rich Trott) #3072961af1fcaa1
] - doc: update signature algorithm in release doc (Myles Borins) #30673a8002d92ab
] - doc: update README.md to fix active/maint times (Michael Dawson) #30707f46df0b496
] - doc: update socket.bufferSize text (Rich Trott) #30723cbd50262c0
] - doc: note that buf.buffer's contents might differ (AJ Jordan) #29651a25626c1ed
] - doc: clarify IncomingMessage.destroy() description (Sam Foxman) #302558fcb450934
] - doc: fixed a typo in process.md (Harendra Singh) #30277ad9f737e44
] - doc: documenting a bit more FreeBSD case (David Carlier) #3032540b762177f
] - doc: add missing 'added' versions to module.builtinModules (Thomas Watson) #30562aca0119089
] - doc: fix worker.resourceLimits indentation (Daniel Nalborczyk) #3066343e78578a6
] - doc: fix worker.resourceLimits type (Daniel Nalborczyk) #3066420dbce17d5
] - doc: avoid proposal syntax in code example (Alex Zherdev) #306851e7c567734
] - doc: address nits for src/README.md (Anna Henningsen) #3069387136c9bde
] - doc: revise socket.connect() note (Rich Trott) #30691fcde49700c
] - doc: remove "this API is unstable" note for v8 serdes API (bruce-one) #30631809a2b056b
] - doc: fixup incorrect flag name reference (Guy Bedford) #306513d978839c1
] - doc: minor updates to releases.md (Beth Griggs) #30636e9f031c741
] - doc: add 13 and 12 to previous versions (Andrew Hughes) #305908ab18b6b6f
] - doc: update AUTHORS list (Gus Caplan) #30672329a821d25
] - doc: add explanation why keep var with for loop (Lucas Recknagel) #30380426ca263c8
] - doc: document "Resume Build" limitation (Richard Lau) #3060400f7cc65a1
] - doc: add note of caution about non-conforming streams (Robert Nagy) #298957d98a59c39
] - doc: add note about debugging worker_threads (Denys Otrishko) #305948ef629a78a
] - doc: simplify "is recommended" language in assert documentation (Rich Trott) #3055819d192d1f0
] - doc: fix a typo in a date for version 13.2.0 (Kirlat) #30587b67759a93c
] - doc,deps: document how to maintain ICU in Node.js (Steven R. Loomis) #30607bfcc9142f3
] - doc,n-api: mark napi_detach_arraybuffer as experimental (legendecas) #30703365f0ab09b
] - esm: data URLs should ignore unknown parameters (Bradley Farias) #305930285aa0967
] - events: improve performance caused by primordials (guzhizhou) #305773475f9b82c
] - fs: add ENFILE to rimraf retry logic (cjihrig) #30644f725953433
] - fs: add retryDelay option to rimraf (cjihrig) #3064451bc379243
] - fs: remove rimraf's emfileWait option (cjihrig) #30644612a3a2e6c
] - fs: make rimraf default to 0 retries (cjihrig) #30644fa1f87b199
] - fs: rename rimraf's maxBusyTries to maxRetries (cjihrig) #306448ee27ffe77
] - fs: change var to let (Àlvar Pérez) #30407850c2a72ea
] - fs: cover fs.opendir ERR_INVALID_CALLBACK (Vladislav Botvin) #3030762574087ea
] - (SEMVER-MINOR) http: make maximum header size configurable per-stream or per-server (Anna Henningsen) #305701d1d136806
] - http: set socket.server unconditionally (Anna Henningsen) #305716848bfbf65
] - http: replace var with let (Guilherme Goncalves) #304218256d38349
] - http: destructure primordials in lib/_http_server.js (Artem Maksimov) #303153b169f1dbd
] - http: improve performance caused by primordials (Lucas Recknagel) #304166f313f9ab0
] - http2: fix session memory accounting after pausing (Michael Lehenbauer) #306847d37bcebea
] - (SEMVER-MINOR) http2: make maximum tolerated rejected streams configurable (Denys Otrishko) #30534092a3c28aa
] - (SEMVER-MINOR) http2: allow to configure maximum tolerated invalid frames (Denys Otrishko) #30534e92afd998f
] - (SEMVER-MINOR) http2: replace direct array usage with struct for js_fields_ (Denys Otrishko) #3053430ef8e4cbd
] - http2: change var to let compact.js (Maria Emmanouil) #303921a2ed4a5f4
] - http2: core.js replace var with let (Daniel Schuech) #30403f7ca7e6677
] - http2: replace var with let/const (Paolo Ceschi Berrini) #304176322611077
] - inspector: properly shut down uv_async_t (Anna Henningsen) #30612de3a1c3019
] - lib: enforce use of primordial Number (Sebastien Ahkrin) #307005a9340d723
] - lib: use static Number properties from primordials (Michaël Zasso) #30686892bde635e
] - lib: enforce use of Boolean from primordials (Michaël Zasso) #30698ae2c7d0b02
] - lib: replace Date.now function by primordial DateNow (Tchoupinax) #30689c09e3deac5
] - lib: replace ArrayBuffer.isView by primordial ArrayBuffer (Vincent Dhennin) #306925ef4dceb95
] - lib: enforce use of Array from primordials (Michaël Zasso) #30635a4dfe3b7dc
] - lib: flatten access to primordials (Michaël Zasso) #30610b545b91de5
] - lib: use let instead of var (Shubham Chaturvedi) #303755120926337
] - lib: replace var with let/const (jens-cappelle) #30391b18b056d64
] - lib: replace var w/ let (Chris Oyler) #303863796885096
] - lib: replace var with let/const (Tijl Claessens) #30390ffe3040659
] - lib: adding perf notes js_stream_socket.js (ryan jarvinen) #30415797b938c49
] - lib: replace var with let (Dennis Saenger) #303960b64e45e41
] - lib: main_thread_only change var to let (matijagaspar) #30398d024630f44
] - lib: change var to let in stream_base_commons (Kyriakos Markakis) #304263c041edbe7
] - lib: use let instead of var (Semir Ajruli) #30424d277c375fd
] - lib: changed var to let (Oliver Belaifa) #304270fd89cc0f1
] - lib: replace var with let/const (Dries Stelten) #30409bdba03e3ed
] - lib: change var to let (Dimitris Ktistakis) #3040848fef42ca9
] - lib: replace var with let/const (Tembrechts) #30404502173b54e
] - lib: replace var to let in cli_table.js (Jing Lin) #304002cf8a7f117
] - module: fix specifier resolution algorithm (Rongjian Zhang) #30574be9788bf20
] - n-api: detach external ArrayBuffers on env exit (Anna Henningsen) #305518171cef921
] - (SEMVER-MINOR) n-api: implement napi_is_detached_arraybuffer (Denys Otrishko) #30613cc5875b2e6
] - n-api: add missed nullptr check in napi_has_own_property (Denys Otrishko) #30626017280e6e2
] - net: replaced vars to lets and consts (nathias) #3040156248a827a
] - process: replace var with let/const (Jesper Ek) #303825c40b2f9ac
] - process: replace vars in per_thread.js (EmaSuriano) #30385c50bbf58da
] - readline: change var to let (dnlup) #30435b91d22cc8d
] - repl: fix referrer for dynamic import (Corey Farrell) #306094e5818a456
] - repl: change var to let (Oliver Belaifa) #30428e65ad865c6
] - src: change header file in node_stat_watcher.cc (Reza Fatahi) #29976be84ceefb8
] - src: clean up node_file.h (Anna Henningsen) #30530bccfd124b0
] - src: remove unused variable in node_dir.cc (gengjiawen) #30267fc11db18fe
] - src: inline SetSNICallback (Anna Henningsen) #305487bd587ef0c
] - src: use BaseObjectPtr to store SNI context (Anna Henningsen) #305488ec0d75de7
] - src: cleanup unused headers (Alexandre Ferrando) #303286c249c0982
] - src: run native immediates during Environment cleanup (Anna Henningsen) #30666bea25016d1
] - src: no SetImmediate from destructor in stream_pipe code (Anna Henningsen) #3066694357db815
] - src: add morecan\_call\_into\_js()
guards (Anna Henningsen) #30666d54432f974
] - src: keep object alive in stream_pipe code (Anna Henningsen) #30666d194c0ff37
] - src: replaced var with let (Aldo Ambrosioni) #3039744f28ea155
] - src: fix -Wsign-compare warnings (cjihrig) #305651916acb3cb
] - src: fix signal handler crash on close (Shelley Vohr) #305829e9e48bf7e
] - src: use uv_async_t for WeakRefs (Anna Henningsen) #306169d8d2e1f45
] - src,doc: fix broken links (cjihrig) #30662f135c38796
] - src,doc: add C++ internals documentation (Anna Henningsen) #30552e968e26dbd
] - stream: improve performance for sync write finishes (Anna Henningsen) #3071049e047f7a1
] - test: add coverage for ERR_TLS_INVALID_PROTOCOL_VERSION (Rich Trott) #3074181d81a5904
] - test: add an indicatorisIBMi
(Xu Meng) #3071437c70ee198
] - test: use arrow functions in async-hooks tests (garygsc) #30137b5c7dad95a
] - test: fix test-benchmark-streams (Rich Trott) #307571e199ceb71
] - test: move test-http-max-http-headers to parallel (Rich Trott) #307121918b4e84f
] - test: correct header length subtraction (Rich Trott) #307121222be81e3
] - test: remove unused callback argument (Rich Trott) #30712d69b9b753a
] - test: simplify forEach() usage (Rich Trott) #3071201ab031cca
] - test: remove unused callback argument (Rich Trott) #3071293707c4916
] - test: increase coverage for trace_events.js (Rich Trott) #307054800b623ed
] - test: use arrow functions in addons tests (garygsc) #30131ba0115fe6f
] - test: refactor createHook test (Jeny) #30568099d3fdf87
] - test: port worker + buffer test to N-API (Anna Henningsen) #3055183861fb333
] - test: revert 6d022c1 (Anna Henningsen) #30708a3b758d634
] - test: move test-https-server-consumed-timeout to parallel (Rich Trott) #3067700f532f15e
] - test: remove unnecessary common.platformTimeout() call (Rich Trott) #30677ecb902f33c
] - test: do not skip test-http-server-consumed-timeout (Rich Trott) #3067749458deb4f
] - test: remove unused function argument from http test (Rich Trott) #30677a2f440d326
] - test: add logging in case of infinite loop (Rich Trott) #306493e3ad396bd
] - test: remove destructuring from test-inspector-contexts (Rich Trott) #306493571e132a7
] - test: check for session.post() errors in test-insepctor-context (Rich Trott) #3064937696320a2
] - test: add mustCall() to test-inspector-contexts (Rich Trott) #306490972fa3c16
] - test: add regression test for signal handler removal in exit (Anna Henningsen) #305895ecfd947e2
] - (SEMVER-MINOR) test: update and harden http2-reset-flood (Denys Otrishko) #3053470d6fa122a
] - test: skip test-domain-error-types in debug mode temporariliy (Rich Trott) #30629949f2ad528
] - test: move test-worker-prof to sequential (Rich Trott) #30628d4b61709f1
] - test: dir class initialisation w/o handler (Dmitriy Kikinskiy) #3031360b17b4fe6
] - test: change object assign by spread operator (poutch) #3043897e627335f
] - test: use useful message argument in test function (Rich Trott) #30618d651c7dd6b
] - test: test for minimum ICU version consistency (Richard Lau) #30608dade9069c3
] - test: code&learn var to let update (Nazar Malyy) #30436e401e8c8ed
] - test: change object assign to spread object (poutch) #304222ecc735c48
] - test: use spread instead of Object.assign (dnlup) #30419d8da9dacab
] - test: changed var to let in module-errors (Jamar Torres) #304139dab32f340
] - test: use spread instead of object.assign (Shubham Chaturvedi) #304127e7a8165a8
] - test: replace var with let in pre_execution.js (Vladimir Adamic) #304118a9ee48797
] - test: change var to let in test-trace-events (Jon Church) #30406d6a448825c
] - test: dns utils replace var (Osmond van Hemert) #3040501e0571e94
] - test: test cover cases when trace is empty (telenord) #30311f8dfa2d704
] - test: switch to object spread in common/benchmark.js (palmires) #3030936671f9bf8
] - test: add common.mustCall() to stream test (Rich Trott) #30561106235fe91
] - test: move explanatory comment to expected location in file (Rich Trott) #30561081b4e2496
] - test: move stream test to parallel (Rich Trott) #30561103d01e057
] - test: remove string literal as message in strictEqual() in stream test (Rich Trott) #30561ebba3228e2
] - test: use arrow function for callback in stream test (Rich Trott) #30561e122d397c0
] - test: replace setTimeout with setImmediate in stream test (Rich Trott) #3056120ee4997f3
] - test: refactor test-dgram-multicast-set-interface-lo.js (Taylor Gagne) #305367aa1df7076
] - tls: introduce ERR_TLS_INVALID_CONTEXT (Rich Trott) #307180b0f0237c1
] - tls: add memory tracking support to SSLWrap (Anna Henningsen) #3054889e2c71b27
] - tls: allow empty subject even with altNames defined (Jason Macgowan) #22906941a91daed
] - tools: enforce blank line between functions (Rich Trott) #306965a6f836a15
] - tools: add unified plugin changing links for html docs (Marek Łabuz) #2994684f7b5c752
] - tools: enable more eslint rules (cjihrig) #305985522467cf5
] - tools: update ESLint to 6.7.1 (cjihrig) #305981f10681496
] - tty: truecolor check moved before 256 check (Duncan Healy) #304746a0dd1cbbd
] - util: fix .format() not always calling toString when it should be (Ruben Bridgewater) #303431040e7222f
] - util: fix inspection of errors with tampered name or stack property (Ruben Bridgewater) #3057618e9b56bf6
] - util: use let instead of var for util/inspect.js (Luciano) #303999ec53cf5c1
] - (SEMVER-MINOR) wasi: introduce initial WASI support (cjihrig) #30258