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

readline: properly handle 0-width characters

PR-URL: https://github.com/nodejs/node/pull/13918
Reviewed-By: James M Snell <[email protected]>

01aeb388000b250ce82036b2a6b8e4a676bc5b5d authored over 7 years ago by Timothy Gu <[email protected]>
n-api: fix section title typo

PR-URL: https://github.com/nodejs/node/pull/13972
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...

a71d20518aeaba342eb745508e517c55ddd61a1b authored over 7 years ago by Kyle Farnung <[email protected]>
doc: note that fs.futimes only works on AIX >7.1

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

4eeb4a44084c7503c6c4e93d647cfc4f1bcb7762 authored over 7 years ago by Gibson Fahnestock <[email protected]>
test: refactor test-cluster-basic

* Use common.mustNotCall() to check that callback is not invoked.
* Add space per test writing g...

3b727aaa49ac8699fc4a704a40145c4fe0fa3405 authored over 7 years ago by Rich Trott <[email protected]>
tools: update to ESLint 4.1.1

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

6dcead9793b3b57948dd0259ed75cea1f109a27d authored over 7 years ago by Rich Trott <[email protected]>
tools: remove comment in eslint rule

I noticed this comment while working on a different task and could not
find any reason for it be...

a81443430b255af29462cd08b3f61f3e36a14592 authored over 7 years ago by Daniel Bevenius <[email protected]>
test: refactor test-vm-sigint

* Use common.mustNotCall() to confirm SIGINT listeners are not being
invoked.
* Improve assert...

99dc9d03deb4838ceaa7abb39a7a4dfa12c89ce9 authored over 7 years ago by Rich Trott <[email protected]>
test: refactor test-tls-two-cas-one-string

* order require() statements per test writing guide
* add keydir variable to make readFileSync()...

62947916b6227b0a41f87b0d49e26586704e8e42 authored over 7 years ago by Rich Trott <[email protected]>
doc: add @nodejs/documentation to CC table

PR-URL: https://github.com/nodejs/node/pull/13952
Reviewed-By: Richard Lau <[email protected]>
R...

04faf0c4ebf2cfbf7964abd91c9f91ca0b1cdd27 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
doc: doc lifetime of n-api last error info

Document the lifetime of the structure returned
by napi_get_last_error_info

PR-URL: https://git...

ef28d85611bcb1b0d91b6525b7c16517bf21020c authored over 7 years ago by Michael Dawson <[email protected]>
http: simplify if statement

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

2fa2a6072199aeb84886878e6b7048021c545e42 authored over 7 years ago by Ruben Bridgewater <[email protected]>
v8: add new to the throw statement

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

b3e5c4621dbf639e6d98a997c673537851d46795 authored over 7 years ago by Ruben Bridgewater <[email protected]>
dgram,process,util: refactor Error to TypeError

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

1a452f1928c3c904f8405048794632a6da6a94c6 authored over 7 years ago by Ruben Bridgewater <[email protected]>
errors: fix and improve error types

1) Add missing lazy assert call
2) Remove obsolete error type
3) Name undocumented error type mo...

1698c8e1655adaf19e13cc6a5e1a4a570735e16f authored over 7 years ago by Ruben Bridgewater <[email protected]>
doc: document missing error types

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

8ca9338655dc3635da0d8fe154c5262468eb545f authored over 7 years ago by Ruben Bridgewater <[email protected]>
doc: add gireeshpunathil to collaborators

PR-URL: https://github.com/nodejs/node/pull/13967
Reviewed-By: Rich Trott <[email protected]>
Rev...

50ba13ef0ef856147b5ffd354afd343a0501fb1c authored over 7 years ago by Gireesh Punathil <[email protected]>
build,windows: implement PEP514 python detection

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

614dbbd728bba2ed05c3861a2a7316c399d835e9 authored over 7 years ago by Refael Ackermann <[email protected]>
doc: fix mistake in path.relative

The docs implied that the parameters `from` and `to` are invalid only
if neither of them is a st...

2ff23c5622c9738f48c19f078ba140efe2699871 authored over 7 years ago by Tobias Nießen <[email protected]>
doc: unify ERR_FALSY_VALUE_REJECTION description

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

23b3bbf506b8c53dad7abf70f2a27bf2d9e41746 authored over 7 years ago by Tobias Nießen <[email protected]>
test: remove unneeded HandleScope usage

These methods are Javascript-accessible so they get an implicit
HandleScope. The extra scope is ...

ea12038ffe0573a1eff9daf7190b2931b352a8f8 authored over 7 years ago by Ezequiel Garcia <[email protected]>
doc: fixed formatting issue in cli docs

Removed some bad escape characters

PR-URL: https://github.com/nodejs/node/pull/13808
Fixes: htt...

f85d5b21fda925b879cf27bdcde81478fc134b31 authored over 7 years ago by Chris Young <[email protected]>
test: skip fips tests using OpenSSL config file

The motivation for this commit is that we are building Node with
--shared-openssl and in our cas...

301c68bc2d778139321f914ad1bd5358f04c4493 authored over 7 years ago by Daniel Bevenius <[email protected]>
src,fs: calculate times as unsigned long

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

0526f84ad3ae8c88dabd4919551c4b8c6c3b3978 authored over 7 years ago by Refael Ackermann <[email protected]>
tools: disable legacy indentation linting in tools

The tools directory has newer and stricter indentation enabled, but the
legacy indentation rules...

b714060e086c305a1a2aacdee9731797cfbed03d authored over 7 years ago by Rich Trott <[email protected]>
tools,benchmark: use stricter indentation linting

Enable stricter indentation rules for benchmark code.

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

496f60489d774ff32e3136b99320963ad46eed98 authored over 7 years ago by Rich Trott <[email protected]>
tools: add script to update ESLint

Provide a bash script for updating ESLint in the project.

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

1e5e0ce862174b95fcc04d4b9f9ea68c5944bfee authored over 7 years ago by Rich Trott <[email protected]>
tools: update to ESLint 4.1.0

Update ESLint to 4.1.0. This fixes a bug that previously prevented us
from using the new and str...

aaee43473b7abc2522d9968a92fb4c819fc7d7b3 authored over 7 years ago by Rich Trott <[email protected]>
test: refactor test-tls-invoked-queued

* use common.mustCall()/common.mustNotCall() as appropriate
* reorder require() statements per t...

fda25665be353396518927ad42a2f617816591c6 authored over 7 years ago by Rich Trott <[email protected]>
test: refactor test-tls-env-extra-ca

* Use `common.mustCall()` to guarantee callback invocations
* Order modules according to test wr...

062c414f5c8733f769b8234ecbd9c12418b6cee3 authored over 7 years ago by Rich Trott <[email protected]>
doc: fix link in async_hooks.md

PR-URL: https://github.com/nodejs/node/pull/13930
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...

d71d7a1bc78826920f872482c256a56e3fabf0c4 authored over 7 years ago by Azard <[email protected]>
test: make http(s)-set-timeout-server more similar

Make test-http(s)-set-timeout-server tests more similar and resolve the
following issues:

* `te...

2e5ce2bc2c4b1abc48c514a668bb272484a59830 authored over 7 years ago by Julien Klepatch <[email protected]>
test: check uv_ip4_addr return value

Fixes Coverity errors.

PR-URL: https://github.com/nodejs/node/pull/13878
Reviewed-By: Colin Ihr...

5fbbd25dc4133ed57f4904dfeee716a02e3817c9 authored over 7 years ago by Eugene Ostroukhov <[email protected]>
deps: delete deps/icu-small/source/io

The previous commit removed the dependency on the code in that
directory. This commit removes t...

6bf4c23295ea4dceca0ae47f354ec4ec3836917f authored over 7 years ago by Ben Noordhuis <[email protected]>
build: remove dependency on icu io library

The library is only used in a single build-time tool where it can be
easily substituted by regul...

2ea60e926e40eb3c6a181354def6fde17aba77d7 authored over 7 years ago by Ben Noordhuis <[email protected]>
child_process: emit IPC messages on next tick

This commit fixes a regression related to IPC 'message'
events. When messages are not emitted in...

87d682b69a2ed1d6b74215ee8fbf9af9d6674ee9 authored over 7 years ago by cjihrig <[email protected]>
build: clean up config_fips.gypi

Currently when configuring the project using --openssl-fips a gyp
include file name config_fips....

748b2a87ca4effb39186d89f7e16a145a4bf9365 authored over 7 years ago by Daniel Bevenius <[email protected]>
test: remove `require('buffer')` from 4 test files

We don't use the global Buffer throughout the lib/ to avoid circular
dependency issues in core, ...

befede64f14858ffea4e8d6f93700be07e0f85fc authored over 7 years ago by XadillaX <[email protected]>
test: remove unnecessary require('buffer').Buffer

Remove unnecessary imports from:

* test/parallel/test-buffer-nopendingdep-map.js
* test/paralle...

5e68e168b8e44356f9d97a672836bef718130565 authored over 7 years ago by lena <[email protected]>
test: remove `require('buffer')` from 4 test files

Remove superfluous import from:

* test/parallel/test-buffer-fakes.js
* test/parallel/test-buffe...

256d86a155d796d5194004fa05502cd68172d1c0 authored over 7 years ago by Zongmin Lei <[email protected]>
test: remove require('buffer') from 4 buffer tests

Remove superfluous import from:

* test/parallel/test-buffer-alloc.js
* test/parallel/test-buffe...

22ccbe6f9698c481c00013dfb879f257477ea692 authored over 7 years ago by OriLev <[email protected]>
test: remove require('buffer') on 6 fs test files

* test/parallel/test-fs-mkdtemp.js
* test/parallel/test-fs-read-zero-length.js
* test/parallel/t...

d31fe536c0a576ead9655acb140970690c4fbc78 authored over 7 years ago by sallen450 <[email protected]>
test: remove unnecessary Buffer import

Removed require('buffer') from

- test/disabled/test-sendfd.js
- test/internet/test-dgram-broadc...

e42b1b16b72904ca5d9abc2a4023303c809ec561 authored over 7 years ago by Steven Winston <[email protected]>
benchmark,lib,test: use braces for multiline block

For if/else and loops where the bodies span more than one line, use
curly braces.

PR-URL: https...

095c0de94d818088cacf2c33ad4913768c15024a authored over 7 years ago by Rich Trott <[email protected]>
doc: update backporting guide

* also update STYLE_GUIDE comment about Em dashes

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

e3ea0fc97bf3a911463275446024b50e8bae865f authored over 7 years ago by Refael Ackermann <[email protected]>
test: refactor test-http-set-timeout-server

* Use `common.mustCall()` to track callback invocations
* Remove console.log() statements unrela...

b61f0a67412ba4cf46a123ad262c34dae4986ecb authored over 7 years ago by Rich Trott <[email protected]>
test: refactor test-stream2-writable

* Use common.mustCall() to confirm that _write() is called only once.
* Check that _write() is c...

f833e25170184b465cbf504eded7bfb8e7c00c77 authored over 7 years ago by Rich Trott <[email protected]>
util: make util.debuglog() consistent with doc

Previous realization produces some false positive and false negative
results due to:

* conflict...

3b0e800f18133674ae30b4c6cd5729c12fa054ff authored over 7 years ago by Vse Mozhet Byt <[email protected]>
deps: backport c0f1ff2 from upstream V8

Original commit message:

Fix GCC 7 build errors

BUG=chromium:691681
R=franzih@chro...

0ba74dbcc6cdbfe7fcb6b3bb1b93dbcfd8dd5451 authored over 7 years ago by Michaël Zasso <[email protected]>
tools: fix error in custom ESLint rule

Fix previously-unnoticed typo in `required-modules.js`.

Refs: https://github.com/nodejs/node/pu...

25b4d875ed28939a400f1fa33007bf6e77ef977b authored over 7 years ago by Rich Trott <[email protected]>
tools: apply stricter indentation rules to tools

ESLint 4.0.0 provides stricter (and more granular) indentation checking
than previous versions. ...

ea36609fc91c60f722036ad4de420e249dcd87a5 authored over 7 years ago by Rich Trott <[email protected]>
tools: fix indentation in required-modules.js

In preparation for applying the more strict indentation linting
available in ESLint 4.0.0, corre...

491f838511a8c7b848fb0affcc3661ee45edbdc5 authored over 7 years ago by Rich Trott <[email protected]>
test: remove common module from test it thwarts

test-global-console-exists cannot use the common module as explained in
a comment but it was inc...

4885982ee270429e1d54602d6abb7ee1b174cb1b authored over 7 years ago by Rich Trott <[email protected]>
stream: finish must always follow error

When _write completes with an Error, 'finish' was emitted before
'error' if the callback was asy...

b4432888f5f1beb6d6edfa47b27a25cc5bf06f3d authored over 7 years ago by Matteo Collina <[email protected]>
doc: make socket IPC examples more robust

This commit aims to improve the documentation examples that send
sockets over IPC channels. Spec...

c02dcc7b5983b2925016194002b9bc9a1e9da6c4 authored over 7 years ago by cjihrig <[email protected]>
cluster: remove obsolete todo

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

d1871a22c0e7069d03f6b87f829e02ee1c874643 authored over 7 years ago by Ruben Bridgewater <[email protected]>
errors: prevent stack recalculation

Newer v8 versions exclude the constructor from the stack trace
so the recalculation of the trace...

0401754b92e9029e7dddf54c165321f04001ba79 authored over 7 years ago by Ruben Bridgewater <[email protected]>
console: use a plain object for the the error stack

Using a object instead of an Error is sufficient as the Error
itself won't be used but only the ...

70b31adffabf0e7fb57c06e02b4f75bf1a212f5e authored over 7 years ago by Ruben Bridgewater <[email protected]>
errors: improve ERR_INVALID_ARG_TYPE

The error message might be misleading if an object property
was the issue and not the argument i...

3e178848a5f5f128f38b0ede5ab73210194c8aa6 authored over 7 years ago by Ruben Bridgewater <[email protected]>
doc: add missing zlib link to stream API docs

This seems to have been removed inadvertently by
330c8d743e33a83f85389ea8a64e3d3854ea0048 in PR ...

2a46e57d139a93caaff4dc63000e61b9a27669bb authored over 7 years ago by Rob Wu <[email protected]>
doc: fix nits in guides/using-internal-errors.md

PR-URL: https://github.com/nodejs/node/pull/13820
Reviewed-By: James M Snell <[email protected]>...

259466c6f4e01f547b1400dc7caf7df471d6f0aa authored over 7 years ago by Vse Mozhet Byt <[email protected]>
n-api: avoid crash in napi_escape_scope()

V8 will crash if escape is called twice on the same
scope.

Add checks to avoid crashing if napi...

3e18c49657bcb0f2504def3d7d6d900f0c25e357 authored over 7 years ago by Michael Dawson <[email protected]>
stream: fix `undefined` in Readable object mode

Fixes `this.push(undefined)`.

Fixes: https://github.com/nodejs/node/issues/13753
PR-URL: https:...

9a655e98a499cfa4c7db7664a5b2930a1e97af21 authored over 7 years ago by Anna Henningsen <[email protected]>
doc: mention rebasing of v?.x-staging post release

Mention that the staging branch should be rebased on top of the release
branch after merging a r...

d1027695b86776c2df8e9aa0a60ee918a69967e7 authored over 7 years ago by Anna Henningsen <[email protected]>
inspector, test: Fix test bug detected by Coverity

Error value was not checked. Turns out, uv_ip6_addr was actually called
on malformed IP (square ...

3d0ef562640d6dfb8da10653ba2fec3ebcb98cf3 authored over 7 years ago by Eugene Ostroukhov <[email protected]>
test: improve async-hooks/test-callback-error

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

32c7f114c54190dbdfb5f21f1432cf6626777341 authored over 7 years ago by Refael Ackermann <[email protected]>
src: don't set --icu_case_mapping flag on startup

It's on by default now and the flag will be removed in the near future.

Fixes: https://github.c...

1c314f5facb98e4790ff60f0104f5d18bc3eb53e authored over 7 years ago by Ben Noordhuis <[email protected]>
test: fix RegExp nits

* Remove needless RegExp flag

In fixed case, `/g` flag is needless in the boolean context.

*...

76340e3f1007998c7cb9d69fa1a42d42663ca6c2 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
dns: make `dns.setServers` support customized port

allow `dns.setServers` parameter to contain port

e.g.

```
dns.setServers([ '103.238.225.181:66...

330349f706a1f21234eee9b9d75d7c1e953ad1f0 authored over 7 years ago by XadillaX <[email protected]>
cluster: remove deprecated property

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

1fcb76e8f2f05fc084337da097a17b06cc7d0c68 authored over 7 years ago by James M Snell <[email protected]>
test: use worker.exitedAfterDisconnect consistently

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

eaaec57332c466b39a12245de3b31d002250bec1 authored over 7 years ago by James M Snell <[email protected]>
doc: EOL deprecated API and update notes

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

3fab9f2cd7aa3935dbb2a45624317ff9ddb3f33f authored over 7 years ago by James M Snell <[email protected]>
dgram: change parameter name in set(Multicast)TTL

Changed the parameter name in set(Multicast)TTL from "arg" to "ttl"
both within code and error m...

279fcc44fa3590a3255d316d03e93a0b58696b33 authored over 7 years ago by Tobias Nießen <[email protected]>
errors,process: fix error message of hrtime()

process.hrtime() incorrectly passed the function name to
errors.TypeError instead of the name of...

a0f728434617c1b84e20a56da33ed888dc254508 authored over 7 years ago by Tobias Nießen <[email protected]>
errors,stream_wrap: use internal/errors.js

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

d2913384aaeaf08fddb52e25e01f84c62e96e240 authored over 7 years ago by LAKSHMI SWETHA GOPIREDDY <[email protected]>
test: accommodate AIX by watching file

Watching directories has limited support on AIX. This is documented.
Watch a file in test/async-...

275d0b30a0ee9e6e16b9071ebecf5ace4c5caaf5 authored over 7 years ago by Rich Trott <[email protected]>
deps: cherry-pick 866ee63 from upstream V8

Original commit message:

[string] Re-enable result caching for String.p.split

Runtime:...

7cdcca7623aba835ef23a15d4bf76cd2dcfc2130 authored over 7 years ago by Michaël Zasso <[email protected]>
deps: update V8 to 5.9.211.37

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

8f907b6baf59fe08c8f7cbc279ea7dec71f42c8c authored over 7 years ago by Michaël Zasso <[email protected]>
net: fix abort on bad address input

PR-URL: https://github.com/nodejs/node/pull/13726
Reviewed-By: Anna Henningsen <[email protected]...

f40caf728247ce78a1fe0a0673c4893fe299fafc authored over 7 years ago by Ruben Bridgewater <[email protected]>
buffer: support boxed strings and toPrimitive

Add support for `Buffer.from(new String('...'))` and
`Buffer.from({[Symbol.toPrimitive]() { retu...

22cf25cf2d251371590ea35c740793a5f19d4623 authored over 7 years ago by James M Snell <[email protected]>
test: remove node-tap lookalike

This commit removes the small node-tap lookalike from several
of the streams2 tests. It's only u...

d3c668cead3d5baff03d795755e2ae1906408580 authored over 7 years ago by cjihrig <[email protected]>
test: increase util.callbackify() coverage

This commit adds coverage for util.callbackify() type checking.

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

471e88feb47e8a711e395cf6167d723adf3d1b7a authored over 7 years ago by cjihrig <[email protected]>
test: refactor test-fs-watchfile

* use `common.mustNotCall()` to confirm callback is not called
* reorder modules to conform with...

fd9a30f10ed6fdb797c840b84fe3298f064f1d6b authored over 7 years ago by Rich Trott <[email protected]>
doc: document res.connection and res.socket

Adds documentation and samples for the `connection` and
`socket` properties available on the `ht...

24ecc331e2e65403231358f61a9794885323e8eb authored over 7 years ago by Justin Beckwith <[email protected]>
lib: fix typos

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

c474f8898755c827187da2e8e4196dec3c48e6c4 authored over 7 years ago by Ruben Bridgewater <[email protected]>
readline,repl,url,util: remove needless capturing

Use non-capturing grouping or remove capturing completely when:

* capturing is useless per se, ...

878990498a246488dfe5393ddc89b2b15f395a4d authored over 7 years ago by Vse Mozhet Byt <[email protected]>
benchmark: remove needless RegExp capturing

Use non-capturing grouping or remove capturing completely when:

* capturing is useless per se, ...

b9457717cab131a0f6e58b12f4b65a7aae4ecc30 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
test: make test-http(s)-set-timeout-server alike

Make test-http(s)-set-timeout-server tests more similar and resolve the
following issues:

* `te...

bed3579dbecfba0a619674c1a3d1918f1950de1b authored over 7 years ago by jklepatch <[email protected]>
doc: fix api docs style

doc/api/async_hooks.md
+ L198: Missing code-language flag
+ L239: Missing code-language flag...

4ca3b9cd6afa98d77528b74637aa4793fc65c063 authored over 7 years ago by Daijiro Wachi <[email protected]>
doc: `path.relative` uses `cwd`

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

6e69421e53c4e7969202464ff1f2654a50443988 authored over 7 years ago by DuanPengfei <[email protected]>
test: delete outdated fixtures/stdio-filter.js

PR-URL: https://github.com/nodejs/node/pull/13712
Reviewed-By: Rich Trott <[email protected]>
Rev...

aaa80dfd8a385c8b8c53398b03bf53a62c9e4645 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
test: use string instead of RegExp in split()

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

0fdb67be9f7b973db68d397121bf80959a60836c authored over 7 years ago by Vse Mozhet Byt <[email protected]>
v8: fix RegExp nits in v8_prof_polyfill.js

* Do not repeat RegExp creation in cycle.
* Use sufficient string instead of RegExp in split().
...

6b9500bfc29f9917f13f0957ab719a9c09b3ea78 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
test: refactor test-fs-watch-stop-sync

* format test per project guide
* use listener that emits clear message
* use common.mustNotCall...

81c004537875206800f9c18bd20997d410079815 authored over 7 years ago by Rich Trott <[email protected]>
test: check zlib version for createDeflateRaw

We are currenly builing Node with --shared-zlib which happens to be
version 1.2.8. The test for ...

51898575ae2cc179699cc0c56cfc97ae22b235fc authored over 7 years ago by Daniel Bevenius <[email protected]>
test: add hasIntl to failing test

Currently when node is configured --without-intl the tests in this
commit fail. This commit adds...

a8979a605434b0a07395c9764caafef362f3875e authored over 7 years ago by Daniel Bevenius <[email protected]>
doc: add hasIntl to test/common/README.md

Commit d7e4ae1eb01c618404452f9b351efc4710b1c127
("test: add common.hasIntl") added common.hasInt...

282b1edbe753eaa3219e934dcc5a473a2e53e25f authored over 7 years ago by Daniel Bevenius <[email protected]>
test: remove needless RegExp flags

* /m is needless if ^ and $ are not used
* /g is needless in split()
* /g is needless in test() ...

d174e44c77c6330c98f6d5c3bc24782d0e25f529 authored over 7 years ago by Vse Mozhet Byt <[email protected]>
tools: update ESLint to v4.0.0

Update ESLint and configuration to version 4.0.0.

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

3ad90a4ac8aefad4c5d73fc0607649bf2e2f9cfa authored over 7 years ago by Rich Trott <[email protected]>
build: check for linter in bin rather than lib

Make the "can we lint?" check in Makefile and vcbuild.bat depend on
bin/eslint.js rather than li...

22436b055da59bd416f343595fda92ca82bd2817 authored over 7 years ago by Rich Trott <[email protected]>
src,lib,test,doc: correct misspellings

PR-URL: https://github.com/nodejs/node/pull/13719
Reviewed-By: Anna Henningsen <[email protected]...

ecf6a46d98a5d73fb9f98f10a634c786b60aea09 authored over 7 years ago by Roman Reiss <[email protected]>