google / cel-go

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

Fix presence test to produce an error when it's not a map or a message #922

Closed l46kok closed 6 months ago

l46kok commented 6 months ago

AFAICT, attribute qualification already handles presence tests for expected types, so the default case is not needed.