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

build: indicate that configure has done something by richardlau · Pull Request #26436 · nodejs/node · GitHub

/ node Public

build: indicate that configure has done something - #26436

Closed
richardlau wants to merge 1 commit into
nodejs:masterfrom
richardlau:infoconfigure
Closed

build: indicate that configure has done something#26436
richardlau wants to merge 1 commit into
nodejs:masterfrom
richardlau:infoconfigure

Conversation

richardlau commented Mar 4, 2019
edited
Loading

Copy link
Copy Markdown
Member

Print a message on completion to indicate that the configure script has worked.

Currently running configure without --verbose prints:

-bash-4.2$ ./configure
INFO: Using floating patch "tools/icu/patches/63/source/tools/toolutil/pkg_genc.cpp" from "tools/icu"
-bash-4.2$

but that info message will disappear with the next ICU update so what will happen is that configure will exit without indicating that anything has happened:

-bash-4.2$ ./configure
-bash-4.2$

This PR changes the output to:

-bash-4.2$ ./configure
INFO: configure completed successfully
-bash-4.2$

Refs: #23111

cc @nodejs/build-files

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

If run without `--verbose` configure exits silently with no indication
that it has done anything. Print a message on completion to indicate
that the script has worked.

Refs: nodejs#23111

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Mar 4, 2019

richardlau commented Mar 4, 2019
edited
Loading

Copy link
Copy Markdown
Member Author

richardlau added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 4, 2019
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Mar 6, 2019
If run without `--verbose` configure exits silently with no indication
that it has done anything. Print a message on completion to indicate
that the script has worked.

Refs: nodejs#23111

PR-URL: nodejs#26436
Refs: nodejs#23111
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

BridgeAR commented Mar 6, 2019

Copy link
Copy Markdown
Member

Landed in ceb73e7 🎉

BridgeAR closed this Mar 6, 2019
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Mar 12, 2019
If run without `--verbose` configure exits silently with no indication
that it has done anything. Print a message on completion to indicate
that the script has worked.

Refs: nodejs#23111

PR-URL: nodejs#26436
Refs: nodejs#23111
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
If run without `--verbose` configure exits silently with no indication
that it has done anything. Print a message on completion to indicate
that the script has worked.

Refs: #23111

PR-URL: #26436
Refs: #23111
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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. build Issues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL