Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure,icu: downgrade patch warning to info? #26346

Closed
bnoordhuis opened this issue Feb 28, 2019 · 1 comment
Closed

configure,icu: downgrade patch warning to info? #26346

bnoordhuis opened this issue Feb 28, 2019 · 1 comment
Labels
build Issues and PRs related to build files or the CI. i18n-api Issues and PRs related to the i18n implementation.

Comments

@bnoordhuis
Copy link
Member

At today's ToT:

$ ./configure
WARNING: Using floating patch "tools/icu/patches/63/source/tools/toolutil/pkg_genc.cpp" from "tools/icu"
WARNING: warnings were emitted in the configure phase

I don't think WARNING is appropriate here as there isn't anything actionable. INFO or NOTICE seems more appropriate. Agree/disagree?

cc @srl295

@bnoordhuis bnoordhuis added build Issues and PRs related to build files or the CI. i18n-api Issues and PRs related to the i18n implementation. labels Feb 28, 2019
bnoordhuis added a commit to bnoordhuis/io.js that referenced this issue Feb 28, 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: nodejs#26346
@srl295
Copy link
Member

srl295 commented Feb 28, 2019 via email

addaleax pushed a commit that referenced this issue 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. i18n-api Issues and PRs related to the i18n implementation.
Projects
None yet
Development

No branches or pull requests

2 participants