Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: fix
too many nesting levels
bug
The C# implementation only decrements the nesting depth once in the parent composite condition (And, Or, or Not) and then passes that already‐decremented value onto its subconditions without further decrementing inside the loop. Close #3809 Signed-off-by: Ekaterina Pavlova <[email protected]>
- Loading branch information