-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Supplying --fetch-HEAD
to brew outdated
hides version details
#17641
Labels
bug
Reproducible Homebrew/brew bug
Comments
🤔 I can't reproduce this:
|
Closing until a maintainer can reproduce. |
I'm seeing this on $ brew outdated --formula -v | head -n 5
==> #<Context::ContextStruct:0x00000001141b3e50 @debug=false, @quiet=false, @verbose=true>
autoconf (2.71) < 2.72
bdw-gc (8.0.6) < 8.2.6
boost (1.78.0_1) < 1.85.0
c-ares (1.18.1_1) < 1.32.1
$ brew outdated --formula -v --fetch-HEAD | head -n 5
==> #<Context::ContextStruct:0x000000010d854ab8 @debug=nil, @quiet=true, @verbose=nil>
autoconf
bdw-gc
boost
c-ares |
It only occurs if any keg was installed using $ brew outdated --formula -v flac123
flac123 (HEAD-d969f2c_1) < 2.1.1
$ brew outdated --formula -v --fetch-HEAD flac123
flac123 (HEAD-d969f2c_1) < 2.1.1
$ brew outdated --formula -v flac123 libpng
flac123 (HEAD-d969f2c_1) < 2.1.1
$ brew outdated --formula -v --fetch-HEAD flac123 libpng
flac123 |
7 tasks
yurikoles
changed the title
Supplying
Supplying Jul 8, 2024
--fetch-HEAD
tos brew outdated
hides version details--fetch-HEAD
to brew outdated
hides version details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
List all outdated apps with corresponding versions, including
HEAD
.What happened (include all command output)?
--verbose
flag doesn't make any difference, as well as--formulae
flag, which just skips casks.What did you expect to happen?
brew outdated --fetch-HEAD
should show upgrades with corresponding version changes, at least non-head ones.Step-by-step reproduction instructions (by running
brew
commands)You don't need to have any
HEAD
formula installed to see the difference between the following two commands, given you have at least one outdated app.The text was updated successfully, but these errors were encountered: