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

tools: do not mask errors on multiple commit retrieval by Trott · Pull Request #41340 · nodejs/node · GitHub

/ node Public

tools: do not mask errors on multiple commit retrieval - #41340

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:no-masking
Dec 30, 2021
Merged

tools: do not mask errors on multiple commit retrieval#41340
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:no-masking

Conversation

Trott commented Dec 27, 2021

Copy link
Copy Markdown
Member

In commit-queue.sh, the assignment to commits will succeed and the
script will continue if one of the two git commands fails, even with
-e set. Split it into three separate assignments so that failures in
the git commands will be clearly logged and cause the script to exit
with a failure status code.

In commit-queue.sh, the assignment to `commits` will succeed and the
script will continue if one of the two `git` commands fails, even with
`-e` set. Split it into three separate assignments so that failures in
the `git` commands will be clearly logged and cause the script to exit
with a failure status code.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Dec 27, 2021

bnb left a comment

Copy link
Copy Markdown
Contributor

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

LGTM

Trott added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Dec 27, 2021
Trott added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2021
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2021
nodejs-github-bot merged commit e7a924e into nodejs:master Dec 30, 2021

Copy link
Copy Markdown
Collaborator

Landed in e7a924e

targos pushed a commit that referenced this pull request Jan 14, 2022
In commit-queue.sh, the assignment to `commits` will succeed and the
script will continue if one of the two `git` commands fails, even with
`-e` set. Split it into three separate assignments so that failures in
the `git` commands will be clearly logged and cause the script to exit
with a failure status code.

PR-URL: #41340
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 31, 2022
In commit-queue.sh, the assignment to `commits` will succeed and the
script will continue if one of the two `git` commands fails, even with
`-e` set. Split it into three separate assignments so that failures in
the `git` commands will be clearly logged and cause the script to exit
with a failure status code.

PR-URL: #41340
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
In commit-queue.sh, the assignment to `commits` will succeed and the
script will continue if one of the two `git` commands fails, even with
`-e` set. Split it into three separate assignments so that failures in
the `git` commands will be clearly logged and cause the script to exit
with a failure status code.

PR-URL: #41340
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
danielleadams mentioned this pull request Feb 1, 2022
Trott deleted the no-masking branch September 25, 2022 17:12
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. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL