Skip to content

build: make 'floating patch' message informational - #26349

Closed
bnoordhuis wants to merge 1 commit into
nodejs:masterfrom
bnoordhuis:fix26346
Closed

build: make 'floating patch' message informational#26349
bnoordhuis wants to merge 1 commit into
nodejs:masterfrom
bnoordhuis:fix26346

Conversation

@bnoordhuis

@bnoordhuisbnoordhuis commented Feb 28, 2019

Copy link
Copy Markdown
Member

Downgrade the 'Using floating patch' message that is emitted
when a local patch is applied to the bundled ICU from a warning
to a notice. There isn't anything the user can or should do so
warning isn't appropriate. Instead of angry yellow use soothing green.

Fixes: #26346
CI: https://ci.nodejs.org/job/node-test-pull-request/21030/

Downgrade the 'Using floating patch' message that is emitted
when a local patch is applied to the bundled ICU from a warning
to a notice. There isn't anything the user can or should do so
warning isn't appropriate. Instead of angry yellow use soothing green.
Fixes: nodejs#26346
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@bnoordhuis sadly an error occured when I tried to trigger a build :(

@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Feb 28, 2019
@mscdex

Copy link
Copy Markdown
Contributor

+1 I was a bit confused by this when I saw it the other day.

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 1, 2019
@addaleax

Copy link
Copy Markdown
Member

Landed in 99797cc

@addaleaxaddaleax closed this Mar 2, 2019
addaleax pushed a commit that referenced this pull request Mar 2, 2019
Downgrade the 'Using floating patch' message that is emitted
when a local patch is applied to the bundled ICU from a warning
to a notice. There isn't anything the user can or should do so
warning isn't appropriate. Instead of angry yellow use soothing green.
Fixes: #26346
PR-URL: #26349
Reviewed-By: Richard Lau <riclau@uk.ibm.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: Refael Ackermann <refack@gmail.com>
addaleax pushed a commit that referenced this pull request Mar 2, 2019
Downgrade the 'Using floating patch' message that is emitted
when a local patch is applied to the bundled ICU from a warning
to a notice. There isn't anything the user can or should do so
warning isn't appropriate. Instead of angry yellow use soothing green.
Fixes: #26346
PR-URL: #26349
Reviewed-By: Richard Lau <riclau@uk.ibm.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: Refael Ackermann <refack@gmail.com>
@BridgeARBridgeAR mentioned this pull request Mar 4, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.buildIssues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@bnoordhuis@nodejs-github-bot@mscdex@addaleax@refack@jasnell@cjihrig@richardlau@BridgeAR@mihalskiy