Alternative for: "If possible save the last selected node in the proof, to reselect it upon loading."#3380
Alternative for: "If possible save the last selected node in the proof, to reselect it upon loading."#3380
Conversation
|
@unp1 I now call |
66b0aa4 to
5b1bd4d
Compare
5b1bd4d to
c9232c2
Compare
c9232c2 to
6a3c379
Compare
|
@unp1 @mattulbrich I updated this to the latest I can vaguely remember that we had a conclusion in Feb'2024 that the additional (KeY-/tool-maintained) information should be separated from |
192b7fa to
48b5e70
Compare
48b5e70 to
66b0aa4
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3380 +/- ##
==========================================
Coverage 37.93% 37.93%
- Complexity 17030 17038 +8
==========================================
Files 2060 2060
Lines 126300 126409 +109
Branches 21304 21324 +20
==========================================
+ Hits 47913 47958 +45
- Misses 72499 72560 +61
- Partials 5888 5891 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
66b0aa4 to
48b5e70
Compare
# Conflicts: # key.core/src/main/java/de/uka/ilkd/key/settings/ProofSettings.java
48b5e70 to
f18f025
Compare
f18f025 to
a3cb671
Compare
Alternative version for #3324 using the settings instead of storing it in the proof.
Using a path encoding of the current node (list of child indexes) and a run-length encoding to keep it small.
Missing: Finding the right spot where the
KeYUserProblemFileis available and the proof is loaded. The current place is unsuitable.