-
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 (for issue #3347) that node selection gets forgotten when switching between proofs #3349
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3349 +/- ##
============================================
- Coverage 37.94% 37.92% -0.02%
+ Complexity 17001 16994 -7
============================================
Files 2059 2059
Lines 125973 125973
Branches 21273 21273
============================================
- Hits 47797 47772 -25
- Misses 72293 72317 +24
- Partials 5883 5884 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still broken, but now it only updates the sequent view to show a closed goal, and not the proof tree.
FWIW I fully expected these regressions when I originally made changes to the selection event handling in #3289. This area of KeY is extremely fragile.
Thanks. I hope the latest fix works now reliable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue is fixed. Code changes look good. But it is hard to check that all the removed setSelectedProof calls etc. were really not needed.
…ng between proofs
No description provided.