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
When adding operator overloads for and I see the following error on github.com/antonmedv/expr v1.15.4 and higher". The instructions and code the reproduce the error and the success prior to v1.15.4 are below. Is there anything I can do to get this code working in later versions of expr?
interface conversion: interface {} is exprbug.Condition, not bool
Steps to Reproduce
Run the following commands:
mkdir exprbug
cd exprbug
go mod init exprbug
go get github.com/antonmedv/[email protected]
go get github.com/expr-lang/expr
go get github.com/stretchr/testify
touch exprbug_test.go
When adding operator overloads for
and
I see the following error on github.com/antonmedv/expr v1.15.4 and higher". The instructions and code the reproduce the error and the success prior to v1.15.4 are below. Is there anything I can do to get this code working in later versions of expr?Steps to Reproduce
The text was updated successfully, but these errors were encountered: