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 #597; ProofGeneral cannot step over Fail correctly #607

Merged
merged 2 commits into from
Oct 13, 2021

Conversation

Matafou
Copy link
Contributor

@Matafou Matafou commented Oct 11, 2021

The bug happened when Set Ltac Backtrace is enabled, which has
become the default since a few versions. The fix is to prefix the
coq-error-message variable with a negative regexp for "message:\n".

This PR should be accepted if it does not slow performances too much.

  • check performance
  • Add tests

The bug happened when `Set Ltac Backtrace` is enabled, which has
become the default since a few versions. The fix is to prefix the
coq-error-message variable with a negative regexp for "message:\n".

This PR should be accepted if it does not slow performances too much.
@Matafou
Copy link
Contributor Author

Matafou commented Oct 12, 2021

Performance seem OK.
Tests added (special case with coq 8.9).
Ready to merge.

@Matafou Matafou merged commit 8215623 into ProofGeneral:master Oct 13, 2021
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.

None yet

1 participant