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

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

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

No branches or pull requests

2 participants