-
-
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 failing when typing #19125
Comments
Also, it is using ` to open a string and ' to close like in `public_send'? |
Seeing a similar problem with
#18705 partially addressed this issue here: Lines 96 to 100 in de294f3
This doesn't handle cases where the string in the FWIW, the private
…and it's pulled into the brew/Library/Homebrew/global.rb Lines 59 to 60 in de294f3
That has no bearing on a fix, but I spent quite a while looking into that mystery, so I'd thought I'd share. I'll send a PR shortly that fixes what I've detailed above, but… The warnings (
|
I should add, the warnings are produced exactly at this line: Line 65 in de294f3
which (counterintuitively?) is where we require the command.
|
- hide warnings when requiring files repeatedly on a case-insensitive filesystem and add reference to Ruby bugs - add another case to check for command require failures - also handle commands with `-` in them Fixes #19125
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)?
I was trying to use brew install to install a package but had caplocks on.
What happened (include all command output)?
What did you expect to happen?
I expected it to install or fail
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: