-
-
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
cask fetch and upgrade: print caveats #4232
Conversation
@@ -10,6 +10,7 @@ def initialize(*) | |||
|
|||
def run | |||
casks.each do |cask| | |||
Installer.print_caveats |
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.
Is this right?
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.
No. 😴
Also, I'll see if this can be tweaked to print only the relevant license caveat, showing all caveats isn't really needed.
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.
Changed my mind on only printing the license caveat for fetch
, probably not worth it for what is basically an edge case.
Ping? |
brew style
with your changes locally?brew tests
with your changes locally?cc @reitermarkus @vitorgalvao
fetch
does not display caveats which may include a license caveat which has been accepted by fetching the cask.upgrade
does not display caveats which would mean a user would not see the caveat if it was added to the cask after it had been installed.