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

Require coq-paco >= 4.2.1 rather than 4.1.2 #11

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

sauclovian-g
Copy link
Contributor

The change of coq-paco from 4.2.0 to 4.2.1 was what caused the previous build breakage.

Also update the comment about it to reflect this.

@@ -431,7 +431,7 @@ Proof.
* constructor; auto. intros. eapply H0 in H2. right. pclearbot.
eapply CIH; eauto with solve_padded.
2 : apply REL.
(* these bits no longer needed 20241014 *)
(* these bits no longer needed with coq-paco 4.1.2 *)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
(* these bits no longer needed with coq-paco 4.1.2 *)
(* these bits no longer needed with coq-paco 4.2.1 *)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

GAAAH

The change from 4.2.0 to 4.2.1 was what caused the previous build
breakage.

Also update the comment about it to reflect this.
@sauclovian-g sauclovian-g merged commit d871d0a into main Oct 17, 2024
1 check passed
@sauclovian-g sauclovian-g deleted the tighten-coq-paco branch October 17, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants