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

coq 8.19.0; math-comp 1.19.0 #162403

Merged
merged 4 commits into from
Feb 27, 2024
Merged

coq 8.19.0; math-comp 1.19.0 #162403

merged 4 commits into from
Feb 27, 2024

Conversation

jesboat
Copy link
Contributor

@jesboat jesboat commented Feb 12, 2024

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@github-actions github-actions bot added the ocaml OCaml use is a significant feature of the PR or issue label Feb 12, 2024
@jesboat jesboat marked this pull request as draft February 12, 2024 19:59
@tchajed
Copy link
Contributor

tchajed commented Feb 12, 2024

You can fix the CI failure by bumping the revision in the math-comp formula (see #135135 for an example).

@jesboat
Copy link
Contributor Author

jesboat commented Feb 13, 2024

Looks like an actual incompatibility with the version of math-comp in the formula and coq 8.19:

  File "./algebra/qpoly.v", line 347, characters 0-18:
  Error: Let does not support Proof using.

Appears to be an (undocumented) side effect of coq/coq#17576 and addressed by math-comp/math-comp#1115, which was included in math-comp 1.19.0.

@jesboat jesboat changed the title coq 8.19.0 coq 8.19.0; math-comp 1.19.0 Feb 20, 2024
@jesboat
Copy link
Contributor Author

jesboat commented Feb 20, 2024

Putting both coq and math-comp in the same PR seems like the least objectionable way to deal with this. If they're in separate PRs and math-comp lands first, then the bottle gets built with the old coq, and so the coq PR would need to bump math-comp's revision immediately. On the other hand, if the coq PR lands first, then there would be a gap between then and when the math-comp PR lands when math-comp's bottles wouldn't work. If they're in the same PR, they land simultaneously, and there is no interval when a brew update might result in a non-working configuration and it avoids a math-comp revision bump.

@jesboat jesboat mentioned this pull request Feb 20, 2024
6 tasks
@jesboat jesboat marked this pull request as ready for review February 21, 2024 01:04
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 27, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 27, 2024
Merged via the queue into Homebrew:master with commit dfed05c Feb 27, 2024
12 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 11, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ocaml OCaml use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants