improve format rounding algo, support half-up rounding #18
Annotations
6 errors and 2 warnings
[golangci] decimal64math.go#L558:
decimal64math.go#L558
var `infinitiesRaw` is unused (unused)
|
Build:
decimal64_test.go#L217
cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to require.EqualValues (overflows)
|
Build:
decimal64_test.go#L218
cannot use math.MinInt64 (untyped int constant -9223372036854775808) as int value in argument to require.EqualValues (overflows)
|
Build:
decimal64_test.go#L219
cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to require.EqualValues (overflows)
|
Build:
decimal64_test.go#L220
cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to require.EqualValues (overflows)
|
Build
Process completed with exit code 1.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|