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

unpack_strategy/zip: allow unzip formula to be used #12947

Merged
merged 1 commit into from Mar 2, 2022

Conversation

Bo98
Copy link
Member

@Bo98 Bo98 commented Mar 2, 2022

  • 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?

This is necessary for some Linux systems where there is no system unzip.

@Bo98 Bo98 added the critical Critical change which should be shipped as soon as possible. label Mar 2, 2022
@BrewTestBot
Copy link
Member

Review period skipped due to critical label.

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.

Some comments, not blocking, nice work!

Library/Homebrew/unpack_strategy/zip.rb Show resolved Hide resolved
unzip = begin
Formula["unzip"]
rescue FormulaUnavailableError
nil
Copy link
Member

Choose a reason for hiding this comment

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

What happens if there's no system unzip and this is nil?

Copy link
Member Author

Choose a reason for hiding this comment

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

PATH.new ignores nil so it'll just use ENV["PATH"].

Copy link
Member Author

@Bo98 Bo98 Mar 2, 2022

Choose a reason for hiding this comment

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

Oh misread your question. The command will fail to execute if there's no system unzip and this is nil (as it did before - so no change here). But this really should only be nil if homebrew-core is not installed, and I imagine there are many other issues in that case. All the other unpack strategies will actually error since they don't have a FormulaUnavailableError check (we do here because it's needed for the rspec tests).

If there's a different way we want to handle this, I think it should be done in a change applying to all unpack strategies, for consistency.

Copy link
Member

Choose a reason for hiding this comment

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

Gotcha, that all seems fine to me then 👍🏻

@Bo98 Bo98 merged commit 3ddcaac into Homebrew:master Mar 2, 2022
@Bo98 Bo98 deleted the unzip-path branch March 2, 2022 14:08
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 2, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
critical Critical change which should be shipped as soon as possible. outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants