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

Take operator into account when evaluating conditional expressions #1528

Merged
merged 3 commits into from
Apr 15, 2024

Conversation

oxisto
Copy link
Member

@oxisto oxisto commented Apr 14, 2024

Previously, the ValueEvaluator was assuming that a conditional expression was only using the == operator.

Fixes #1527

Previously, the `ValueEvaluator` was assuming that a conditional expression was only using the `==` operator.
@oxisto oxisto requested a review from KuechA as a code owner April 14, 2024 18:59
@oxisto oxisto enabled auto-merge (squash) April 15, 2024 06:13
@oxisto oxisto disabled auto-merge April 15, 2024 06:13
@oxisto oxisto enabled auto-merge (squash) April 15, 2024 06:13
Copy link

sonarcloud bot commented Apr 15, 2024

@oxisto oxisto merged commit 9b2ebe8 into main Apr 15, 2024
3 checks passed
@oxisto oxisto deleted the fix-1527 branch April 15, 2024 06:17
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.

There is a logic error in ValueEvaluator.
2 participants