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

policy: parse explanations in match blocks #948

Closed seirl closed 5 months ago

seirl commented 5 months ago

This adds a secondary output to every block, an "explanation" of why a value was returned. This can be structured or non-structured text. For now the parser is simply storing the value, but the compiler cannot process it yet.

TristonianJones commented 5 months ago

/gcbrun