Fixing small issues to fix release: KeY 2.12.1#3251
Closed
mattulbrich wants to merge 21 commits into
Closed
Conversation
* key.core:rifl was moved to key.core.rifl (toplevel) due to project naming on Maven Central
This is to prevent multiple clicks on the button, and to provide some visual feedback that the stop is in progress.
Might be added again later if we agree on its usefulness.
Changes: - SMT solvers are properly terminated on timeout - Proof Macro statistics are kept visible and only count the newly applied rules - Stop button is disabled after use, re-enabled after stop completes (this is to avoid double activation) - Bugfix: fully disable origin tracking if it is disabled - Bugfix: proof slicing works even if a cut introduced no new formulas in any branch - Bugfix: detection of active git branch always refreshes correctly - Bugfix: when marking goal(s) as interactive/automatic, proof tree no longer loses expansion state
Member
|
We need to create a new PR because merging is needed and this should not be done on the release branch. |
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Oct 13, 2023
Backporting the bug fixes in KEY-2.12.1 to main. This PR supersedes #3251 to avoid merge conflicts due to file header changes. Necessary changes were cherry-picked.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some glitches have slipped through for the release 2.12.0.
(branched from KeY-2.12.0)
.key files cannot be edited if they have an error
The "edit file" button does not work if there is a syntax error in a key file to be loaded. Instead the following stacktrace occurred:
Fixed with b21475e