Closed chdiza closed 6 years ago
Bisection reveals the first bad commit:
5841b992ac6283a0520986143709019bc46e8924 is the first bad commit
commit 5841b992ac6283a0520986143709019bc46e8924
Author: Markus Reiter <me@reitermark.us>
Date: Tue Jul 17 14:23:33 2018 +0200
Refactor `$LOAD_PATH`.
Closing this, since the current handling of $LOAD_PATH
is much simpler than it was before, and it's not worth special casing the verbose output just for this.
Surely the extra output can be reduced to the following instead of eliminated entirely:
/Library/Ruby/Gems/2.3.0/gems/did_you_mean-1.0.0/lib
/Library/Ruby/Gems/2.3.0/gems/json-2.1.0/lib
/Library/Ruby/Gems/2.3.0/extensions/universal-darwin-17/2.3.0/json-2.1.0
/Library/Ruby/Site
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew
command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/homebrew-core/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew config
andbrew doctor
and included their output with your issue?Somewhere between Homebrew 1.7.0 and 1.7.1, verbose output became so absurdly verbose that it must be an oversight. (I have HOMEBREW_VERBOSE set at all times, but I still think this is a bug.)
To illustrate, here is the difference between the beginning of the output of
brew install markdown --verbose
on the 1.7.0 tag of HB versus that of the 1.7.1 tag of HB.On 1.7.0:
On 1.7.1:
It seems to me that the extra stuff there is entirely unnecessary. Just for clarity, the following stuff is the extra new stuff that's displayed:
I don't see the point, and especially not when you consider that all of this gets repeated at the end of a successful install. (It really makes it visually tough to parse what happened at the end of the install.)
Doctor says that (aside from setting HOMEBREW_VERBOSE) I'm ready to brew.