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

reliably detect coqdep errors for 8.19 #723

Merged
merged 3 commits into from
Jan 7, 2024

Conversation

hendriktews
Copy link
Collaborator

Add 3 tests to check that coqdep errors are reliably detected, see also issue #722. Two of them are expected to fail for 8.19, because coqdep output changed in that version.

Add 3 tests to check that coqdep errors are reliably detected, see
also issue ProofGeneral#722. Two of them are expected to fail for 8.19, because
coqdep output changed in that version.
Add user option coq-compile-coqdep-warnings to configure warnings for
Coq 8.19 or later. The default value +module-not-found ensures Proof
General reliably detects missing modules via a coqdep error. This
changes kinds of supersedes the earlier commit
36b1d28 that adapts the coqdep
warning regexp.
@hendriktews hendriktews changed the title CI compile tests: add coqdep error detection tests reliably detect coqdep errors for 8.19 Jan 5, 2024
@hendriktews
Copy link
Collaborator Author

Fixes #722 .

@hendriktews hendriktews requested review from monnier and erikmd January 6, 2024 17:03
@hendriktews
Copy link
Collaborator Author

Hi @erikmd and @Matafou - this PR fixes auto compilation for 8.19.

Copy link
Member

@erikmd erikmd left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks a lot @hendriktews, for your thorough analysis and bugfix with accompanying tests 👍👍

@hendriktews hendriktews merged commit 19ca6e0 into ProofGeneral:master Jan 7, 2024
119 checks passed
@hendriktews hendriktews deleted the coqdep branch January 7, 2024 21:52
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