-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
brew desc --eval-all --formula --search <foo> failing #14010
Comments
not sure if related to #14009 |
Just a short note to say, issue remains unchanged as of
|
Seems like a legit bug worth investigating but no-one working on it yet. |
The issue here is that Per #13790 (comment), this is intentional. Should we revisit this? |
@Rylan12 Thanks for the tip about For now, adding |
You're going to run potentially untrusted code from every formula and tap on your system. |
@MikeMcQuaid Ouch. Ok, but if I only export |
@luckman212 Nope, it's basically unsafe by design, unfortunately, until it's reimplemented another way 😭 |
Ok @MikeMcQuaid — I'm sufficiently spooked 👻. Will not use. Here's my hack for now, a little bash script (uses Save as
|
Making this potentially unconditionally use the JSON API might make sense. |
@Bo98 Yeh, great idea and agreed. Basically anywhere we currently require |
@Bo98 although, thinking about this more, that would of course only work for homebrew/core which, ironically, is pretty much the only place users should trust unconditionally. |
brew config
outputbrew doctor
outputVerification
brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Trying to search formula names and descriptions as I have always done, but it outputs nothing
$ brew desc --eval-all --formula --search ffmpeg ==> Formulae
brew search
returns the results (but obviously not the descriptions as wanted)What happened (include all command output)?
see above
What did you expect to happen?
Listing of matching formulae + descriptions for search term
ffmpeg
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: