brew tap-info --json=v1
json parsing broken with repo -> repository change
#18444
Closed
2 of 3 tasks
Labels
bug
Reproducible Homebrew/brew bug
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)?
We have automation that parses
brew tap-info --json=v1 my/tap
. This automation started failing because of therepo
->repository
change, I believe caused by #18388 .In this case the automation is pretty easy to fix, but I had assumed the existence of
--json=v1
meant that the version would be bumped in case of any breaking changes.I wanted to ask what our expectations should be here, as this hasn't yet shipped to stable brew.
What happened (include all command output)?
(this is a simplified example, we were doing more things with the JSON output)
What did you expect to happen?
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: