-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
Add full_token and tap entries to cask json output #10540
Add full_token and tap entries to cask json output #10540
Conversation
Thanks, @cdalvaro! I think this makes sense. We already have I think it would make sense to add a I'm thinking something like this: {
"formulae": [
{
"name": "foo",
"full_name": "foo",
"tap": "homebrew/core",
...
}
],
"casks": [
{
"token": "foo",
"full_token": "homebrew/cask/foo",
"tap": "homebrew/cask",
...
}
]
} Would you be willing to implement this? |
Perfect! (It was part of my proposal in #10539) I will block temporary the PR until I have added the |
Awesome! Thanks, @cdalvaro! Is there a reason this should still be a draft? |
I was looking for the right way to add a test for the I think that tests |
This comment was marked as spam.
This comment was marked as spam.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! A few suggestions:
CI / Syntax check has failed installing |
@cdalvaro Please rebase this on |
Prevent calling name tap attribute when the tap is nil Co-Authored-By: Rylan Polster <[email protected]>
As suggested by @Rylan12, integration tests are super slow. Co-Authored-By: Rylan Polster <[email protected]>
Done! |
Well done! Thank you so much for your first Hombrew PR, @cdalvaro! 🎉🥳 |
Thank you for your help, @Rylan12! I'm very happy to have contributed to this great project! 🎉 |
brew style
with your changes locally?brew typecheck
with your changes locally?brew tests
with your changes locally?brew man
locally and committed any changes?This PR closes #10539