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

[Intentional or bug?] v4.3.19 brew list now outputs single column lists #18232

Closed
3 tasks done
dalDevelo opened this issue Sep 2, 2024 · 3 comments · Fixed by #18233
Closed
3 tasks done

[Intentional or bug?] v4.3.19 brew list now outputs single column lists #18232

dalDevelo opened this issue Sep 2, 2024 · 3 comments · Fixed by #18233
Labels
bug Reproducible Homebrew/brew bug

Comments

@dalDevelo
Copy link

brew doctor output

➜  brew doctor
Your system is ready to brew.

Verification

  • My "brew doctor output" above says Your system is ready to brew. and am still able to reproduce my issue.
  • I ran brew update twice and am still able to reproduce my issue.
  • This issue's title and/or description do not reference a single formula e.g. brew install wget. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.

brew config output

➜  brew config
HOMEBREW_VERSION: 4.3.19
ORIGIN: https://github.com/Homebrew/brew
HEAD: 1f9bd2de89883ec9a59db3eab0f5475bce06d5bc
Last commit: 12 hours ago
Core tap JSON: 02 Sep 21:09 UTC
Core cask tap JSON: 02 Sep 21:09 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 3.3.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.4_1/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 15.0.0 build 1500
Git: 2.39.3 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 14.6.1-arm64
CLT: 15.3.0.0.1.1708646388
Xcode: 15.4
Rosetta 2: false

What were you trying to do (and why)?

Use brew list to view installed formulae and casks

What happened (include all command output)?

brew list shows single column lists since version 4.3.19

Screenshot 2024-09-02 at 22 24 35

What did you expect to happen?

Expected to see multi-column lists as displayed with brew ls

Screenshot 2024-09-02 at 22 24 42

Step-by-step reproduction instructions (by running brew commands)

Run `brew list`
Run `brew ls`
@dalDevelo dalDevelo added the bug Reproducible Homebrew/brew bug label Sep 2, 2024
@Bo98
Copy link
Member

Bo98 commented Sep 2, 2024

Not intentional specifically, though we did change how it worked - it's now significantly faster. I think I can fix the output to be similar to before however.

@dalDevelo
Copy link
Author

It's not the end of the world if it remains this way, but Including a small prompt to use brew ls for multi column view could be useful.

@Bo98
Copy link
Member

Bo98 commented Sep 2, 2024

brew ls being different is also not intentional either. We'll fix and align this in 4.3.20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Reproducible Homebrew/brew bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants