-
Notifications
You must be signed in to change notification settings - Fork 30k
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
v11.11.0 proposal #26322
v11.11.0 proposal #26322
Conversation
@BridgeAR sadly an error occured when I tried to trigger a build :( |
@nodejs/releasers it was originally planned to release a new current version today. However, the CI is still locked due to the upcoming security release. Should someone else trigger the CI and release this before the security release or shall we wait until that's out of the way? |
0e7044b
to
4df8b8a
Compare
I'd suggest delaying to avoid potential confusion. v10.15.2 was also due today but has been delayed. |
PR-URL: #26052 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Moving myself temporarily to TSC emertus status. Expecting to take a two month hiatus from TSC duties while I focus on some NearForm internal business. PR-URL: #26106 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
The Trace Events JS API isn't functional if none of --trace-events-enabled or --trace-event-categories is passed as a CLI argument. This commit fixes that. In addition, we currently don't test the trace_events JS API in the casewhere no CLI args are provided. This commit adds that test. Fixes #24944 PR-URL: #24945 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
PR-URL: #26101 Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Add a test for long strings and assert.notDeepEqual() to cover code that truncates output when it is longer than 1024 characters. PR-URL: #26065 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
libuv returns values for `blksize` and `blocks` on stat calls so do not coerce them into `undefined` on Windows. PR-URL: #26056 Fixes: #25913 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
clang doesn't seem to support 'Wno-old-style-declaration', this is a work-around. Fixes: #25550 Refs: nodejs/node-v0.x-archive#4186 PR-URL: #25954 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
Instead of passing the payload for Workers directly to `.onmessage`, perform something more similar to what the browser API provides, namely create an event object with a `.data` property. This does not make `MessagePort` implement the `EventTarget` API, nor does it implement the full `MessageEvent` API, but it would make such extensions non-breaking changes if we desire them at some point in the future. (This would be a breaking change if Workers were not experimental. Currently, this method is also undocumented and only exists with the idea of enabling some degree of Web compatibility.) PR-URL: #26082 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Denys Otrishko <[email protected]>
PR-URL: #26083 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #26046 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Currently, this test generated the following compiler warning: ../binding.cc:33:30: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] const SSL_METHOD* method = TLSv1_2_server_method(); ^ /node/deps/openssl/openssl/include/openssl/ssl.h:1877:1: note: 'TLSv1_2_server_method' has been explicitly marked deprecated here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^ 1 warning generated. This commit adds -Wno-deprecated-declarations to silence this warning for this test. PR-URL: #26067 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #26091 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
`Environment::RunCleanup` is invoked twice in a row, remove one. PR-URL: #26104 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #26129 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
It is not obvious that timer handles are cleaned up properly when the current `Environment` exits, nor that the `Environment` knows to keep track of the closing handles. This change may not be necessary, because timer handles close without non-trivial delay (i.e. at the end of the current event loop term), and JS-based inspector sessions (which are the only ones we can easily test) are destroyed when cleaning up, closing the timers as a result. I don’t know what happens for other kinds of inspector sessions, though. PR-URL: #26088 Reviewed-By: Eugene Ostroukhov <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Since bootstrap/node.js performs the setup synchronously, the process exception handlers do not have to setup so early in the bootstrap process - any fatal errors thrown before user code execution should simply crash the process, and we do not care about any clean up at that point. We don't care about emitting any events if the process crash upon bootstrap either. PR-URL: #26061 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
PR-URL: #26114 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
Consolidate the N-API material in the Collaborator Guide to be succinct and direct. PR-URL: #26094 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Bryan English <[email protected]>
PR-URL: #26073 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
Do not put the `.stop()` and `.drain()` methods on the `MessagePort` prototype if we are going to remove them later on anyway. PR-URL: #26109 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
An empty `Local<>` already indicates that an exception is pending, so there is no need to throw an exception. In the case of Workers, this could override a `.terminate()` call. PR-URL: #26112 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]>
Do not assume that entering JS cannot fail. PR-URL: #26113 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Eugene Ostroukhov <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]>
These checks were useful while investigating other issues; using empty `Local<>`s can be very un-debuggable, because that typically does not lead to assertions with debugging information but rather crashes based on accessing invalid memory. PR-URL: #26125 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
@BridgeAR Fwiw, the first commit in that PR seemed to be okay. The notable changes LGTM 👍 |
@addaleax AFAIK we always include / exclude whole PRs and not individual commits from a PR. |
Resumed CI https://ci.nodejs.org/job/node-test-commit/26425/ @nodejs/benchmarking-admins the CI failed at least twice on the job e.g. https://ci.nodejs.org/job/node-test-commit-v8-linux/2138/nodes=benchmark,v8test=v8test/console |
@nodejs/releasers @nodejs/build any opinion on the benchmark failures from the V8-CI? Should this block the release? It seems reproducible on each run. |
Run against |
@targos it does |
So I guess it's an infra issue and we can go ahead and ignore it? |
Once more resuming the CI https://ci.nodejs.org/job/node-test-commit/26434/ |
Seems like there is one legitimate test failure for the I am looking into it right now. |
It seems a deprecation warning is emitted twice for such builds while requireing I would like to ignore that test for now as it does not seem critical to block the release. Any other opinions? @nodejs/releasers @nodejs/tsc |
I am not able to reproduce the issue locally by the way. |
Rebuild linux-containered https://ci.nodejs.org/job/node-test-commit-linux-containered/11113/ (same error). |
@bcoe we plan on releasing a new version in a week again and I would rather get this release out as it is as long as nothing is blocking it. |
sounds good @BridgeAR 👍 just want to make sure some of these backports are on our radar. I'm going to also see if we could port any of these patches back to |
We have only just enabled the The test in question doesn't exist in |
PR-URL: #26322
a bit off-topic, but, there's lint in the |
@refack this has nothing to do with that release. I am working currently working on the staging branch to have a working branch to open a new release proposal but there were lots and lots of conflicts this time and I had to bisect a few times to find the commit that caused issues. So I am still going to force-push all issues out. |
@BridgeAR with V11.11.0 something changed in regards to how try {
require('./non-existant');
} catch (e) {}
require('fs').writeFileSync('./non-existant', '{}');
require('./non-existant'); The second I have found the following three commits that touch the module system, which might be causing this behaviour: I'm currently trying to compile each of these commits to find out which one introduced this behaviour and will open a proper issue once I have found out what actually happens here. |
@ZauberNerd thanks for reporting that. It should indeed resolve and I am pretty sure it's d94f4c2 that broke this. Please open a separate issue for this though. Thanks! |
Notable Changes
util.inspect()
(Ruben Bridgewater) #26269Commits
d66cb4a116
] - benchmark,doc,lib,test: capitalize comments (Ruben Bridgewater) #26223f4955fde60
] - benchmark,test: refactoring (Refael Ackermann) #261195e4aa28e1c
] - buffer: avoid materializing ArrayBuffer for creation (Anna Henningsen) #2630105e6ec0143
] - build: make 'floating patch' message informational (Ben Noordhuis) #26349e2baa6836b
] - build: remove v8_typed_array_max_size_in_heap option (Anna Henningsen) #26301fa8110a60e
] - build: silence cpp lint by default (Ruben Bridgewater) #26252dbbcedae6d
] - build: tidy up comments increate\_expfile.sh
(Richard Lau) #26220f408d78914
] - build: fixed clang's warning when building openssl (Thang Tran) #25954a3f7471d35
] - build,test: guard eslint with crypto check (Daniel Bevenius) #26182a70bafb3cc
] - console: prevent constructing console methods (Thomas) #260961333dccede
] - crypto: fix unencrypted DER PKCS8 parsing (Tobias Nießen) #2623670e463c294
] - crypto: fix error condition in Verify::VerifyFinal (Tobias Nießen) #26238108c698f44
] - crypto: make ConvertKey clear openssl error stack (Ben Noordhuis) #26153c8d30a7313
] - deps: update acorn to 6.1.0 (gengjiawen) #261027f08e0238a
] - deps: V8: cherry-pick d3308d0 (Anna Henningsen) #26207206e4b043b
] - deps: V8: backport 74571c8 (Ruben Bridgewater) #25941f0a81664c7
] - deps: backport ICU fix for ARM64 Windows (Jon Kunkee) #26090ea26ac0f2b
] - dns: refactor QueryWrap lifetime management (Anna Henningsen) #26253846cba056e
] - doc: edit deprecation identifier info in Collaborator Guide (Rich Trott) #263723f4b27d681
] - doc: maxReservedRemoteStreams value constraints (Sebastiaan Deckers) #26309bc5771ec91
] - doc: correct typos in various docs (Beni von Cheni) #263123560c3abeb
] - doc: sort http.request() options alphabetically (Luigi Pinca) #2615286982558ad
] - doc: add documentation for the defaultPort option (Luigi Pinca) #261527bf6309f0b
] - doc: napi_get_value_bigint_words argument order (Michael Wei) #2630040a5a93b41
] - doc: add example for setting Vary: Accept-Encoding header in zlib.md (Mukul Khanna) #2630885840681a4
] - doc: revise deprecation semverness info in Collaborator Guide (Rich Trott) #26232ff57a1c321
] - doc: clarify http.ClientRequest path description (Minwoo Jung) #262595e44768e9f
] - doc: revise deprecation level explanations in Collaborator Guide (Rich Trott) #26197823f0ce952
] - doc: revise Style Guide (Rich Trott) #261768fac54a22f
] - doc: fix code lang in repl.md (gengjiawen) #26075e5dae20ed6
] - doc: remove deprecation definition in Collaborator Guide (Rich Trott) #26157e108c32865
] - doc: eliminate use of "note that" from child_process.md (Rich Trott) #26141e506f6a2d6
] - doc: remove unnecessary italics from child_process.md (Rich Trott) #26141b48a04bc32
] - doc: remove unnecessary bold text from child_process.md (Rich Trott) #26141789b818ad1
] - doc: remove unnecessary bold italics from child_process.md (Rich Trott) #261414d1c87ed6b
] - doc: remove all-caps shouting from child_process.md (Rich Trott) #26141c810ced543
] - doc: wrap child_process.md at 80 characters (Rich Trott) #26141a18b847d18
] - doc: improve worker_threads documentation (Anna Henningsen) #26110a9c44372e1
] - doc: consolidate N-API material in Collaborator Guide (Rich Trott) #2609482bc68b08e
] - doc: fix notable changes in v11 changelog (Michaël Zasso)3971510b66
] - doc: fix changelog entry (Colin Ihrig) #261142ff1644b34
] - doc: fix notable changes list format for 11.9.0 & 11.10.0 (Kai) #261298814d03d4d
] - doc,lib,test: rename node-report to report (cjihrig) #263710034820f67
] - errors: add ERR_INSPECTOR_COMMAND error (cjihrig) #26255030b744941
] - esm: process proxy Symbol.toString fix (Guy Bedford) #2596314cf22f860
] - fs, src, lib: fixblksize
&blocks
on Windows (Richard Lau) #260562595fbc8b1
] - http2: improve compatibility with http/1 (Sagi Tsofan) #239088a551b9d3b
] - http2: shrink memory to match read data (Anna Henningsen) #262013bc012373a
] - inspector: print all listening addresses (Ben Noordhuis) #26008b0c310dcf0
] - inspector: return Error objects on error (cjihrig) #26255be671c3bf5
] - inspector: forward errors from InspectorConsoleCall (Anna Henningsen) #261130c4353a444
] - inspector: make sure timer handles are cleaned up (Anna Henningsen) #26088bf61050e91
] - lib: converted element to lowercase in tty.js (Abhishek Agarwal) #26121733beb70ae
] - lib: convert legacy process.binding to internalBinding (ZYSzys) #26095b25694d7ad
] - meta: update note about building on smartOS 16 (Refael Ackermann) #256846d014a6c3d
] - meta: remove the useless GitHub Account (MaleDong) #26146143b844db2
] - meta: moving jasnell temporarily to TSC emeritus (jasnell) #26106d94f4c23fe
] - module: fix stat cache (Ruben Bridgewater) #262662a66cd34fa
] - module: simpler shebang function (Ruben Bridgewater) #2626654896a6961
] - module: revert module._compile to original state if module is patched (Ujjwal Sharma) #21573b338edbb0a
] - module: use compileFunction over Module.wrap (Ujjwal Sharma) #21573e72cb94df6
] - (SEMVER-MINOR) n-api: implement date object (Jarrod Connolly) #259172335bcd6e6
] - n-api: turn NAPI_CALL_INTO_MODULE into a function (Anna Henningsen) #261281ce5e63987
] - n-api: do not call into JS when that is not allowed (Anna Henningsen) #261275b8ac58ed8
] - path: refactor code for clarity (Ruben Bridgewater) #25278348f1fbcb3
] - path: refactor for less indentation (Ruben Bridgewater) #25278e00c8cd54a
] - path: simplify code and remove obsolete checks (Ruben Bridgewater) #2527855d6b4961a
] - path: refactor logic for to reduce code branches (Ruben Bridgewater) #252786c7cd9ee5a
] - path: minor refactoring (Ruben Bridgewater) #25278cccc44b854
] - path: refactor more path code for simplicity (Ruben Bridgewater) #252786c44e68f63
] - path: more small refactorings (Ruben Bridgewater) #25278b0cde2c4cf
] - path: minor refactoring (Ruben Bridgewater) #25278d91520724c
] - process: use common operations to define browser globals (Joyee Cheung) #26230b1e739d881
] - process: move initialization of node-report into pre_execution.js (Joyee Cheung) #2622757179a0aab
] - process: setup signal handler in prepareMainThreadExecution (Joyee Cheung) #26227966546ceaa
] - process: simplify the setup of async hooks trace events (Joyee Cheung) #26062cd10e25bd6
] - process: move test-process-uptime to parallel (Joyee Cheung) #26206fde40116c4
] - process: fix calculation in process.uptime() (Joyee Cheung) #26206230e98b54a
] - process: start coverage collection before bootstrap (Joyee Cheung) #26006b5fe27ccc9
] - process: delay setup of global exception handlers (Joyee Cheung) #260610d660d9646
] - readline: improve Unicode handling (Avi ד) #257234c254d6294
] - repl: use object writer for thrown errors (Anna Henningsen) #263612a74a1ed60
] - repl: hide editor mode if not used in a terminal (Ruben Bridgewater) #262402fa8170e51
] - repl: add new line on ctrl+d (Ruben Bridgewater) #26240f636f15315
] - repl: add more information (Ruben Bridgewater) #262402908e6313b
] - report: rename location to trigger (cjihrig) #263860579f4283f
] - report: use triggerReport() to handle signals (cjihrig) #26386b2c77ec081
] - report: use triggerReport() to handle exceptions (cjihrig) #26386b62e2289d9
] - report: add fallback for uv_getnameinfo() failures (Richard Lau) #261402fe9886f6f
] - report: fix build warning in node_report.cc (Richard Lau) #26265ba5f31ac45
] - report: use ru_stime for system CPU calculation (cjihrig) #26286d2d94537b2
] - report: simplify heap space iteration (cjihrig) #262856d2a14d385
] - report: refactor argument validation (cjihrig) #262768e2cc5e440
] - report: refactor triggerReport() (cjihrig) #262688a40468635
] - report: remove verbose setting (cjihrig) #261950e89d7add6
] - report: simplify OnFatalError() handling (cjihrig) #26191633c1eac29
] - report: simplify TriggerNodeReport() (cjihrig) #26174fc9ba36fb2
] - src: fix typo in callback.cc (gengjiawen) #2633763942de82c
] - src: extra-semi warning in node_platform.h (Jeremy Apthorp) #26330cb62c24e1b
] - src: reduce to simpleconst char\*
in OptionsParser (ZYSzys) #262973093617c0e
] - src: remove unused variable (cjihrig) #26386b216f44513
] - src: remove unnecessary function declaration (cjihrig) #26386cb2cbf2eca
] - src: remove already elevated Isolate namespce (Juan José Arboleda) #262942438a4350d
] - src: remove unused macro in env.cc (gengjiawen) #262734df82f0f1b
] - src: remove unused macro in node_http2.h (gengjiawen) #26204af2a6935ab
] - src: remove redundant cast in PipeWrap::Fchmod (gengjiawen) #2624206d592c551
] - src: simplify native immediate by using v8::Global (Anna Henningsen) #262549b4eec0aad
] - src: allow not materializing ArrayBuffers from C++ (Anna Henningsen) #2630130f0a3b4bd
] - src: remove dead inspector code (Anna Henningsen) #26295c37b6796df
] - src: remove unused Converter object (Anna Henningsen) #262436f9ab5e15b
] - src: remove redundant cast in method AfterStringPath (gengjiawen) #2621833d6a3fcb7
] - src: clean upStreamPipe
in destructor (Anna Henningsen) #2625675ae77d99f
] - src: do not access Environment-owned handles after cleanup (Anna Henningsen) #26256d6759db15b
] - src: remove cast for unsupported openssl (Sam Roberts) #263051abe1d1c06
] - src: track memory retainer fields (Gireesh Punathil) #261613e0978d7a3
] - src: clean unused macro in inspector_socket.cc (gengjiawen) #261584001b24f79
] - src: remove unimplemented method in class SSLWrap (gengjiawen) #262038b515b24af
] - src: apply clang-tidy rule modernize-deprecated-headers (gengjiawen) #261593c11b4eec2
] - src: allocate Buffer memory using ArrayBuffer allocator (Anna Henningsen) #26207282607644b
] - src: add allocation utils to env (Anna Henningsen) #26207238fa5704b
] - src: add debugging array allocator (Anna Henningsen) #26207437bb25d92
] - src: make IsolateData store ArrayBufferAllocator (Anna Henningsen) #2620768accb5b04
] - src: use smart pointer in UDPWrap::OnSend (Daniel Bevenius) #262333abdcfc813
] - src: remove unimplemented method in class StreamPipe (gengjiawen) #262027e26ca6750
] - src: simplify AliasedBuffer lifetime management (Anna Henningsen) #26196831aa9acb6
] - src: makenode::SignalWrap::OnSignal
into lambda (Gireesh Punathil) #26184619b5e7c2e
] - src: simplify loop arithmetic inGetCPUInfo
(Gireesh Punathil) #26183ddd71f4a92
] - src: move function from header to source file (Ben Noordhuis) #261735cc2574fac
] - src: move async hooks trace events setup to pre_execution.js (Joyee Cheung) #260628881c0baaa
] - src: simplify InspectorConsoleCall (Anna Henningsen) #26168c6d5af53be
] - src: move req_wrap_queue to base class of ReqWrap (Anna Henningsen) #26148a39cd45ce8
] - src: removeprocess.binding('config').fipsForced
(Joyee Cheung) #26178bd40a127f9
] - src: only call .ReThrow() if not terminating (Anna Henningsen) #261306b7d8369e3
] - src: add missing includes for vtune build (Uttam Pawar) #2613625ddbc9a36
] - src: apply clang-tidy rule performance-unnecessary-value-param (gengjiawen) #2604282df851bb5
] - src: unify uptime base used across the code base (Joyee Cheung) #26016778db675c1
] - src: remove invalid casts in options parser (Anna Henningsen) #261394ca07898d7
] - src: use PauseOnNextJavascriptStatement to implement --inspect-brk-node (Joyee Cheung) #26034e6949b4241
] - src: apply clang-tidy rule modernize-use-override (gengjiawen) #26103d550de4fe1
] - src: remove inspector main_thread_request_ field (Anna Henningsen) #26137ee71952a25
] - src: check HasCaught() in JSStream calls (Anna Henningsen) #26124f44f33569d
] - src: extract common sockaddr creation code (Daniel Bevenius) #26070cbd3cf083a
] - src: add debug CHECKs against empty handles (Anna Henningsen) #261250408966a9d
] - src: remove unused macro in node_file.cc (gengjiawen) #26073497d9d8ab2
] - src: use same parameter name in node_report.cc (gengjiawen) #26046e314681420
] - src: use more stable cast where possible (Gireesh Punathil) #260527612574e42
] - stream: make _read() be called indefinitely if the user wants so (Matteo Collina) #2613550e42c9d64
] - test: improve test coverage in perf_hooks (Juan José Arboleda) #26290a41138b0cf
] - test: remove duplicated buffer negative allocation test (ZYSzys) #2616093d7fa3df3
] - test: only inspect on failure (Ruben Bridgewater) #2636091b61452c3
] - test: always activate colors if necessary (Ruben Bridgewater) #2626411bd5e07cb
] - test: rename node-report suite to report (cjihrig) #263717ccffcbcb6
] - test: improve validation of report output (cjihrig) #262894561cf351f
] - test: verify heap buffer allocations occur (Anna Henningsen) #263010c8e9ee62e
] - test: fix for activities in tick objects prune function (Alexander Sattelmaier) #2616369154e405c
] - test: refactor tick objects prune function (Alexander Sattelmaier) #26163d8f5f55b78
] - test: eliminate port collision (Gireesh Punathil) #2629888256d7ba2
] - test: simplify node-report/test-exception.js (cjihrig) #26277e8995d1b80
] - test: increase getReport() coverage (cjihrig) #2627633fe892ec6
] - test: increase triggerReport() coverage (cjihrig) #26268a382b52fd8
] - test: consolidate triggerReport() tests (cjihrig) #262686f9a764b52
] - test: remove node-report/test-api.js (cjihrig) #26219bc114152d0
] - test: simplify test-api-nohooks.js (cjihrig) #26217ca18525896
] - test: improve performance of test-crypto-timing-safe-equal-benchmarks (Rich Trott) #2623728758b8d69
] - test: add test for dynamically enabling node.async_hooks tracing (Joyee Cheung) #26062dcbd907142
] - test: add test for node.async_hooks tracing in workers (Joyee Cheung) #26062007b2fa198
] - test: increase run time in test-worker-prof (Anna Henningsen) #26172a1fcde035e
] - test: simplify test-api-getreport.js (cjihrig) #26169818b280a39
] - test: remove unnecessary default tmpdir value in test (Rich Trott) #2617759ca9e9ccf
] - test: consolidate assertions in ipv6only test (Rich Trott) #2614938a87d5521
] - test: increase coverage of node_report_module.cc (Richard Lau) #2611676c2f4f46b
] - test: simplify test-worker-syntax-error (Rich Trott) #26144441b5453a0
] - test: fix flaky test-worker-ref-onexit (Anna Henningsen) #26170d3525d7505
] - test: add --test-root option to test.py (Yang Guo) #26093a920721175
] - test: silence compiler warning in openssl-binding (Daniel Bevenius) #260672d0242a69b
] - test: increase coverage for assertion_error.js (Rich Trott) #26065dd60cd60b3
] - test: add arg to narrow http benchmark test (Refael Ackermann) #26101fbf6dd558a
] - test,inspector: add heap allocation tracker test (Anna Henningsen) #26089db94ab778f
] - test,worker: posting undefined/null message to message port (legendecas) #26123d1e3724b5d
] - test,worker: add more tests for worker.ref()/.unref() (Anna Henningsen) #2608396a5765491
] - tools: update extend to 3.0.2 (Rich Trott) #263926e9a7e1048
] - tools: remove unneeded .gitignore entries (Rich Trott) #26370123fad6e1c
] - tools: update babel-eslint to 10.0.1 (Rich Trott) #26347347dd99251
] - tools: update eslint-plugin-markdown to 1.0.0 (Rich Trott) #26345adcbcf5bd6
] - tools: use latest rather than next for markdown linting plugin (Rich Trott) #263450080350f1a
] - tools: update markdown linter (Rich Trott) #26281dff0149d57
] - tools: update ESLint to 5.14.1 (cjihrig) #2619028d607444d
] - tools: update ESLint to 5.14.0 (cjihrig) #261421766b8c341
] - trace_events: fix trace events JS API writing (Kelvin Jin) #2494534c685b406
] - tracing: use ‘real’ atomics (Anna Henningsen) #26156b6355ef602
] - tty: improve color detection (Ruben Bridgewater) #26264001785520a
] - url: handle quasi-WHATWG URLs in urlToOptions() (cjihrig) #262266828fbb2ef
] - (SEMVER-MINOR) util: group array elements together (Ruben Bridgewater) #262694500ed85e9
] - (SEMVER-MINOR) util: add compact depth mode (Ruben Bridgewater) #2626934905fc2b9
] - util: mark iterator entries as such (Ruben Bridgewater) #262224bf58ac13d
] - util: update set iterator entries inspection (Ruben Bridgewater) #259417d66d47dba
] - vm: do not overwrite error when creating context (Anna Henningsen) #261128cf4170c94
] - worker: provide process.execArgv (Anna Henningsen) #262676fdc502a32
] - worker: make MessagePortuv\_async\_t
inline field (Anna Henningsen) #2627151f01aa25b
] - worker: remove MessagePort::AddToIncomingQueue (Anna Henningsen) #2627174d11e7d0e
] - worker: refactor thread life cycle management (Gireesh Punathil) #2609920dc172011
] - worker: copy transferList ArrayBuffers on unknown allocator (Anna Henningsen) #262077e7023373a
] - worker: serialize errors if stack getter throws (Rich Trott) #26145a9a2c5869c
] - (SEMVER-MINOR) worker: improve integration with native addons (Anna Henningsen) #26175dab3d71243
] - worker: ignore --abort-on-uncaught-exception for terminate() (Anna Henningsen) #26111dab64bb0e8
] - worker: spin uv_run twice before closing loop (Anna Henningsen) #2613824debc9d5c
] - worker: do not add removed methods to MessagePort (Anna Henningsen) #261098045e40917
] - worker: remove duplicate call (Gireesh Punathil) #2610469298713af
] - worker: switch to internal assert module (Rich Trott) #2609177a944cdee
] - worker: use fake MessageEvent for port.onmessage (Anna Henningsen) #26082851a691678
] - zlib: report premature ends earlier (Anna Henningsen) #26363