async_hooks: prevent async storage methods leaking to outer context by Qard · Pull Request #31950 · nodejs/node

@Qard added lib / src

Issues and PRs related to general changes in the lib or src directory.

async_hooks

Issues and PRs related to the async hooks subsystem.

labels

Feb 25, 2020

@Qard Qard changed the title Async storage eliminate exit transition async_hooks: eliminate _exit in async storage

Feb 25, 2020

@Qard Qard mentioned this pull request

Feb 25, 2020

4 tasks

vdeturckheim

vdeturckheim

puzpuzpuz

@Qard Qard changed the title async_hooks: eliminate _exit in async storage async_hooks: prevent sync async storage methods from exiting outer context

Feb 26, 2020

@Qard Qard changed the title async_hooks: prevent sync async storage methods from exiting outer context async_hooks: prevent sync methods of async storage exiting outer context

Feb 26, 2020

Flarna

@Qard Qard added the blocked

PRs that are blocked by other issues or PRs.

label

Feb 26, 2020

@Qard Qard removed the blocked

PRs that are blocked by other issues or PRs.

label

Feb 28, 2020

puzpuzpuz

@puzpuzpuz puzpuzpuz added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Apr 14, 2020

puzpuzpuz added a commit to puzpuzpuz/node that referenced this pull request

Apr 14, 2020
PR-URL: nodejs#31950
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>

targos added a commit to targos/async-http-context that referenced this pull request

Apr 24, 2020

@targos targos removed the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Apr 25, 2020

targos pushed a commit to targos/node that referenced this pull request

Apr 25, 2020
PR-URL: nodejs#31950
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>

targos pushed a commit to targos/node that referenced this pull request

Apr 25, 2020
PR-URL: nodejs#31950
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>

BridgeAR pushed a commit that referenced this pull request

Apr 28, 2020
PR-URL: #31950
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>

BridgeAR pushed a commit that referenced this pull request

Apr 28, 2020
PR-URL: #31950
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>

BridgeAR added a commit that referenced this pull request

Apr 28, 2020
Notable Changes:

* async_hooks**:
  * Merge `run` and `exit` methods (Andrey Pechkurov)
    #31950
  * Prevent sync methods of async storage exiting outer context
    (Stephen Belanger)
    #31950
* vm:
  * Add `importModuleDynamically` option to compileFunction (Gus
    Caplan)
    #32985

New core collaborators:

With this release, we welcome two new Node.js core collaborators:

* Juan José Arboleda @juanarbol
  #32906
* Andrey Pechkurov @puzpuzpuz
  #32817

PR-URL: #33122

targos pushed a commit that referenced this pull request

Apr 28, 2020
PR-URL: #31950
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>

targos pushed a commit that referenced this pull request

Apr 28, 2020
PR-URL: #31950
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>

BridgeAR added a commit that referenced this pull request

Apr 28, 2020
Notable Changes:

* async_hooks**:
  * Merge `run` and `exit` methods (Andrey Pechkurov)
    #31950
  * Prevent sync methods of async storage exiting outer context
    (Stephen Belanger)
    #31950
* vm:
  * Add `importModuleDynamically` option to compileFunction (Gus
    Caplan)
    #32985

New core collaborators:

With this release, we welcome two new Node.js core collaborators:

* Juan José Arboleda @juanarbol
  #32906
* Andrey Pechkurov @puzpuzpuz
  #32817

PR-URL: #33122

BridgeAR added a commit that referenced this pull request

Apr 29, 2020
Notable Changes:

* async_hooks**:
  * Merge `run` and `exit` methods (Andrey Pechkurov)
    #31950
  * Prevent sync methods of async storage exiting outer context
    (Stephen Belanger)
    #31950
* vm:
  * Add `importModuleDynamically` option to compileFunction (Gus
    Caplan)
    #32985

New core collaborators:

With this release, we welcome two new Node.js core collaborators:

* Juan José Arboleda @juanarbol
  #32906
* Andrey Pechkurov @puzpuzpuz
  #32817

PR-URL: #33122

@Qard Qard deleted the async-storage-eliminate-exit-transition branch

May 4, 2020 18:05