Package: golang-github-dgraph-io-ristretto / 2.3.0-5

Metadata

Package Version Patches format
golang-github-dgraph-io-ristretto 2.3.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix compilation on 32 bit archs 465.patch | (download)

sketch_test.go | 2 1 + 1 - 0 !
store_test.go | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch] fix compilation on 32-bit archs (#465)

src/github.com/dgraph-io/ristretto/sketch_test.go:67:8: cannot use 12 << 30 (untyped int constant 12884901888) as int value in assignment (overflows)
src/github.com/dgraph-io/ristretto/store_test.go:209:23: cannot use 4340958203495 (untyped int constant) as int value in argument to z.KeyToHash (overflows)