We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--force
brew update-reset && brew update
brew doctor
The output of brew list --cask --version is no longer sorted by name.
brew list --cask --version
Also, the cask part of brew list --version is unsorted, while the formulas are (still) sorted.
brew list --version
--verbose --debug
/opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading horos /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading processing /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading firefox@esr /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading alt-tab /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading wacom-tablet /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading inkscape /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading rawtherapee /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading libreoffice-language-pack /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading vlc /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading macvim /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading libreoffice /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading android-file-transfer /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromAPILoader): loading basictex horos 4.0.1 processing 4.3.1,1294 firefox@esr 128.5.2 alt-tab 7.12.0 wacom-tablet 6.4.8-3a inkscape 1.4.028868 rawtherapee 5.11 libreoffice-language-pack 24.8.4 vlc 3.0.21 macvim 180 libreoffice 24.8.4 android-file-transfer 5071136 basictex 2024.0309
brew config
% brew doctor Your system is ready to brew. % brew config HOMEBREW_VERSION: 4.4.13 ORIGIN: https://github.com/Homebrew/brew HEAD: 6ea9df68df4868ce12ea7c51c85b57dce514f2e8 Last commit: 35 hours ago Branch: stable Core tap JSON: 24 Dec 11:44 UTC Core cask tap JSON: 24 Dec 11:44 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_MAKE_JOBS: 8 Homebrew Ruby: 3.3.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby CPU: octa-core 64-bit arm_firestorm_icestorm Clang: 16.0.0 build 1600 Git: 2.47.1 => /opt/homebrew/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 14.7.2-arm64 CLT: 16.2.0.0.1.1733547573 Xcode: N/A Rosetta 2: false
brew tap
% brew tap romkatv/gitstatus
The text was updated successfully, but these errors were encountered:
Sort list of '--version'ed casks.
8229379
See issue Homebrew/homebrew-cask#196331
a52af89
See PR Homebrew/brew#18996
Sorry, something went wrong.
No branches or pull requests
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
The output of
brew list --cask --version
is no longer sorted by name.Also, the cask part of
brew list --version
is unsorted, while the formulas are (still) sorted.Command that failed
brew list --cask --version
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: