-
Notifications
You must be signed in to change notification settings - Fork 25
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 various UI bugs #3216
Merged
Merged
Fix various UI bugs #3216
Conversation
This file contains 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
FliegendeWurst
added
GUI
🛠 Maintenance
Code quality and related things w/o functional changes
labels
Jul 22, 2023
Codecov Report
@@ Coverage Diff @@
## KeY-2.12.0 #3216 +/- ##
================================================
+ Coverage 37.72% 37.76% +0.03%
- Complexity 16851 16872 +21
================================================
Files 2054 2053 -1
Lines 126475 126494 +19
Branches 21255 21258 +3
================================================
+ Hits 47711 47766 +55
+ Misses 72920 72884 -36
Partials 5844 5844
... and 12 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
#3214 could be of interest here too. |
FliegendeWurst
force-pushed
the
chaosMonkey
branch
from
July 22, 2023 13:18
eb688d6
to
c36a67e
Compare
FliegendeWurst
force-pushed
the
chaosMonkey
branch
from
July 22, 2023 20:40
c36a67e
to
af73403
Compare
jwiesler
approved these changes
Jul 24, 2023
Co-Authored-By: Julian Wiesler <julian.wiesler@student.kit.edu>
This way, Z3_FP won't be at the top and selected by default
Regression from 854bbe2
FliegendeWurst
added
the
Infrastructure
Changes to the Github configurations, repository or other non-source stuff
label
Jul 27, 2023
FliegendeWurst
force-pushed
the
chaosMonkey
branch
from
July 27, 2023 07:34
b8c6106
to
ec3c41e
Compare
FliegendeWurst
force-pushed
the
chaosMonkey
branch
from
July 27, 2023 07:35
ec3c41e
to
6e6898d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
GUI
Infrastructure
Changes to the Github configurations, repository or other non-source stuff
🛠 Maintenance
Code quality and related things w/o functional changes
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.
I recommend reviewing this PR commit-by-commit. Most of the bugs were found using the new UI testing facility (3d73e59).
Fixes #3228, #3227, #3215, #1648, #1652 (comment), #1526, #1117 and task 1+4 of #3214