-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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 search --desc" fails #22
Comments
I can’t reproduce. Please run |
Done, and same result. I wanted to say that it worked once before consistently failing with this error.
|
Please post the output of |
brew doctor, twice for good measure: Brew config:
|
Reproduces for me on OS X 10.9.5.
I'll have a look. |
Update the description update logic, since now all formulae are in the taps.
Looks like this was caused by Homebrew/brew@e9886ca; introduced in the core/formula split. It's dependent on whether you already have a descriptions cache file created, which may be why bfontaine couldn't reproduce. Should be an easy fix. |
I have a PR in for it: Homebrew/brew#12 |
I believe this is fixed now. Do a |
Resolved, and thanks. :)
|
Description
brew search --desc foobar
fails with "Error: undefined local variable or method `cache_mtime' for Descriptions:Class."Stack trace
The text was updated successfully, but these errors were encountered: