Skip to content

audit: check versioned dependency conflicts.#8884

Merged
MikeMcQuaid merged 1 commit intoHomebrew:masterfrom
MikeMcQuaid:audit-versioned-conflicts
Oct 9, 2020
Merged

audit: check versioned dependency conflicts.#8884
MikeMcQuaid merged 1 commit intoHomebrew:masterfrom
MikeMcQuaid:audit-versioned-conflicts

Conversation

@MikeMcQuaid
Copy link
Copy Markdown
Member

We don't want to have a formula depending on e.g. both python@3.8 and python@3.9 in the same dependency tree (generally).

As this isn't a blanket rule: add an allowlist with the expectation that we'll need to use it.

Note to self: check the brew audit performance and if it degrades much in CI by adding this.

  • 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 tests with your changes locally?
  • Have you successfully run brew man locally and committed any changes?

We don't want to have a formula depending on e.g. both `python@3.8` and
`python@3.9` in the same dependency tree (generally).

As this isn't a blanket rule: add an allowlist with the expectation that
we'll need to use it.
@MikeMcQuaid MikeMcQuaid merged commit 74d7281 into Homebrew:master Oct 9, 2020
@MikeMcQuaid MikeMcQuaid deleted the audit-versioned-conflicts branch October 9, 2020 11:50

# The number of conflicts on Linux is absurd.
# TODO: remove this and check these there too.
return if OS.linux?
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

CC @Homebrew/linux that I did this. Uncomment it and try it out to see for yourself 🙈

@BrewTestBot BrewTestBot added the outdated PR was locked due to age label Dec 1, 2020
@Homebrew Homebrew locked as resolved and limited conversation to collaborators Dec 1, 2020
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.

2 participants