google / cel-go

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

Fix MaxID to consider macro keys and expressions #861

Closed TristonianJones closed 1 year ago

TristonianJones commented 1 year ago

Fix MaxID to consider macro keys and expressions

During constant folding and inlining macro ids can exceed the id space present in the actual expression body. This change ensures that ast.MaxID considers these ids during its computation.