-
-
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
utils/curl: include or use explicitly. #15940
Conversation
I remember trying this a few months ago but gave up once I realized how many little changes would be necessary. Good luck! |
Include or use `Utils::Curl` explicitly everywhere it is used.
This might need updating: https://github.com/Homebrew/actions/blob/41775cf0c82ef066f1eb39cea1bd74697ca5b735/review-cask-pr/review.rb#L17 (though it probably shouldn't be using private API) |
@Bo98 Done, good catch and thanks for review! |
This will be required after Homebrew/brew#15940 is merged.
@MikeMcQuaid I am seeing this error in Cask:
Seen in Homebrew/homebrew-cask#154437 and Homebrew/homebrew-cask#154438 |
Needed after Homebrew#15940.
Needed after Homebrew#15940.
Needed after Homebrew#15940.
Needed after Homebrew#15940.
Needed after Homebrew#15940.
Needed after Homebrew#15940.
Include or use
Utils::Curl
explicitly everywhere it is used.