Replies: 1 comment 1 reply
-
Hi @davenewza, You need to provide the implementation of your version of cel-go/common/stdlib/standard.go Lines 69 to 77 in f9db1d6 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With v0.21.0, I'm using
NewCustomEnv
with custom declarations for just the basic boolean operators||
,&&
and!
. However, evaluation fails when I use!
in an expression (e.g.!value
):||
and&&
work just fine.Can someone please point out what I am doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions