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

Add partial eval support to the REPL. #874

Closed jnthntatum closed 5 months ago

jnthntatum commented 11 months ago

Draft: the way the repl creates sub environments doesn't work well with cel.Environment.PartialVars. Not sure this is the best way to fix that issue.