Pascal Terjan

Results 5 issues of Pascal Terjan

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] ```

It no longer accepts Println with a constant ending with a newline: Fixes #368 ./flag_test.go:1242:3: fmt.Println arg list ends with redundant newline FAIL github.com/spf13/pflag [build failed] Also changing the previous...

I get a test failure with go 1.19.4 (amd64): ``` # github.com/spf13/pflag ./flag_test.go:1242:3: fmt.Println arg list ends with redundant newline FAIL github.com/spf13/pflag [build failed] ``` The behaviour changed in 1.18...

Trying to build 2.3.0 I get this error: ``` $ dune build -j16 File "tools/gencopy.ml", line 147, characters 60-74: 147 | List.map2 (fun s t -> (t.id, evar s.txt)) params_in...

``` github.com/efficientgo/core/errors # github.com/efficientgo/core/errors_test # [github.com/efficientgo/core/errors_test] ./errors_test.go:100:35: non-constant format string in call to github.com/efficientgo/core/errors.Wrapf FAIL github.com/efficientgo/core/errors [build failed] ``` This is in the test verifying it does not generate an...