FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

errors: support prepareSourceMap with source-maps by bcoe · Pull Request #31143 · nodejs/node · GitHub

/ node Public

errors: support prepareSourceMap with source-maps - #31143

Closed
bcoe wants to merge 4 commits into
nodejs:masterfrom
bcoe:prepare-stack-trace
Closed

errors: support prepareSourceMap with source-maps#31143
bcoe wants to merge 4 commits into
nodejs:masterfrom
bcoe:prepare-stack-trace

Conversation

bcoe commented Dec 31, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

Adds support for Error.prepareStackTrace override, when --enable-source-maps is set.

See related #31132

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

This comment has been minimized.

This comment has been minimized.

bcoe force-pushed the prepare-stack-trace branch from e4b6622 to abebd8f Compare December 31, 2019 16:42

This comment has been minimized.

bcoe changed the title error: support prepareSourceMap with source-maps errors: support prepareSourceMap with source-maps Dec 31, 2019
bcoe force-pushed the prepare-stack-trace branch from abebd8f to 19a1979 Compare December 31, 2019 17:25

This comment has been minimized.

BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jan 2, 2020

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

bcoe added the fast-track PRs that do not need to wait for 48 hours to land. label Jan 2, 2020

bcoe commented Jan 2, 2020

Copy link
Copy Markdown
Contributor Author

looks like tests are green; I would love to fast track this if no one objects?

BridgeAR commented Jan 2, 2020

Copy link
Copy Markdown
Member

@bcoe no need to fast-track this, it may already land. It's open for more than two days and has at least two sign offs.

BridgeAR added errors Issues and PRs related to JavaScript errors originated in Node.js core. and removed fast-track PRs that do not need to wait for 48 hours to land. labels Jan 2, 2020
bcoe pushed a commit that referenced this pull request Jan 2, 2020
Adds support for Error.prepareStackTrace override, when
--enable-source-maps is set.

PR-URL: #31143
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
bcoe closed this Jan 2, 2020
bcoe deleted the prepare-stack-trace branch January 2, 2020 23:09

bcoe commented Jan 2, 2020

Copy link
Copy Markdown
Contributor Author

Landed in 9cdda60

BridgeAR pushed a commit that referenced this pull request Jan 3, 2020
Adds support for Error.prepareStackTrace override, when
--enable-source-maps is set.

PR-URL: #31143
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
BridgeAR mentioned this pull request Jan 7, 2020
targos pushed a commit that referenced this pull request Jan 14, 2020
Adds support for Error.prepareStackTrace override, when
--enable-source-maps is set.

PR-URL: #31143
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
BethGriggs pushed a commit that referenced this pull request Feb 6, 2020
Adds support for Error.prepareStackTrace override, when
--enable-source-maps is set.

PR-URL: #31143
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
MylesBorins mentioned this pull request Feb 8, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. errors Issues and PRs related to JavaScript errors originated in Node.js core.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL