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

Avoid T.must. #16624

Merged
merged 3 commits into from Feb 10, 2024
Merged

Avoid T.must. #16624

merged 3 commits into from Feb 10, 2024

Conversation

reitermarkus
Copy link
Member

@reitermarkus reitermarkus commented Feb 8, 2024

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

Library/Homebrew/formula.rb Outdated Show resolved Hide resolved
Library/Homebrew/formula.rb Outdated Show resolved Hide resolved
Copy link
Sponsor Member

@dduugg dduugg left a comment

Choose a reason for hiding this comment

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

I think I don't feel strongly either way, my general sense of readability is:

nil forwarding > T.must > assignment in conditionals

but this feels a bit like a wash to me overall

Co-authored-by: Douglas Eichelberger <697964+dduugg@users.noreply.github.com>
Copy link
Contributor

@apainintheneck apainintheneck left a comment

Choose a reason for hiding this comment

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

This looks good. Does this pattern show up anywhere else in the codebase? We could probably just replace those usages with this one if more exist.

Also, how militant should we be about removing these extra runtime Sorbet type assertions in general?

@reitermarkus
Copy link
Member Author

I just stumbled over these while refactoring some other alias-related code, so it made sense to also refactor this, but I don't think we need to proactively do anything about this pattern and assertions in general. Of course feel free to take a look, I'd assume this pattern is used in a couple of other places.

@reitermarkus reitermarkus merged commit 73f1629 into Homebrew:master Feb 10, 2024
24 checks passed
@reitermarkus reitermarkus deleted the avoid-t-must branch February 10, 2024 11:38
else
[]
end
@oldnames ||= tap&.formula_oldnames&.dig(name) || []
Copy link
Member

Choose a reason for hiding this comment

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

Do we expect tap to ever be not nil but formula_oldnames is nil?

If not, the existing code but just without the T.must feels nicer to me than repeatedly chaining &

@github-actions github-actions bot added the outdated PR was locked due to age label Mar 14, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants