Skip to content
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

cmd/upgrade: require named args when upgrading from source #18572

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

apainintheneck
Copy link
Contributor

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew typecheck with your changes locally?
  • Have you successfully run brew tests with your changes locally?

Resolves #18226

The --build-from-source flag can currently be used without specifying a formula by name but it doesn't behave the way you'd expect it to.

It will upgrade everything using bottles if they are available and skip building things from source. This is intentional because we want to discourage non-developers from building packages from source since the result is less predictable.

The change here is to error out in that case. It might be smarter to go through the entire deprecation cycle here just in case someone is using this in scripts.

The --build-from-source flag can currently be used without specifying
a formula by name but it doesn't behave the way you'd expect it to.

It will upgrade everything using bottles if they are available and skip
building things from source. This is intentional because we want to
discourage non-developers from building packages from source since the
result is less predictable.

The change here is to error out in that case. It might be smarter to
go through the entire deprecation cycle here just in case someone
is using this in scripts.
@apainintheneck apainintheneck changed the title cmd/upgrade: required named args when upgrading from source cmd/upgrade: require named args when upgrading from source Oct 15, 2024
Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense! I don't think we need a deprecation cycle here. Thanks again @apainintheneck!

@MikeMcQuaid MikeMcQuaid merged commit aaf6165 into master Oct 15, 2024
27 checks passed
@MikeMcQuaid MikeMcQuaid deleted the require-named-args-when-upgrading-from-source branch October 15, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

brew upgrade -s does not build from source or error out
2 participants