Skip to content
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

More precise predicate parameter compare method #375

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

marvinvo
Copy link
Contributor

@marvinvo marvinvo commented Apr 3, 2022

When comparing a required predicate with an ensured predicate, objects in parameter were not compared.
This has led to imprecise matches.
E.g. a required predicate and an ensured predicate with the same name, but different objects in the parameter list, for example it is required to have speccedKey on object key1 but ensured is speccedKey on key2, would be a match.
With current crysl rules, there are no issues with that behavior, but with more specific rules there potentially will.

@AnakinRaW
Copy link
Collaborator

scheduled for 2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants