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

repl: use object writer for thrown errors by addaleax · Pull Request #26361 · nodejs/node · GitHub

/ node Public

repl: use object writer for thrown errors - #26361

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:repl-throw-colours
Closed

repl: use object writer for thrown errors#26361
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:repl-throw-colours

Conversation

Copy link
Copy Markdown
Member

This makes us use the defaults that were set for the REPL, i.e.
aligns with the printing of expression completion values, and in
particular enables color support.

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

This makes us use the defaults that were set for the REPL, i.e.
aligns with the printing of expression completion values, and in
particular enables color support.
addaleax requested a review from BridgeAR February 28, 2019 20:53

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added the repl Issues and PRs related to the REPL subsystem. label Feb 28, 2019

BridgeAR left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks!

BridgeAR commented Feb 28, 2019
edited by addaleax
Loading

Copy link
Copy Markdown
Member

CI https://ci.nodejs.org/job/node-test-pull-request/21059/ (:heavy_check_mark:)

BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 28, 2019
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Mar 3, 2019
This makes us use the defaults that were set for the REPL, i.e.
aligns with the printing of expression completion values, and in
particular enables color support.

PR-URL: nodejs#26361
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

BridgeAR commented Mar 3, 2019

Copy link
Copy Markdown
Member

Landed in a0778a9 🎉

BridgeAR closed this Mar 3, 2019
BridgeAR pushed a commit that referenced this pull request Mar 4, 2019
This makes us use the defaults that were set for the REPL, i.e.
aligns with the printing of expression completion values, and in
particular enables color support.

PR-URL: #26361
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR mentioned this pull request Mar 4, 2019
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. repl Issues and PRs related to the REPL subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL