Fix model fields resolution when multiple heaps present#3923
Merged
Conversation
unp1
force-pushed
the
fixModelFieldResolutionInMultipleHeaps
branch
4 times, most recently
from
July 14, 2026 07:26
cd4e9a4 to
bae26a4
Compare
unp1
force-pushed
the
fixModelFieldResolutionInMultipleHeaps
branch
2 times, most recently
from
July 14, 2026 07:46
6f3e430 to
de20391
Compare
wadoon
approved these changes
Jul 14, 2026
wadoon
reviewed
Jul 14, 2026
Discovered when trying to specify Throwable using model fields. Model fields (w/o represents or accessible clause) could not be used as they were not resolvable.
unp1
force-pushed
the
fixModelFieldResolutionInMultipleHeaps
branch
from
July 22, 2026 22:01
de20391 to
0b0ea91
Compare
unp1
enabled auto-merge
July 22, 2026 22:01
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Intended Change
Model fields without a represents or accessible clause could not be used in JavaRedux
as permissions could not build the term (wrong arity).
Found out when trying to specify addSuppressed in Throwable of PR #3918.
This PR should fix it.
Type of pull request
Ensuring quality
Additional information and contact(s)
The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.