govaluate icon indicating copy to clipboard operation
govaluate copied to clipboard

Fix evaluation_test on 32 bit architectures

Open pterjan opened this issue 4 years ago • 0 comments

Before this patch this is the result on i586:

# github.com/Knetic/govaluate [github.com/Knetic/govaluate.test]
./evaluation_test.go:1166:6: constant 2887057409 overflows int
./evaluation_test.go:1178:6: constant 2887057409 overflows int
FAIL	github.com/Knetic/govaluate [build failed]

pterjan avatar Dec 29 '20 17:12 pterjan