Skip to content

generator: conditional parentheses should support more than 1 parenthesis #1616

@tahini

Description

@tahini

For example a condition that would be C1 && (c2 || (c3 && c4)) requires close 2 parentheses at the end, but we get this error in the integrity check: Error in Conditionals sheet - Invalid parentheses in row 97: must be one of ['(', ')'] or empty, got '))'. In this specific case, operation priority makes it possible to bypass this limitation, but more complex cases may arise that would require more than one opening/closing parentheses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggeneratorAbout Evolution-Generator packages

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions