-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Cask update error msgs #1312
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
Cask update error msgs #1312
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This empty line can go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without the newline the error message and the instructions get concatenated together. Would it be better to change line 155 in cli.rb to add a newline to the end of the error message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that sounds like more of an issue with the call site than with the message itself.
96eee77 to
87c5e6b
Compare
87c5e6b to
5071271
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd use “Follow” instead of “Try following”.
|
@narendasan I cleaned up your branch to try and fix the CI errors, but it looks like it didn't work. You'll need to |
e94ce66 to
c7ac466
Compare
|
I have the required tests working but I am not sure what I need to modify for the codecov checks to pass |
e758702 to
5f29297
Compare
brew testswith your changes locally?This PR should address Homebrew/homebrew-cask#25127
The message printed when brew cask errors out has been changed from a generic command to pointing at the brew cask documentation on github so that instructions can be changed outside of brew.
There are 2 questions that I have (that should not effect this PR):
https://github.com/Homebrew/brew/blob/master/Library/Homebrew/cask/lib/hbc/artifact/uninstall_base.rb#L90 be changed as well?
brew cask-testsfails on the version test, but it does that on master as well. Is this a known issue?