Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/node

Node fork to make it suitable for embedding in Electron
https://github.com/electron/node

Revert "test: improve test-process-kill-null for Windows"

This reverts commit 44483b6898128b05c09635e03e4d7ceaf3efb14c.

PR-URL: https://github.com/nodejs...

d69ecc6f51855574b8f0af1004e6d0ffd9b20c7a authored over 7 years ago by Refael Ackermann <[email protected]>
doc: fix mistake in http.md

If the first parameter of `request.end` `data` is specified, it should
be equivalent to calling ...

d2aaf82fcf0448ab71d1880d6c6ea471e7b683a9 authored over 7 years ago by Moogen Tian <[email protected]>
doc,test: fs - reserved characters under win32

Explain the behavior of `fs.open()` under win32 that file path contains
some characters and add ...

a2d3cec81ce59823e69bde4878efdccb966d2ace authored over 7 years ago by XadillaX <[email protected]>
test: add optional throw fn to expectsError

PR-URL: https://github.com/nodejs/node/pull/14089
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

d6fece14369ab5d9d64e48ed58cea168f5084a80 authored over 7 years ago by Ruben Bridgewater <[email protected]>
test: improve test-process-kill-null for Windows

PR-URL: https://github.com/nodejs/node/pull/14099
Reviewed-By: Refael Ackermann <[email protected]>

44483b6898128b05c09635e03e4d7ceaf3efb14c authored over 7 years ago by starkwang <[email protected]>
doc: match debugger output & instructions to master behavior

PR-URL: https://github.com/nodejs/node/pull/13885
Reviewed-By: Colin Ihrig <[email protected]>

b647f04df1c68dd3dab6e0a0ac069f405a66e768 authored over 7 years ago by Jan Krems <[email protected]>
tools: generate template literal for addon tests

Instead of generating string concatenation, generate a template literal.
This is mostly useful a...

6a1b8135d66407cd5e6fd70ca03e88f41a6d6fae authored over 7 years ago by Rich Trott <[email protected]>
lib: remove excess indentation

In anticipation of stricter linting for indentation, remove instances of
extra indentation that ...

0d22858d67f5f8f7959a55ceca23adafe12827d5 authored over 7 years ago by Rich Trott <[email protected]>
build: allow enabling the --trace-maps flag in V8

This can be useful for tracing map creation.

PR-URL: https://github.com/nodejs/node/pull/14018
...

49d13a17b10b45b3d23e0fed41783769124f239c authored over 7 years ago by Evan Lucas <[email protected]>
tools: fix error in eslintrc comment

46d7cb88c7f8b416e667c52de80e6766115b3781 introduced an error in a
comment in `.eslintrc.yaml`. T...

3d8a9e2424f3cd14a3a63a5304b28beefd42dfb2 authored over 7 years ago by Rich Trott <[email protected]>
lib: use consistent indentation for ternaries

In anticipation of stricter linting for indentation issues, modify
ternary operators in lib that...

85dacd63f0938cf135d49d393ceb9e85b4b1fac5 authored over 7 years ago by Rich Trott <[email protected]>
n-api: fix warning in test_general

Currently the following warning is issued when buildning:

Building addon
/work/nodejs/node/test...

8f3dab4b63f48a0ebca5c40e054a0e8abc982866 authored over 7 years ago by Daniel Bevenius <[email protected]>
repl: fix crash with large buffer tab completion

If the buffer or array is too large to completion, make a dummy smallest
substitute object for i...

7d7ccf06316d5ba584613c8c0462f0e7e0fde9ec authored over 7 years ago by XadillaX <[email protected]>
tools: remove align-multiline-assignment lint rule

In preparation for stricter indentation linting, remove the
align-multiline-assignment custom ru...

a965067f7475d1816f1a0a7f94ff1dcacf183e0a authored over 7 years ago by Rich Trott <[email protected]>
async_hooks: require parameter in emitBefore

Using asyncId as the default triggerAsyncId is wrong. The triggerAsyncId
can actually never be t...

84f9261efd02c7e4ddb087cadf528b2aaed8809c authored over 7 years ago by Andreas Madsen <[email protected]>
async_hooks: use common emitBefore and emitAfter

Timers and nextTick have special emitBefore and emitAfter functions for
historic reasons. These ...

4e27aa9603a281caf8241b1bba8e0f6d57554c57 authored over 7 years ago by Andreas Madsen <[email protected]>
src: document --abort-on-uncaught-exception

Its important for post-mortem diagnostics and should be more prominently
documented.

PR-URL: ht...

388e552579aff6b5152c67adeda182d2d40e8dfc authored over 7 years ago by Sam Roberts <[email protected]>
n-api: add napi_has_own_property()

Refs: https://github.com/nodejs/node/issues/13925
PR-URL: https://github.com/nodejs/node/pull/14...

9c6804c1dff0203751dd01da4e226e19de636a71 authored over 7 years ago by cjihrig <[email protected]>
N-API: Reuse ObjectTemplate instances

V8 caches and does not subsequently release `ObjectTemplate` instances.
Thus, we need to store t...

29df1a87fa230bc86f460620173b9fedd2919f68 authored over 7 years ago by Gabriel Schulhof <[email protected]>
test: check and fail inspector-cluster-port-clash

Currently this test fail when configured --without-inspector or
--without-ssl as it is expected ...

f651e4035026feb4cf2fc70b0a4f0a6be9d92862 authored over 7 years ago by Daniel Bevenius <[email protected]>
async_hooks: C++ Embedder API overhaul

* Fix AsyncHooksGetTriggerAsyncId such it corresponds to
async_hooks.triggerAsyncId and not asyn...

c6ce500edf364692efa9d46bc1bd9e959611f7da authored over 7 years ago by Andreas Madsen <[email protected]>
doc: add documentation on ICU

PR-URL: https://github.com/nodejs/node/pull/13916
Refs: https://github.com/nodejs/node/pull/1364...

6809429cfa035b35ca8c83815e644234092f53be authored over 7 years ago by Timothy Gu <[email protected]>
test: add coverage for napi_typeof

We had some, but not complete coverage indirectly through
other tests. Add test to validate it ...

34cf8ad73d005d86458124ab5c6b62a0aab7ed8e authored over 7 years ago by Michael Dawson <[email protected]>
src: --abort-on-uncaught-exception in NODE_OPTIONS

Allow --abort-on-uncaught-exception in NODE_OPTIONS, its useful to
enable for post-mortem debugg...

c45df83b54744ce5b9dcb20b9f8a8355085991a4 authored over 7 years ago by Sam Roberts <[email protected]>
tools: eslint - use `error` and `off`

PR-URL: https://github.com/nodejs/node/pull/14061
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...

46d7cb88c7f8b416e667c52de80e6766115b3781 authored over 7 years ago by Refael Ackermann <[email protected]>
lib: fix urlObject parameter name in url.format

Documentation, error message, and code now use the same argument name.

PR-URL: https://github.c...

8520e6f2804fad64fb50b91c80553715d3c83bd4 authored over 7 years ago by Eduardo Leggiero <[email protected]>
n-api: fix -Wmaybe-uninitialized compiler warning

Not an actual bug, as far as I can tell, the compiler is simply not
smart enough to figure out t...

e36917bdc159326665d1e8d14703596780ba0c3a authored over 7 years ago by Ben Noordhuis <[email protected]>
n-api: use Maybe version of Object::SetPrototype()

Fixes the following deprecation warning:

../src/node_api.cc:2020:30: warning: 'bool
v8:...

c9b6d95161e996245e424e428e5c350d4ce52948 authored over 7 years ago by Ben Noordhuis <[email protected]>
async_hooks: fix default nextTick triggerAsyncId

In the case where triggerAsyncId is null it should default to the
current executionAsyncId. This...

0fd4c73e5cda23dfb5b8e54dc11e07e547e9d576 authored over 7 years ago by Andreas Madsen <[email protected]>
async-hooks,net: ensure asyncId=null if no handle

If the .listen() hasn't been called on the server, there is no handle
object. In this case use n...

aa8655a0da2f5ca7937e5d73ee0c83afa464e8f3 authored over 7 years ago by Matt Sergeant <[email protected]>
async_hooks: reduce duplication with factory

PR-URL: https://github.com/nodejs/node/pull/13755
Reviewed-By: Trevor Norris <trev.norris@gmail....

5c6c02996b7f0d21fd92e75937dedbda0dc44ac7 authored over 7 years ago by Ruben Bridgewater <[email protected]>
benchmark: Improve event performance tests.

Currently most of the event tests only test a single event type,
which might let those benchmark...

0011eb28cf56deedba9c3e61865554aa19a63b9e authored over 7 years ago by Benedikt Meurer <[email protected]>
assert: replace many if's with if-else statement

Replace multiple mutually exclusive `if` statements with if-else
statements.

PR-URL: https://gi...

6e86a70da2f54bd68cc5a8038a5d6940d6a4fce9 authored over 7 years ago by kuroljov <[email protected]>
url: normalize port on scheme change

PR-URL: https://github.com/nodejs/node/pull/13997
Refs: https://github.com/whatwg/url/pull/328
R...

b01ac75edcb68fff860ca131473ea6b985a56493 authored over 7 years ago by Timothy Gu <[email protected]>
tools: update: [email protected]

* Remove pinning of eslint-plugin-markdown

An issue affecting Node.js source has been fixed i...

15599cbc977af3bc2a94365adc6687ca5e2bde04 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
tools: use no-use-before-define ESLint rule

Also fix repl and url libs for the rule.

PR-URL: https://github.com/nodejs/node/pull/14032
Refs...

5100cc6851e5513b9e11f7e6244436ba48c79f2b authored over 7 years ago by Vse Mozhet Byt <[email protected]>
doc: fix padding mode of crypto.publicDecrypt

PR-URL: https://github.com/nodejs/node/pull/14036
Reviewed-By: Ben Noordhuis <[email protected]...

996a62e08af550c171caf8acf2137301dbbbbe29 authored over 7 years ago by MoonBall <[email protected]>
doc, util, console: clarify ambiguous docs

Add clarification to the documentation on util.format()
and console.log() regarding how excessiv...

f2149d4ea44c56cb9d7458b7b3c83b838f96c72f authored over 7 years ago by Natanael Log <[email protected]>
test: restore no-op function in test

Remove common.mustCall() in test that might connect to a server already
running on the local hos...

5b1d12a092c2c38ecb3da0d9b59c702c625e7ae3 authored over 7 years ago by Rich Trott <[email protected]>
lib: fix off-by-one indentation

In preparation for more robust indentation linting, fix an off-by-one
indentation in lib/http_se...

a577bde917c5cbc20c15972b9fe50a8c0adf5e94 authored over 7 years ago by Rich Trott <[email protected]>
test: skip test-fs-readdir-ucs2 if no support

If the filesystem does not support UCS2, do not run the test.

PR-URL: https://github.com/nodejs...

4dd7d09723aa29ae164cf37031ed08dc6b532c0e authored over 7 years ago by Rich Trott <[email protected]>
test: simplify test skipping

* Make common.skip() exit.

Also add common.printSkipMessage() for partial skips.

* Don't mak...

2d2986ae72f2f5c63d95a94f05fa996d9f0609f1 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
test: fix require nits in some test-tls-* tests

* Do not require if test is skipped.
* Do not re-require without need.
* Sort requiring by modul...

cc1a47dc6b94b2feb4de9e46be9333d81d537783 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
test,fs: delay unlink in test-regress-GH-4027.js

The sequential/test-regress-GH-4027 test is flaky with an increased
system load, failing when th...

f1c890afb05274880df0f1ce4084607c03b194bf authored over 7 years ago by Jaime Bernardo <[email protected]>
doc: add CTC members to Collaborators list

For simplicity and clarity (if not brevity), add CTC and CTC Emeriti to
Collaborators list in RE...

bec387725af44a1f250c8dcf5f7e584d6d432b77 authored over 7 years ago by Rich Trott <[email protected]>
http: guard against failed sockets creation

PR-URL: https://github.com/nodejs/node/pull/13839
Fixes: https://github.com/nodejs/node/issues/1...

4b276e985fc682dc326f27f2e3ab9ddd41814a23 authored over 7 years ago by Refael Ackermann <[email protected]>
test: remove common.noop

This change removes `common.noop` from the Node.js internal testing
common module.

Over the las...

380929ec0c4c4004b522bed5e3800ebce2b68bfd authored over 7 years ago by Rich Trott <[email protected]>
test: refactor test-http(s)-set-timeout-server

* Make changes to `test-https-set-timeout-server` to resolve
inconsistencies with its http cou...

932ee65cd280808dd27e08fea7dfc4ebdc492b7a authored over 7 years ago by Alexey Orlenko <[email protected]>
child_process: use internal/errors

PR-URL: https://github.com/nodejs/node/pull/14009
Refs: https://github.com/nodejs/node/issues/11...

fe730d34ce5d93e61341915007ef2a6504e63e2e authored over 7 years ago by Tobias Nießen <[email protected]>
path: fix incorrect use of ERR_INVALID_ARG_TYPE

PR-URL: https://github.com/nodejs/node/pull/14011
Reviewed-By: Refael Ackermann <[email protected]...

44256bb0aaa54df60ec3d2c53bcfe7004fb61427 authored over 7 years ago by Tobias Nießen <[email protected]>
assert: fix incorrect use of ERR_INVALID_ARG_TYPE

PR-URL: https://github.com/nodejs/node/pull/14011
Reviewed-By: Refael Ackermann <[email protected]...

1d7414354e4cce9ebc48c4f7117170c746f12970 authored over 7 years ago by Tobias Nießen <[email protected]>
doc: fix api docs style

doc/api/cluster.md
L337: Use the definition link

doc/api/deprecations.md
L106: Fix the defi...

8b2c61c1698bb01fd54e78d27b90356606864f84 authored over 7 years ago by Daijiro Wachi <[email protected]>
test: refactor test-http-invalidheaderfield

* use common.mustNotCall() to confirm callback is not invoked
* whitespace change per test-writi...

9955c30df34e4fc17282e0cbed13fa9dc483b5b5 authored over 7 years ago by Rich Trott <[email protected]>
assert: refactor the code

1. Rename private functions
2. Use destructuring
3. Remove obsolete comments

PR-URL: https://gi...

0455fff880b9a4d25ee24150aedafa51808926ee authored over 7 years ago by Ruben Bridgewater <[email protected]>
doc,assert: document stackStartFunction in fail

PR-URL: https://github.com/nodejs/node/pull/13862
Reviewed-By: Refael Ackermann <[email protected]...

7a2b3e2b6cc92b2d694041ab852e860f459dadcd authored over 7 years ago by Ruben Bridgewater <[email protected]>
test: refactor test-http-hostname-typechecking

* Use common.mustCall() to confirm callback is invoked.
* Change spacing of require statements t...

5bbae2517768f4bf7d462991d257e514f8ba6d25 authored over 7 years ago by Rich Trott <[email protected]>
test: change var to const in ./common

PR-URL: https://github.com/nodejs/node/pull/13732
Reviewed-By: Colin Ihrig <[email protected]>
R...

017122a6ec260ade02bba4c26d188709b336c911 authored over 7 years ago by Ruben Bridgewater <[email protected]>
tools: change var to const in ./license2rtf

PR-URL: https://github.com/nodejs/node/pull/13732
Reviewed-By: Colin Ihrig <[email protected]>
R...

a5347c92c1205d3ae4a9281adb467a81958f9a58 authored over 7 years ago by Ruben Bridgewater <[email protected]>
tools: change var to const in ./eslint-rules

PR-URL: https://github.com/nodejs/node/pull/13732
Reviewed-By: Colin Ihrig <[email protected]>
R...

ea67c27168ad03a89c88503ebea49efb88cabe0f authored over 7 years ago by Ruben Bridgewater <[email protected]>
tools: change var to const in ./doc/preprocess

PR-URL: https://github.com/nodejs/node/pull/13732
Reviewed-By: Colin Ihrig <[email protected]>
R...

a7e1ceee8d58c64bfbb801b5fc6408a2dd366708 authored over 7 years ago by Ruben Bridgewater <[email protected]>
tools: change var to const in ./doc/json

PR-URL: https://github.com/nodejs/node/pull/13732
Reviewed-By: Colin Ihrig <[email protected]>
R...

461049f8e9acfa59d07f7ae22b4accc72bcdf51a authored over 7 years ago by Ruben Bridgewater <[email protected]>
tools: change var to const in ./doc/html

PR-URL: https://github.com/nodejs/node/pull/13732
Reviewed-By: Colin Ihrig <[email protected]>
R...

0808989d938b53035fb858b0e21e2984e991e7a0 authored over 7 years ago by Ruben Bridgewater <[email protected]>
tools: change var to const in ./doc/addon-verify

PR-URL: https://github.com/nodejs/node/pull/13732
Reviewed-By: Colin Ihrig <[email protected]>
R...

bce27c2cf37ed96abecd7625ff1d22c72c3b99c8 authored over 7 years ago by Ruben Bridgewater <[email protected]>
deps: cherry-pick 3f4536894ac from V8 upstream

Original commit message:

d8: Make in process stack dumping optional

Adds a flag (--dis...

31349e224576f1846a900958c9fecf566d07a04c authored over 7 years ago by ochang <[email protected]>
src: fix process.abort() interaction with V8

Since V8 5.9 V8 installs a default signal handler for some signals
when creating a default platf...

4dff05f4a7ba93782ab2fdf6124941bb82128f78 authored over 7 years ago by Anna Henningsen <[email protected]>
doc: fix example in child_process.md

PR-URL: https://github.com/nodejs/node/pull/13716
Reviewed-By: Refael Ackermann <[email protected]...

0794c101efe223a3d4b79a2848327946fb1b8c60 authored over 7 years ago by Ruslan Iusupov <[email protected]>
test: mark test-npm-install flaky on arm

PR-URL: https://github.com/nodejs/node/pull/14035
Refs: https://github.com/nodejs/node/issues/14...

ed19a18b72dcf2bd6219f5689564c3d10c71d89a authored over 7 years ago by Refael Ackermann <[email protected]>
doc: add default values to functions in fs.md

PR-URL: https://github.com/nodejs/node/pull/13767
Refs: https://github.com/nodejs/node/issues/11...

51bb4ace5f63a042527534319cfec2eef7293964 authored over 7 years ago by Matej Krajčovič <[email protected]>
test: replace indexOf with includes and startsWith

PR-URL: https://github.com/nodejs/node/pull/13852
Refs: https://github.com/nodejs/node/issues/12...

20b00f3a366c67b3192bdc006ff82d2d2a361975 authored over 7 years ago by Nataly Shrits <[email protected]>
doc: fix some broken references

PR-URL: https://github.com/nodejs/node/pull/13811
Reviewed-By: Jackson Tian <[email protected]...

ea927b3711dbd8032709dfec6f9736a181a522b9 authored over 7 years ago by Alexander Gromnitsky <[email protected]>
process: use internal/errors in internalNextTick

PR-URL: https://github.com/nodejs/node/pull/13982
Refs: https://github.com/nodejs/node/pull/1289...

3129b2c035a1fb9b1bf07e5ecddcebce4c5fa4b0 authored over 7 years ago by Tobias Nießen <[email protected]>
test: refactor test-fs-options-immutable

* Reorder require() statements per test-writing guide
* Use common.mustNotCall() to check that c...

f05653dc45a68ff56e3a86375c1d952046b9ba3c authored over 7 years ago by Rich Trott <[email protected]>
test: refactor test-crypto-pbkdf2

* re-order require() and crypto check per test writing guide
* use common.mustNotCall() to confi...

48660fbb9d161f91ca63d02f5fda34a97c53e1c2 authored over 7 years ago by Rich Trott <[email protected]>
test: remove undef NDEBUG from at-exit addons test

The at-exit addons test uses asserts like the other addons tests,
but at-exit is the only one th...

0d95a0b60a87533c54b517d132e16401fe28909b authored over 7 years ago by Daniel Bevenius <[email protected]>
errors,url: port url errors to internal/errors

PR-URL: https://github.com/nodejs/node/pull/13963
Reviewed-By: Refael Ackermann <[email protected]...

473f0eff29c84aeb19ae1fb7898bc99321ac5754 authored over 7 years ago by starkwang <[email protected]>
assert: fix assert.fail with zero arguments

PR-URL: https://github.com/nodejs/node/pull/13974
Reviewed-By: Luigi Pinca <[email protected]...

fc463639fa38434a3360a1e3695d7ded029242c3 authored over 7 years ago by Ruben Bridgewater <[email protected]>
build: add async-hooks testing to vcbuild.bat

PR-URL: https://github.com/nodejs/node/pull/13381
Reviewed-By: Andreas Madsen <[email protected]>

7022260b550c5bc46bd247109252c886bab40534 authored over 7 years ago by Refael Ackermann <[email protected]>
test,async_hooks: stabilize tests on Windows

PR-URL: https://github.com/nodejs/node/pull/13381
Reviewed-By: Andreas Madsen <[email protected]>

372b85df4bc45cb4fb2dad0a5970204207ce1eb0 authored over 7 years ago by Refael Ackermann <[email protected]>
child_process: fix handleless NODE_HANDLE handling

It is possible that `recvmsg()` may return an error on ancillary data
reception when receiving a...

71ca122def15ae58584ea680399e3d049e172365 authored over 7 years ago by Santiago Gimeno <[email protected]>
n-api: add napi_delete_property()

Fixes: https://github.com/nodejs/node/issues/13924
PR-URL: https://github.com/nodejs/node/pull/1...

732ae419b42fd1392dc00097210e516d05947d63 authored over 7 years ago by cjihrig <[email protected]>
n-api: add napi_delete_element()

Refs: https://github.com/nodejs/node/issues/13924
PR-URL: https://github.com/nodejs/node/pull/13...

f803e77b1e2347dbce9d8098f3b6e231f4ce5fcd authored over 7 years ago by cjihrig <[email protected]>
build,windows: restore DISTTYPEDIR

* rename :exit to :distexit

PR-URL: https://github.com/nodejs/node/pull/13969
Refs: https://git...

9e5a2118cc15c63088837ce9424e844084d07633 authored over 7 years ago by Refael Ackermann <[email protected]>
test: verify napi_get_property() walks prototype

Refs: https://github.com/nodejs/node/issues/13925
PR-URL: https://github.com/nodejs/node/pull/13...

0f1888f31366381575076f25b831a3395bcf3f96 authored over 7 years ago by cjihrig <[email protected]>
build,win: respect VS version for building addons

When building in machines with multiple versions of Visual Studio
installed, node-gyp should res...

c9cf7c2780e4f5ae8ad6583c8b179b59d676c1f1 authored over 7 years ago by João Reis <[email protected]>
build,win: use latest installed VS by default

vcbuild.bat should detect what version of Visual Studio to use, it
should simply work without an...

e783475412a315d28dde17d23492c867bf546dc2 authored over 7 years ago by João Reis <[email protected]>
repl: fix old history error handling

PR-URL: https://github.com/nodejs/node/pull/13733
Reviewed-By: Luigi Pinca <[email protected]...

e6b69b9418be8e94d81c1f74055d1772507f27ab authored over 7 years ago by Ruben Bridgewater <[email protected]>
stream: avoid possible slow path w UInt8Array

A chunk validity checks verifie if a chunk is a UInt8Array.
We should defer it as it might be ve...

027960205f92694a7b9e6507fe18d20896681db3 authored over 7 years ago by Matteo Collina <[email protected]>
doc: move module-specific "globals" to modules.md

PR-URL: https://github.com/nodejs/node/pull/13962
Fixes: https://github.com/nodejs/node/issues/1...

d11131927068a286764b8f21e418c782fbda41dc authored over 7 years ago by Tobias Nießen <[email protected]>
test: verify isNativeError accepts internal errors

This commit verifies that Node's internal errors are recognized
by V8's IsNativeError(), which i...

4c8b244059c9e51a31f843960e702b6fb5ad9fb7 authored over 7 years ago by cjihrig <[email protected]>
src: unset `NODE_VERSION_IS_RELEASE`

When 53b8c51e7c4fca593eeeddbec0bdcfd77466cc80 was cherry-picked into
`master`, `NODE_VERSION_IS_...

a84c3be07593755e1ab91bb3714b549ebdf60f9b authored over 7 years ago by Anna Henningsen <[email protected]>
src: move crypto_bio/clienthello to crypto ns

Currently, node_crypto_bio and node_crypto_clienthello are not in the
crypto namespace but simpl...

08109a3ca12ddcd86167aa88e697cfed5923326d authored over 7 years ago by Daniel Bevenius <[email protected]>
test: refactor test-child-process-send-type-error

* Add exit listener to child process to check return code. Previously,
child process faiilure ...

93683c616b57dfa76521f184093c0610da7f52c7 authored over 7 years ago by Rich Trott <[email protected]>
doc: use stricter indentation checking for docs

Use stricter ESLint indent checking for sample code in docs.

PR-URL: https://github.com/nodejs/...

7477f9ba9c40ac36b17e005ff61f8fa3794f6d3e authored over 7 years ago by Rich Trott <[email protected]>
doc: fix indentation issues in sample code

In preparation for stricter ESLint indentation checking, fix a few
issues in sample code.

PR-UR...

8969c1b76209e83f3fc3cb00a41421f7996e399b authored over 7 years ago by Rich Trott <[email protected]>
test: mark test-fs-readdir-ucs2 flaky

PR-URL: https://github.com/nodejs/node/pull/13989
Reviewed-By: Refael Ackermann <[email protected]>

47d1e125ac71d065fdea9ba166bc31478a523f47 authored over 7 years ago by João Reis <[email protected]>
stream: use more explicit statements

Using objectMode with stream_wrap has not worked properly
before and would end in an error.
Ther...

1b54371c50cd6a67f22f6ec0db53bac3917387e5 authored over 7 years ago by Ruben Bridgewater <[email protected]>
test: fix failure in test-icu-data-dir.js

This fixes a broken test on Windows caused by EOL conversion.

PR-URL: https://github.com/nodejs...

a1ecdcfb154ec79db4da595ca85ce75f9f759c6a authored over 7 years ago by Tobias Nießen <[email protected]>
src: add missing new line to printed message

PR-URL: https://github.com/nodejs/node/pull/13940
Reviewed-By: Colin Ihrig <[email protected]>
R...

9330835754dab25f3ccc1d903ac33837b94dabd9 authored over 7 years ago by Timothy Gu <[email protected]>
2017-06-29, Version 8.1.3 (Current)

Notable changes

* **Stream**
Two regressions with the `stream` module have been fixed:
* Th...

53b8c51e7c4fca593eeeddbec0bdcfd77466cc80 authored over 7 years ago by Rod Vagg <[email protected]>
src: revise character width calculation

- Categorize all nonspacing marks (Mn) and enclosing marks (Me) as
0-width
- Categorize all sp...

f4b5b704447821dda56069a601595322344248ab authored over 7 years ago by Timothy Gu <[email protected]>