-
Notifications
You must be signed in to change notification settings - Fork 90
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
REGRESSION: ProofGeneral cannot step over Fail correctly #779
Comments
Hi Pierre, you fixed #597 last time. Can you have a look? Maybe only |
Adding
and
from the beginning.
instead of only searching for |
Why is Set Ltac Backtrace.
Goal False.
Fail exact 0. (* fine *)
Fail now auto. (* bad *) |
The fix proposition by @hendriktews looks good to me. |
@SkySkimmer because a previous ugly workaround. |
I just pushed a PR. |
@hendriktews did you initially detect the problem with the CI? |
yes, see the errors in #778 |
Very nice to have this detected so early. |
yes, the honor is yours, for adding the test in 2021! |
…ail-correctly Fixes #779 regression cannot step Fail correctly.
This problem was originally reported as #597 and fixed in 2021.
Now with Coq 8.20+rc1, the message for
Fail
isAnd PG does not step over
FAIL
.To reproduce, see
ci/test_stepwise.v
, assert to the end of the line containingFailTrace
, and assert the next line.(Before 8.20 the message printed by coq seemed to be
)
The text was updated successfully, but these errors were encountered: