Description
brew gist-logs <formula>
link OR brew config
AND brew doctor
output
n/a
Verification
- My
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue. - I ran
brew update
and am still able to reproduce my issue. - I have resolved all warnings from
brew doctor
and that did not fix my problem. - I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.
What were you trying to do (and why)?
Look at the package information and get correct information.
What happened (include all command output)?
Package information for catch2 says: "Modern, C++-native, header-only, test framework"
What did you expect to happen?
Package information for catch2 says: "Modern, C++-native, test framework" or something like it. Catch2 is not header-only (any more).
Step-by-step reproduction instructions (by running brew
commands)
n/a