<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node-new.git, branch master</title>
<subtitle>github.com: nodejs/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/'/>
<entry>
<title>test: simplify test-gc-http-client</title>
<updated>2022-01-23T20:26:51+00:00</updated>
<author>
<name>Luigi Pinca</name>
<email>luigipinca@gmail.com</email>
</author>
<published>2022-01-20T19:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=7ce8403ef1a68ecb300dad6f2ebe37137a3086ca'/>
<id>7ce8403ef1a68ecb300dad6f2ebe37137a3086ca</id>
<content type='text'>
Instead of sending a fixed number of requests, detect when GC has
started and stop sending requests at that point.

PR-URL: https://github.com/nodejs/node/pull/41620
Refs: https://github.com/nodejs/node/commit/47ecf2060343
Reviewed-By: Rich Trott &lt;rtrott@gmail.com&gt;
Reviewed-By: Colin Ihrig &lt;cjihrig@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of sending a fixed number of requests, detect when GC has
started and stop sending requests at that point.

PR-URL: https://github.com/nodejs/node/pull/41620
Refs: https://github.com/nodejs/node/commit/47ecf2060343
Reviewed-By: Rich Trott &lt;rtrott@gmail.com&gt;
Reviewed-By: Colin Ihrig &lt;cjihrig@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>stream: add drop and take</title>
<updated>2022-01-23T16:43:16+00:00</updated>
<author>
<name>Benjamin Gruenbaum</name>
<email>benjamingr@gmail.com</email>
</author>
<published>2022-01-21T16:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=a8afe26fca2d3a7c374f86834525084e10ddc1a1'/>
<id>a8afe26fca2d3a7c374f86834525084e10ddc1a1</id>
<content type='text'>
This adds the `drop` and `take` methods to readable streams allowing
users easily drop and take items from the stream.

This continues the iterator-helper proposal alignment task.

Co-Authored-By: Robert Nagy &lt;ronagy@icloud.com&gt;
PR-URL: https://github.com/nodejs/node/pull/41630
Reviewed-By: Robert Nagy &lt;ronagy@icloud.com&gt;
Reviewed-By: Matteo Collina &lt;matteo.collina@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the `drop` and `take` methods to readable streams allowing
users easily drop and take items from the stream.

This continues the iterator-helper proposal alignment task.

Co-Authored-By: Robert Nagy &lt;ronagy@icloud.com&gt;
PR-URL: https://github.com/nodejs/node/pull/41630
Reviewed-By: Robert Nagy &lt;ronagy@icloud.com&gt;
Reviewed-By: Matteo Collina &lt;matteo.collina@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>meta: update AUTHORS</title>
<updated>2022-01-23T14:50:51+00:00</updated>
<author>
<name>Node.js GitHub Bot</name>
<email>github-bot@iojs.org</email>
</author>
<published>2022-01-23T14:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=3d27a04b5647d3a357f940dff24603b19da08767'/>
<id>3d27a04b5647d3a357f940dff24603b19da08767</id>
<content type='text'>
PR-URL: https://github.com/nodejs/node/pull/41659
Reviewed-By: Rich Trott &lt;rtrott@gmail.com&gt;
Reviewed-By: Mestery &lt;mestery@protonmail.com&gt;
Reviewed-By: Michaël Zasso &lt;targos@protonmail.com&gt;
Reviewed-By: Darshan Sen &lt;raisinten@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR-URL: https://github.com/nodejs/node/pull/41659
Reviewed-By: Rich Trott &lt;rtrott@gmail.com&gt;
Reviewed-By: Mestery &lt;mestery@protonmail.com&gt;
Reviewed-By: Michaël Zasso &lt;targos@protonmail.com&gt;
Reviewed-By: Darshan Sen &lt;raisinten@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>doc: modernize and simplify cluster example</title>
<updated>2022-01-23T12:14:11+00:00</updated>
<author>
<name>Tobias Nießen</name>
<email>tniessen@tnie.de</email>
</author>
<published>2022-01-23T12:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=0e6db9c3b06214db5d0868a5296560f786d77c00'/>
<id>0e6db9c3b06214db5d0868a5296560f786d77c00</id>
<content type='text'>
PR-URL: https://github.com/nodejs/node/pull/41626
Reviewed-By: Mestery &lt;mestery@protonmail.com&gt;
Reviewed-By: Rich Trott &lt;rtrott@gmail.com&gt;
Reviewed-By: Benjamin Gruenbaum &lt;benjamingr@gmail.com&gt;
Reviewed-By: Luigi Pinca &lt;luigipinca@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR-URL: https://github.com/nodejs/node/pull/41626
Reviewed-By: Mestery &lt;mestery@protonmail.com&gt;
Reviewed-By: Rich Trott &lt;rtrott@gmail.com&gt;
Reviewed-By: Benjamin Gruenbaum &lt;benjamingr@gmail.com&gt;
Reviewed-By: Luigi Pinca &lt;luigipinca@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>tools: fix typo in `tools/code_cache/README.md`</title>
<updated>2022-01-23T11:31:42+00:00</updated>
<author>
<name>Tobias Nießen</name>
<email>tniessen@tnie.de</email>
</author>
<published>2022-01-23T11:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=c18ca140a12b543a3f970ef379f384ebd3297c3d'/>
<id>c18ca140a12b543a3f970ef379f384ebd3297c3d</id>
<content type='text'>

PR-URL: https://github.com/nodejs/node/pull/41657
Reviewed-By: Richard Lau &lt;rlau@redhat.com&gt;
Reviewed-By: Rich Trott &lt;rtrott@gmail.com&gt;
Reviewed-By: Colin Ihrig &lt;cjihrig@gmail.com&gt;
Reviewed-By: Mohammed Keyvanzadeh &lt;mohammadkeyvanzade94@gmail.com&gt;
Reviewed-By: Mestery &lt;mestery@protonmail.com&gt;
Reviewed-By: Antoine du Hamel &lt;duhamelantoine1995@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

PR-URL: https://github.com/nodejs/node/pull/41657
Reviewed-By: Richard Lau &lt;rlau@redhat.com&gt;
Reviewed-By: Rich Trott &lt;rtrott@gmail.com&gt;
Reviewed-By: Colin Ihrig &lt;cjihrig@gmail.com&gt;
Reviewed-By: Mohammed Keyvanzadeh &lt;mohammadkeyvanzade94@gmail.com&gt;
Reviewed-By: Mestery &lt;mestery@protonmail.com&gt;
Reviewed-By: Antoine du Hamel &lt;duhamelantoine1995@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>stream: never flatten on toArray</title>
<updated>2022-01-23T08:19:53+00:00</updated>
<author>
<name>Benjamin Gruenbaum</name>
<email>benjamingr@gmail.com</email>
</author>
<published>2022-01-23T08:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=ca489497bea4188e54d9b124467cd5145825fdae'/>
<id>ca489497bea4188e54d9b124467cd5145825fdae</id>
<content type='text'>
PR-URL: https://github.com/nodejs/node/pull/41615
Reviewed-By: Matteo Collina &lt;matteo.collina@gmail.com&gt;
Reviewed-By: Robert Nagy &lt;ronagy@icloud.com&gt;
Reviewed-By: Antoine du Hamel &lt;duhamelantoine1995@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR-URL: https://github.com/nodejs/node/pull/41615
Reviewed-By: Matteo Collina &lt;matteo.collina@gmail.com&gt;
Reviewed-By: Robert Nagy &lt;ronagy@icloud.com&gt;
Reviewed-By: Antoine du Hamel &lt;duhamelantoine1995@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>stream: support flatMap</title>
<updated>2022-01-23T08:13:17+00:00</updated>
<author>
<name>Benjamin Gruenbaum</name>
<email>benjamingr@gmail.com</email>
</author>
<published>2022-01-20T12:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=cc8931a91690e559fbbc323eb7c7436a575f922f'/>
<id>cc8931a91690e559fbbc323eb7c7436a575f922f</id>
<content type='text'>
Support the `flatMap` method from the iterator helper TC39 proposal on
readable streams.

Co-Authored-By: Robert Nagy &lt;ronagy@icloud.com&gt;
PR-URL: https://github.com/nodejs/node/pull/41612
Reviewed-By: Robert Nagy &lt;ronagy@icloud.com&gt;
Reviewed-By: Matteo Collina &lt;matteo.collina@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support the `flatMap` method from the iterator helper TC39 proposal on
readable streams.

Co-Authored-By: Robert Nagy &lt;ronagy@icloud.com&gt;
PR-URL: https://github.com/nodejs/node/pull/41612
Reviewed-By: Robert Nagy &lt;ronagy@icloud.com&gt;
Reviewed-By: Matteo Collina &lt;matteo.collina@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: enable no-cond-assign-ESLint rule</title>
<updated>2022-01-23T03:38:19+00:00</updated>
<author>
<name>Rich Trott</name>
<email>rtrott@gmail.com</email>
</author>
<published>2022-01-20T14:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=68bb83f11bcd57827dcff4f65c31336466eec72b'/>
<id>68bb83f11bcd57827dcff4f65c31336466eec72b</id>
<content type='text'>
no-cond-assign is one of the few ESLint recommended rules that we have
turned off. This change enables the rule.

PR-URL: https://github.com/nodejs/node/pull/41614
Reviewed-By: Tobias Nießen &lt;tniessen@tnie.de&gt;
Reviewed-By: Anna Henningsen &lt;anna@addaleax.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no-cond-assign is one of the few ESLint recommended rules that we have
turned off. This change enables the rule.

PR-URL: https://github.com/nodejs/node/pull/41614
Reviewed-By: Tobias Nießen &lt;tniessen@tnie.de&gt;
Reviewed-By: Anna Henningsen &lt;anna@addaleax.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test: prepare tests for no-cond-assign ESLint rule</title>
<updated>2022-01-23T03:38:17+00:00</updated>
<author>
<name>Rich Trott</name>
<email>rtrott@gmail.com</email>
</author>
<published>2022-01-20T14:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=d77754bfc7112ae68c818083ae0a75af9020b6aa'/>
<id>d77754bfc7112ae68c818083ae0a75af9020b6aa</id>
<content type='text'>
PR-URL: https://github.com/nodejs/node/pull/41614
Reviewed-By: Tobias Nießen &lt;tniessen@tnie.de&gt;
Reviewed-By: Anna Henningsen &lt;anna@addaleax.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR-URL: https://github.com/nodejs/node/pull/41614
Reviewed-By: Tobias Nießen &lt;tniessen@tnie.de&gt;
Reviewed-By: Anna Henningsen &lt;anna@addaleax.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>repl: check for precise values rather than falsy in loops</title>
<updated>2022-01-23T03:38:15+00:00</updated>
<author>
<name>Rich Trott</name>
<email>rtrott@gmail.com</email>
</author>
<published>2022-01-20T14:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node-new.git/commit/?id=348469b87a191acd7b5826526ca8f6c7af7daca1'/>
<id>348469b87a191acd7b5826526ca8f6c7af7daca1</id>
<content type='text'>
This prepares the code for the no-cond-assign ESLint rule.

PR-URL: https://github.com/nodejs/node/pull/41614
Reviewed-By: Tobias Nießen &lt;tniessen@tnie.de&gt;
Reviewed-By: Anna Henningsen &lt;anna@addaleax.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prepares the code for the no-cond-assign ESLint rule.

PR-URL: https://github.com/nodejs/node/pull/41614
Reviewed-By: Tobias Nießen &lt;tniessen@tnie.de&gt;
Reviewed-By: Anna Henningsen &lt;anna@addaleax.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
