google / cel-go

Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
https://cel.dev
Apache License 2.0
2.26k stars 220 forks source link

Improved support for nested rules #991

Closed TristonianJones closed 2 months ago

TristonianJones commented 2 months ago

Introduces a proper check to ensure all branches within a subrule are reachable, thus enabling support for conditionally nested rules.

Closes #985

TristonianJones commented 2 months ago

PTAL