Skip to content
Snippets Groups Projects
Verified Commit 45c29bfe authored by Denis Smirnov's avatar Denis Smirnov
Browse files

fix: merge tuple produced invalid compare expression

The error was produced by the assumption that (2, 1) > (1, 2) is
equivalent to (2 > 1) and (1 > 2). That assumption was incorrect,
so we don't merge AND chains for any operators other than Eq and
NotEq.
parent 0fad257a
No related branches found
No related tags found
1 merge request!1414sbroad import
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment