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

Closing sections or modules prints backtracking and redoing byextend on command in 8.17.0 #17488

Closed
Janno opened this issue Apr 12, 2023 · 1 comment · Fixed by #17495
Closed
Milestone

Comments

@Janno
Copy link
Contributor

Janno commented Apr 12, 2023

Description of the problem

This message can be generated easily by

Succeed From Ltac2 Require Import Ltac2.

but it also comes up when closing sections or modules that contain Import commands. We have not managed to minimize this but it seems to depend on the order of Import commands. Maybe it is because the imported modules have overlapping dependencies and when Coq notices this it undoes the repeated import of those dependencies?

The printed message was introduced by @SkySkimmer in #17069. (It doesn't have line number or file name information so it's actually a bit tricky to track down where it is emitted.)

Coq Version

8.17.0

@SkySkimmer
Copy link
Contributor

That's a debug message that I forgot to cleanup. I guess we should do a 8.17.1 with it removed since there is no way to turn it off.

SkySkimmer added a commit to SkySkimmer/coq that referenced this issue Apr 16, 2023
SkySkimmer added a commit to SkySkimmer/coq that referenced this issue Apr 16, 2023
@coqbot-app coqbot-app bot added this to the 8.17.1 milestone Apr 19, 2023
Zimmi48 pushed a commit to Zimmi48/coq that referenced this issue May 16, 2023
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 a pull request may close this issue.

2 participants