Check for available packages with homebrew#5372
Check for available packages with homebrew#5372gridbugs wants to merge 1 commit intoocaml:masterfrom
Conversation
5cd36a5 to
e14de16
Compare
|
Thanks for the PR! |
|
Does it take aliases into account? The reason why #4548 didn't get merged is because i couldn't find any ways of detecting aliases properly and quickly enough. |
It takes about 3 seconds for me. It uses a single invocation of `brew search --formula '/^(pkg1|pkg2|...)$/' |
Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
e14de16 to
0a35872
Compare
Yep it handles aliases. I tested with sqlite3 which doesn't show up in the output of and |
3 seconds sounds like quite a lot. We're usually aiming for something < 1 second in the worst case. |
Signed-off-by: Stephen Sherratt stephen@sherra.tt