You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change
To make CEL environment setup consistent across CEL implementations, I propose to add equivalent runtime options that control string conversion and list/string concatenation equivalent to those found in CEL-cpp:
// Actual option names up to the implementer.opts:=cel.EvalOptions(cel.OptDisableDisableStringConcat|cel.OptDisableDisableListConcat|cel.OptDisableDisableListConcat)
prg, err:=env.Program(ast, opts)