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
Describe the bug
I've tried to use the modulo operator, either like an operator and the function, but it keeps giving me error on execution.
I'm using the JSON format of the rule.
The object given is a JSON, and I've tried to give both {"Lengh": 10} and {"Lengh": 10.0}
Describe the bug
I've tried to use the modulo operator, either like an operator and the function, but it keeps giving me error on execution.
I'm using the JSON format of the rule.
The object given is a JSON, and I've tried to give both
{"Lengh": 10}
and{"Lengh": 10.0}
The rule is:
In the first one, the error says that I cannot use int64 for float64 args.
In the second one that I cannot use float64 for int64 args.
Expected behavior
To do the modulo operation
Additional context
github.com/hyperjumptech/grule-rule-engine v1.10.5
go 1.16
The text was updated successfully, but these errors were encountered: