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

Remove CaskLoader::tap_paths. #16712

Merged
merged 1 commit into from Feb 20, 2024

Conversation

reitermarkus
Copy link
Member

@reitermarkus reitermarkus commented Feb 20, 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?

Remove the last usage of CaskLoader::tap_paths.

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.

Code looks good and I'm happy to get rid of this. I do think that at some point it would be nice to add some more tests for some of these new cask loaders but that's non-blocking.

@reitermarkus
Copy link
Member Author

There are a bunch of new tests for the new rename logic, which also implicitly test the FromDefaultNameLoader and FromNameLoader by way of testing the warning messages for renames, which really is the main difference between them. Both subclass FromTapLoader, which also already has tests.

Probably the only one missing tests is FromInstalledPathLoader. That may still already be tested using some uninstall test, as that is really the only place where this loader is relevant.

@reitermarkus reitermarkus merged commit 28ad3f7 into Homebrew:master Feb 20, 2024
24 checks passed
@reitermarkus reitermarkus deleted the caskloader-tap-paths branch February 20, 2024 19:41
@apainintheneck
Copy link
Contributor

Good point. I wasn't looking at code coverage but instead at the tap loader tests directory so I didn't think of that.

@MikeMcQuaid
Copy link
Member

Thanks @reitermarkus for PR and @apainintheneck for the review!

@github-actions github-actions bot added the outdated PR was locked due to age label Mar 25, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 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

3 participants