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

time tactic breaks proof delegation #940

Open
1024th opened this issue Nov 5, 2024 · 1 comment
Open

time tactic breaks proof delegation #940

1024th opened this issue Nov 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@1024th
Copy link

1024th commented Nov 5, 2024

A mininal example:

Lemma test: True.
Proof.
  time auto.
Qed.

If vscoq.proof.delegation is set to:

  • "No delegation (all proofs are checked one after the other)", then things go well;
  • "Skip the proofs which are out of focus. This requires a continuous checking to be off": then VsCoq complains (in proof test): Attempt to save an incomplete proof;
  • "Delegate proofs": then vscoqtop crashes (dumps core).
@gares
Copy link
Member

gares commented Nov 6, 2024

We are aware that skip/delegation is currently broken. Thanks for opening an issue for the problem

@rtetley rtetley added the bug Something isn't working label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants