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

Fix bug affecting algebra tactics #438

Merged
merged 8 commits into from
Mar 9, 2023
Merged

Fix bug affecting algebra tactics #438

merged 8 commits into from
Mar 9, 2023

Conversation

gares
Copy link
Contributor

@gares gares commented Mar 1, 2023

Fix #436

@pi8027
Copy link
Contributor

pi8027 commented Mar 2, 2023

@gares
Copy link
Contributor Author

gares commented Mar 2, 2023

I've reduced the bug so that is only affects tactics using abstract.

@pi8027 can you confirm this partial fix helps in your case?

I'll look also in the more general case of a tactic both calling abstract and leaving unresolved goals, but not today.

@pi8027
Copy link
Contributor

pi8027 commented Mar 2, 2023

Yes, let me check.

@pi8027
Copy link
Contributor

pi8027 commented Mar 2, 2023

I confirm that the test cases of Algebra Tactics work fine and also Apery compiles (tested with Coq 8.17+rc1, MathComp 1.16.0, and Algebra Tactics 1.0.0). Thanks a lot!

@gares gares marked this pull request as ready for review March 8, 2023 09:04
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.

coq.ltac.call fails with Anomaly "Uncaught exception Not_found."
2 participants