Skip to content
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

v10.3.0 proposal #21011

Merged
merged 41 commits into from
May 29, 2018
Merged

v10.3.0 proposal #21011

merged 41 commits into from
May 29, 2018

Commits on May 25, 2018

  1. doc: fix incorrect fs.readFileSync example output

    This fixes an incorrect example in the documentation for calling
    `fs.readFileSync` on a directory. The example was presumably copied from
    the documentation for `fs.readFile`, which has an error argument in its
    callback.
    
    PR-URL: #20902
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    not-an-aardvark authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    be2a467 View commit details
    Browse the repository at this point in the history
  2. test: changed assert message from string literal to template literal

    PR-URL: #20870
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Khaidi Chu <i@2333.moe>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    CoreyGMartin authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    ed84b7d View commit details
    Browse the repository at this point in the history
  3. test: use log only in test-child-process-fork-net

    We are currently having issues with test-child-process-fork-net on
    Windows CI. Debugging is slightly hampered by the mix of `console.log()`
    and `console.error()` as our test runner does not interleave stdout and
    stderr, so the order of output is not preserved. Change the sole
    instance of `console.error()` to `console.log()` to improve
    debugability.
    
    While editing, I also took the opportunity to add capitalization and
    punctuation to comments (as that is a nit we see from time to time and
    there is a potential ESLint rule to enforce the capitalization part).
    
    PR-URL: #20873
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Trott authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    443d60a View commit details
    Browse the repository at this point in the history
  4. net: remove unnecessary variables

    PR-URL: #20864
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    chainhelen authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    ed9e964 View commit details
    Browse the repository at this point in the history
  5. assert: handle undefined filename in getErrMessage

    When generating an assertion error message,
    `filename` might be undefined,
    e.g. if `assert` is called in `eval`.
    
    Handle this case gracefully instead of failing with
    `Cannot read property 'endsWith' of undefined`.
    
    Fixes: #20847
    
    PR-URL: #20848
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Khaidi Chu <i@2333.moe>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    jeysal authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    ea702e2 View commit details
    Browse the repository at this point in the history
  6. src,doc: add doc of --prof flag to help command

    Fixes: #16459
    
    PR-URL: #20845
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Matheus Marchini <matheus@sthima.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ohbarye authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    b0023d7 View commit details
    Browse the repository at this point in the history
  7. test: improve coverage for readline.Interface

    Add tests in parallel/test-readline-interface to increase coverage
    
    PR-URL: #20704
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Masashi Hirano authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    554ad47 View commit details
    Browse the repository at this point in the history
  8. meta: add link to unofficial discord

    PR-URL: #20508
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    devsnek authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    099c6b6 View commit details
    Browse the repository at this point in the history
  9. doc: removed LTS label from v4 in doc version picker

    Fixes: #20903
    
    PR-URL: #20904
    Reviewed-By: Weijia Wang <starkwang@126.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Chris Young authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    819bba6 View commit details
    Browse the repository at this point in the history
  10. n-api: throw when entry point is null

    PR-URL: #20779
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Gabriel Schulhof authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    ba30d14 View commit details
    Browse the repository at this point in the history
  11. lib: remove unnecessary string interpolation

    PR-URL: #20890
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Jackson Tian <shyvo1987@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    danbev authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    d2bcd55 View commit details
    Browse the repository at this point in the history
  12. net: allow IPC servers be accessible by all

    Adds mappings to uv_pipe_chmod call by adding two new options to
    listen call. This allows the IPC server pipe to be made readable or
    writable by all users.
    
    Fixes: #19154
    
    PR-URL: #19472
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    bzoz authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    b242248 View commit details
    Browse the repository at this point in the history
  13. doc: fix filehandle.truncate() sample codes

    PR-URL: #20913
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Masashi Hirano authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    1f3eb1c View commit details
    Browse the repository at this point in the history
  14. deps: upgrade npm to 6.1.0

    PR-URL: #20190
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    iarna authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    d0cdcb6 View commit details
    Browse the repository at this point in the history
  15. test: include port in assertion message

    PR-URL: #20889
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    nam authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    9bbab91 View commit details
    Browse the repository at this point in the history
  16. module: name anonymous function for debugging

    This commit is to help in the effort to name all anonymous
    functions to help when heap debugging. The issue asked for
    any functions to be updated that are not on a prototype
    and this file contains one function that meets those needs.
    
    A previous pull request (13849) was not completed and did
    not meet the requirements of the issue so this PR looks
    to complete that.
    
    PR-URL: #20811
    Refs: #8913
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    ndangles authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    45adec2 View commit details
    Browse the repository at this point in the history
  17. src: move DeleteFnPtr into util.h

    This is more generally useful than just in a crypto context.
    
    PR-URL: #20885
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    addaleax authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    b4519ca View commit details
    Browse the repository at this point in the history
  18. doc: fix outdated link FSEvents

    PR-URL: #20949
    Fixes: #20853
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    amitbend authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    c036cda View commit details
    Browse the repository at this point in the history
  19. doc: update the notable changes

    A couple entries were missing and one entry was not really relevant.
    
    PR-URL: #20316
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    BridgeAR authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    87ad931 View commit details
    Browse the repository at this point in the history
  20. test: remove string literal from strictEqual

    Remove obsolete string literals from `assert.strictEqual()` calls in
    test/parallel/test-stream-pip-await-drain-push-while-write.js.
    
    PR-URL: #20920
    Refs: https://www.nodetodo.org/getting-started
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    AbhimanyuVashisht authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    40e5788 View commit details
    Browse the repository at this point in the history
  21. test: remove message argument from strictEqual()

    In test/parallel/test-require-process.js, the last thing in the test is
    a call to assert.strictEqual(). It has a string literal as its third
    argument. Unfortunately, that means that the diff between the two values
    being compared will be suppressed if there is an AssertionError. That's
    not helpful for debugging.
    
    This is fixed by removing the third argument from the call. It is,
    however, preserved in a comment above the call to assert.strictEqual().
    
    PR-URL: #20912
    Fixes: #20911
    Refs: https://www.nodetodo.org/getting-started
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    sagirk authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    82afb4c View commit details
    Browse the repository at this point in the history
  22. src: fix MallocedBuffer move assignment operator

    PR-URL: #20883
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    addaleax authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    418739c View commit details
    Browse the repository at this point in the history
  23. deps: cherry-pick 6989b3f6d7 from V8 upstream

    Original commit message:
      Fix default Intl language tag handling
    
      With certain ICU data bundles (such as the Node.js "small-icu"),
      %GetDefaultICULocale() may return a more specific language tag (e.g.
      "en-US") than what's available (e.g. "en"). In those cases, consider the
      more specific language tag supported.
    
      This CL also resolves the following Node.js issue:
         #15223
    
      Bug: v8:7024
      Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
      Change-Id: Ifda0776b3418734d5caa8af4e50c17cda95add73
      Reviewed-on: https://chromium-review.googlesource.com/668350
      Commit-Queue: Daniel Ehrenberg <littledan@chromium.org>
      Reviewed-by: Daniel Ehrenberg <littledan@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52716}
    
    PR-URL: #20826
    Fixes: #15223
    Refs: v8/v8@6989b3f
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    TimothyGu authored and targos committed May 25, 2018
    Configuration menu
    Copy the full SHA
    efc7f91 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. test: reduce runtime

    This refactors some tests to reduce the runtime of those.
    
    PR-URL: #20688
    Refs: #20128
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Yang Guo <yangguo@chromium.org>
    BridgeAR authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    460add9 View commit details
    Browse the repository at this point in the history
  2. test: improve error message in async-wrap test

    Improve AssertionError message in
    test/parallel/test-async-wrap-pop-id-during-load.js to include the
    contents of stderr when the spawned process fails.
    
    Refs: https://github.com/nodejs/node/pull/20940/files#r190707951
    
    PR-URL: #20948
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Trott authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    d09bec8 View commit details
    Browse the repository at this point in the history
  3. fs: fix reads with pos > 4GB

    PR-URL: #21003
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    mafintosh authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    bfe6dc3 View commit details
    Browse the repository at this point in the history
  4. src: add CHECK_IMPLIES macro

    This change introduces the CHECK_IMPLIES macro
    similar to its definition in v8 and replaces instances of
    CHECK with CHECK_IMPLIES where it seems appropriate.
    
    PR-URL: #20914
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    tniessen authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    5e69e1a View commit details
    Browse the repository at this point in the history
  5. src: add CHECK_NULL/CHECK_NOT_NULL macros

    This change introduces CHECK_NULL and CHECK_NOT_NULL macros
    similar to their definition in v8 and replaces instances of
    CHECK/CHECK_EQ/CHECK_NE with these where it seems appropriate.
    
    PR-URL: #20914
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    tniessen authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    902120a View commit details
    Browse the repository at this point in the history
  6. doc: mark Node 4 as EOL in changelog

    Node 4 has been unsupported since 2018-05-01, but the changelog was out
    of date and said that Node 4 was still in LTS.
    
    PR-URL: #20926
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Weijia Wang <starkwang@126.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Khaidi Chu <i@2333.moe>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: Matheus Marchini <matheus@sthima.com>
    not-an-aardvark authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    f0704f2 View commit details
    Browse the repository at this point in the history
  7. tools: fix sorting in doc/type-parser.js

    This section groups type links by their home modules
    and sort these groups alphabetically,
    so `modules` types should go before the `net` types.
    
    PR-URL: #20976
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    vsemozhetbyt authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    46e7cec View commit details
    Browse the repository at this point in the history
  8. build,win: disable DLL-interface warnings

    Compiling node with vcbuild generates 10,000s of these warnings,
    originating from v8.h. This makes it impossible to read any other
    diagnostic messages.
    
    PR-URL: #20958
    Refs: #15570
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    piscisaureus authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    d7fed22 View commit details
    Browse the repository at this point in the history
  9. lib: use object destructuring for ContextifyScript

    PR-URL: #20934
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Weijia Wang <starkwang@126.com>
    danbev authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    c2c3b6f View commit details
    Browse the repository at this point in the history
  10. doc: add jdalton to collaborators

    PR-URL: #20968
    Fixes: #20828
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
    Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    jdalton authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    babc9da View commit details
    Browse the repository at this point in the history
  11. test: fix test failure on aix

    This makes sure there is enough stack space on different systems.
    
    PR-URL: #20940
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    BridgeAR authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    460a502 View commit details
    Browse the repository at this point in the history
  12. test: isolate unusual assert test in its own file

    test-assert.js contains a test that writes to the source tree, requires
    an internal module, and depends on modules not needed by the plethora of
    other test cases in the file. Move it to its own file so that there are
    not side effects in test-assert.js and so that it can be refactored to
    not write to the source tree.
    
    PR-URL: #20861
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    88f9a39 View commit details
    Browse the repository at this point in the history
  13. test: improve assert test hygiene

    Do not pollute the source tree for the test. Instead of writing to the
    source tree, spawn a process with the temp dir as cwd and write the file
    there.
    
    PR-URL: #20861
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    0112357 View commit details
    Browse the repository at this point in the history
  14. doc: fix doc for napi_get_typedarray_info

    The data pointer returned for the typedarray has
    already been adjusted by the offset so it does not
    point to the start of the buffer, instead id points
    to the start of the first element.
    
    I think we probably would have liked it to point to the
    start of the buffer, but we can't change as that would be
    a breaking change.
    
    Update the doc to match the implementation.
    
    PR-URL: #20747
    Fixes: nodejs/node-addon-api#244
    Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mhdawson authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    ce13797 View commit details
    Browse the repository at this point in the history
  15. Revert "repl: add friendly tips about how to exit repl"

    This reverts commit 9aa4ec4.
    
    This commit in question introduced a regression in repl.eval(),
    as the context argument is no longer passed to runInContext().
    
    PR-URL: #20972
    Fixes: #20965
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    cjihrig authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    5f9c01b View commit details
    Browse the repository at this point in the history
  16. stream: fix removeAllListeners() for Stream.Readable

    Fixes: #20923
    
    PR-URL: #20924
    Refs: #20923
    Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    kaelzhang authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    8f52c3f View commit details
    Browse the repository at this point in the history
  17. tools: update tools/doc/package-lock.json

    The package-lock.json file is out of sync with the checked-in
    node_modules. `make doc-only` updates package-lock.json appropriately.
    
    PR-URL: #20970
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Trott authored and MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    b62cbe1 View commit details
    Browse the repository at this point in the history
  18. 2018-05-29, Version 10.3.0 (Current)

    Notable Changes:
    
    * **deps**:
      - upgrade npm to 6.1.0 (Rebecca Turner)
        #20190
    * **fs**:
      - fix reads with pos \> 4GB (Mathias Buus)
        #21003
    * **net**:
      - new option to allow IPC servers to be readable and writable
        by all users (Bartosz Sosnowski)
        #19472
    * **stream**:
      - fix removeAllListeners() for Stream.Readable to work as expected
        when no arguments are passed (Kael Zhang)
        #20924
    * **Added new collaborators**
      - John-David Dalton (https://github.com/jdalton)
    
    PR-URL: #21011
    MylesBorins committed May 29, 2018
    Configuration menu
    Copy the full SHA
    c1dae43 View commit details
    Browse the repository at this point in the history