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

Implementing conflicts_with formula: #12822

Open
vitorgalvao opened this issue Jul 25, 2015 · 7 comments
Open

Implementing conflicts_with formula: #12822

vitorgalvao opened this issue Jul 25, 2015 · 7 comments
Labels
core Issue with Homebrew itself rather than with a specific cask. enhancement help wanted ready to implement

Comments

@vitorgalvao
Copy link
Member

Already in casks, but not yet functional. The previous attempt and ensuing discussion should be taken into consideration.

@vitorgalvao vitorgalvao added enhancement core Issue with Homebrew itself rather than with a specific cask. labels Jul 25, 2015
@commitay
Copy link
Contributor

commitay commented Aug 5, 2017

conflicts_with :cask implemented in Homebrew/brew#3001

@commitay
Copy link
Contributor

Updated the issue to reflect the changes in #52349

@stale stale bot added the stale Issue which has not received any feedback for some time. label Feb 7, 2019
@vitorgalvao vitorgalvao removed the stale Issue which has not received any feedback for some time. label Feb 8, 2019
@stale stale bot added the stale Issue which has not received any feedback for some time. label Mar 1, 2019
@stale stale bot removed the stale Issue which has not received any feedback for some time. label Mar 1, 2019
@vitorgalvao vitorgalvao added stale Issue which has not received any feedback for some time. and removed stale Issue which has not received any feedback for some time. labels Mar 1, 2019
@Homebrew Homebrew deleted a comment from stale bot Mar 1, 2019
@Homebrew Homebrew deleted a comment from stale bot Mar 1, 2019
@FranklinYu
Copy link
Contributor

FranklinYu commented Jan 10, 2020

Before we implement this, is it helpful to add caveats to casks as poor-man's conflict_with?

Wait, wasn’t aware that conflicts_with cask: is available. Will draft a PR. In the same time, I guess it would be useful if conflicts_with formula prints something in brew cask info?

@vitorgalvao
Copy link
Member Author

Before we implement this, is it helpful to add caveats to casks as poor-man's conflict_with?

Not really, no. It’s been without it for years and there has been no issue.

Will draft a PR.

Thank you. Please report back here when you do.

I guess it would be useful if conflicts_with formula prints something in brew cask info?

I have no preference. For keeping consistency with non-Cask Homebrew, there should some info, but conflicts_with cask: doesn’t show right now. Either both should show or neither should.

@osalbahr
Copy link
Sponsor Contributor

osalbahr commented Jul 5, 2023

Is this still needed?

@bevanjkay
Copy link
Member

@osalbahr Yes it is

@atyndall
Copy link

atyndall commented Oct 2, 2023

The wireshark conflict issue just happened to me, implementing this would be a good idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issue with Homebrew itself rather than with a specific cask. enhancement help wanted ready to implement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants
@vitorgalvao @atyndall @FranklinYu @jawshooah @commitay @bevanjkay @osalbahr and others