-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error treating custom/tap/formula as a formula when there is a cask with the same name #1082
Comments
I think this is a bug in Homebrew/homebrew-test-bot. I've transferred your issue accordingly. |
I suspect the issue is |
(note: if this is the problem: this should probably be a Homebrew/brew issue that should be fixed) |
Thank you for the suggestion, @MikeMcQuaid! I've tried the formula removing the
Apparently, nothing has changed from the previous log... |
We'd review a PR adding |
Might also be worth issuing those |
This error message
makes me think that the Not sure how that's happening, but that seems to be the bug to me. |
yeah that's the Test bot should still pass |
@carlocab Good catch, my eyes missed that it was inside the quotes before. Yes, it seems likely that something like That's definitely "a bug" but it's not "the only bug" which is that
I'm not sure I agree with this; it's not the GitHub Actions output here that's the problem but the whole Really, I think this warning is kinda of terrible and we should probably not be printing it at all. |
but our annotation currently doesn't: Ideally they should print to the same place IMO. There is perhaps another discussion about that specific warning's usefulness but the point about |
I've opened #1083 to fix this particular problem. It doesn't fix everything discussed above, however. |
Funnily enough, I agree with both of you. I agree that this particular However, I also agree with @Bo98 that the |
My PR cdalvaro/homebrew-tap#106 has been merged after the pipeline ended successfully! So this patch has fixed my issue. Thank you all of you! |
Thanks for the kind words @cdalvaro, sponsorship and great issue! |
This will mean e.g. `opoo` etc. will output to stdout and not end up being in the stdout of `brew deps` etc. While we're here, remove a duplicate annotation output I noticed in `extend/kernel.rb`. Inspired by conversation in: Homebrew/homebrew-test-bot#1082
I'm having the following issue with the Run brew test-bot --only-formulae stage in my custom tap:
I currently have a formula and a cask, both with the same name:
salt
.Actions have been working fine until now.
These are my definitions:
And this is the PR that is currently failing: cdalvaro/homebrew-tap#106
Am I doing something wrong?
Thank you for your help in advance!
The text was updated successfully, but these errors were encountered: