google / cel-go

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

Checker concurrency change #887

Closed TristonianJones closed 10 months ago

TristonianJones commented 10 months ago

Copy the AST before type-checking to avoid concurrency issues

Closes #881