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

Fix formula path after sharding of homebrew-core #59

Merged
merged 3 commits into from
Sep 12, 2023

Conversation

williammartin
Copy link
Contributor

Description

With homebrew-core sharding formula into directories named after the first letter of the formula, this action no longer works without configuring formula-path. This is described in #58.

I think this PR resolves the issue but interpolating the first letter of the formulaName into the path. This isn't unicode safe but I can't see any reason that homebrew would start to allow that.

Cheers.

Copy link
Owner

@mislav mislav left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

Should we only do sharding for pull requests to homebrew-core? This project can also be used for making edits to people's custom taps, and I believe they are not necessarily sharded.

@williammartin
Copy link
Contributor Author

I suppose this would be a breaking change for anyone that expected the default path to work for their custom tap.

@mislav mislav merged commit 98673ad into mislav:main Sep 12, 2023
1 check passed
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.

2 participants