google / cel-go

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

Add function accessor to Env #978

Closed jpbetz closed 2 months ago

jpbetz commented 2 months ago

We're working on improving our backward compatibility linting to ensure that we never accidentally remove library functions once they are added. This would make it a lot easier for us to inspect the environments we actually build and use when linting.