small fixes to datatype handling#3661
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3661 +/- ##
============================================
- Coverage 47.16% 47.03% -0.14%
+ Complexity 15801 15790 -11
============================================
Files 1673 1675 +2
Lines 96171 96341 +170
Branches 15397 15434 +37
============================================
- Hits 45359 45312 -47
- Misses 45641 45866 +225
+ Partials 5171 5163 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wadoon
left a comment
There was a problem hiding this comment.
The description says that tests were added, but in the diff, I cannot spot new test cases.
key.core/src/main/java/de/uka/ilkd/key/nparser/builder/FunctionPredicateBuilder.java
Show resolved
Hide resolved
key.core/src/main/java/de/uka/ilkd/key/nparser/builder/TacletPBuilder.java
Show resolved
Hide resolved
key.core/src/main/java/de/uka/ilkd/key/nparser/builder/FunctionPredicateBuilder.java
Show resolved
Hide resolved
2f7c4f8 to
204c7f0
Compare
|
There are build errors which prevent the PR from being merged. It seems to be related to SSL/TLS, and seems to appear in random phases of the build. Two examples: Does anybody have an idea what is happening here? |
Sometimes random tasks fail at the moment. This happens on other PRs as well. On #3664 I was able to rerun individual tests that failed, and they then succeeded. But this cannot be done for the merge step I assume. And this other PR can also not be merged. |
Related Issue
#3662 Parsing problem in \datatypes with no 'self' selectors
Intended Change
Small changes in data type treatment:
Plan
Small fixes: done.
Type of pull request
Ensuring quality
Additional information and contact(s)
Co-authored by @WolframPfeifer
The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.