-
Notifications
You must be signed in to change notification settings - Fork 26
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 slicing bug related to Evaluate Query #3393
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3393 +/- ##
============================================
- Coverage 38.02% 37.84% -0.19%
+ Complexity 17080 17042 -38
============================================
Files 2099 2082 -17
Lines 127189 127315 +126
Branches 21368 21447 +79
============================================
- Hits 48369 48183 -186
- Misses 72856 73219 +363
+ Partials 5964 5913 -51 ☔ View full report in Codecov by Sentry. |
This PR fixes one of the original bug (file belongs to a student exercise, thus I do not want to attach it for the moment). However, there is a follow-up bug with the same file. Could you also look into the second bug, please? |
I think the other bug you are referring to is fixed by #3438 |
Yes, thanks. I did not notice the other fix. |
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.
The original bug seems to be fixed now, thanks!
Can you please take a look at my comments in the code (not sure about them, though)?
key.core/src/main/java/de/uka/ilkd/key/rule/tacletbuilder/AntecSuccTacletGoalTemplate.java
Outdated
Show resolved
Hide resolved
key.core/src/main/java/de/uka/ilkd/key/rule/tacletbuilder/TacletGoalTemplate.java
Outdated
Show resolved
Hide resolved
I really don't understand the test failure. None of the changes in this PR change anything relevant to normal proof search. I'll do a no-op commit and push again. |
I was having trouble with tests failing for no reason at all in the last few weeks too. First it was the unit tests only on Ubuntu and then the integration test |
Intended Change
This PR fixes a slicing failure with a specific proof. In that particular case, the dynamically added taclet was slightly too different for the previous code to pick it up.
Type of pull request
Ensuring quality
Additional information and contact(s)
cc @WolframPfeifer who reported the bug
The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.