Skip to content

Add logical operators to job list parsing #61

@AndreaCensi

Description

@AndreaCensi

For example, we want to say:
make optic* in $failed

I think the "in" (== logical "and") would be the only useful one. "or" is implied.
Maybe we should add also a "not".

more optic* in not $failed
make not optic*

Add parenthesis as well?
I should figure out the associativity of operators.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions