Start migration from float64 to big.Float #1210
Annotations
10 errors
Run linters:
array.go#L1
: # github.com/gavv/httpexpect/v2 [github.com/gavv/httpexpect/v2.test]
|
Run linters:
number.go#L355
cannot use n.value (variable of type *big.Float) as float64 value in argument to math.IsNaN
|
Run linters:
number.go#L362
cannot use n.value (variable of type *big.Float) as float64 value in argument to math.IsNaN
|
Run linters:
number.go#L386
cannot use n.value (variable of type *big.Float) as float64 value in argument to math.IsInf
|
Run linters:
number.go#L386
invalid operation: value == n.value (mismatched types float64 and *big.Float)
|
Run linters:
number.go#L392
cannot use n.value (variable of type *big.Float) as float64 value in argument to math.IsInf
|
Run linters:
number.go#L392
invalid operation: value != n.value (mismatched types float64 and *big.Float)
|
Run linters:
number.go#L411
cannot use n.value (variable of type *big.Float) as float64 value in argument to deltaRelativeErrorCheck
|
Run linters:
number.go#L472
cannot use n.value (variable of type *big.Float) as float64 value in argument to math.IsNaN
|
Run linters:
number.go#L479
cannot use n.value (variable of type *big.Float) as float64 value in argument to math.IsNaN
|
The logs for this run have expired and are no longer available.
Loading