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

build,meta: quiet/pretty make output by default by refack · Pull Request #26740 · nodejs/node · GitHub

/ node Public

build,meta: quiet/pretty make output by default - #26740

Merged
refack merged 1 commit into
nodejs:masterfrom
refack:quiet-make-by-default
Mar 22, 2019
Merged

build,meta: quiet/pretty make output by default#26740
refack merged 1 commit into
nodejs:masterfrom
refack:quiet-make-by-default

Conversation

refack commented Mar 18, 2019

Copy link
Copy Markdown
Contributor

'cause usually you simply want the job done...
Refs: #26252

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

refack added the semver-major PRs that contain breaking changes and should be released in the next major version. label Mar 18, 2019
refack added this to the 12.0.0 milestone Mar 18, 2019
refack self-assigned this Mar 18, 2019
nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Mar 18, 2019
refack requested review from BridgeAR and danbev March 18, 2019 14:50

refack commented Mar 18, 2019

Copy link
Copy Markdown
Contributor Author

/CC @nodejs/build @nodejs/build-files

Semver-Major since downstream embedders (and our CI) depend on make's output.

refack added the meta Issues and PRs related to the general management of the project. label Mar 18, 2019

rvagg commented Mar 19, 2019

Copy link
Copy Markdown
Member

previous discussion, you might want to check with people involved in that: #10403

rvagg 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

fwiw I don't see this as semver-major, I'm not aware of anyone that relies on compiler output in a breaking way. In our CI we could just run make with V=1 everywhere if folks were concerned enough to see the output (I'm not, I like having less output, it makes Jenkins more manageable!).

refack commented Mar 19, 2019

Copy link
Copy Markdown
Contributor Author

/PING @trevnorris @bnoordhuis @addaleax @gibfahn

BTW: The pretty format comes from GYP

quiet_cmd_cc = CC($(TOOLSET)) $@
cmd_cc = $(CC.$(TOOLSET)) -o $@ $< $(GYP_CFLAGS) $(DEPFLAGS) $(CFLAGS.$(TOOLSET)) -c
quiet_cmd_cxx = CXX($(TOOLSET)) $@
cmd_cxx = $(CXX.$(TOOLSET)) -o $@ $< $(GYP_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c

So that could be easily be manipulated as well.

AS for Jenkins, my dream is nodejs/build#1517

refack commented Mar 19, 2019

Copy link
Copy Markdown
Contributor Author

fwiw I don't see this as semver-major, I'm not aware of anyone that relies on compiler output in a breaking way.

We've had complaints before 🤷‍♂️

Copy link
Copy Markdown
Member

BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 21, 2019

Copy link
Copy Markdown
Member

PR-URL: nodejs#26740
Refs: nodejs#26252
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Daniel Bevenius <daniel.bevenius@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. meta Issues and PRs related to the general management of the project. semver-major PRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL