Package: golang-github-go-openapi-swag / 1:0.19.15-1

Metadata

Package Version Patches format
golang-github-go-openapi-swag 1:0.19.15-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_Skip_SmallestNonzeroFloat64_over_2_test.patch | (download)

convert_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 skip isfloat64ajsoninteger(math.smallestnonzerofloat64/2) test
 Go 1.17 increased the precision of math.SmallestNonzeroFloat64, so now
 math.SmallestNonzeroFloat64/2 correctly returns the integer 0, whereas
 Go <= 1.16 returned 5e-324.  See https://github.com/golang/go/issues/44058