You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm packaging your project for inclusion into Debian. Do you have any generic considerations related to that? While doing so I noticed that one of the self-tests fail on 32-bit platforms. Do you have some idea how to rewrite this so it works on 32-bit archs too?
# github.com/nlpodyssey/gopickle/pickle [github.com/nlpodyssey/gopickle/pickle.test]
src/github.com/nlpodyssey/gopickle/pickle/pickle_test.go:101:42: cannot use 100200300400 (untyped int constant) as int value in argument to loadsNoErrEqual (overflows)
src/github.com/nlpodyssey/gopickle/pickle/pickle_test.go:106:43: cannot use -100200300400 (untyped int constant) as int value in argument to loadsNoErrEqual (overflows)
src/github.com/nlpodyssey/gopickle/pickle/pickle_test.go:357:50: cannot use 100200300400 (untyped int constant) as int value in argument to loadsNoErrEqual (overflows)
src/github.com/nlpodyssey/gopickle/pickle/pickle_test.go:362:62: cannot use -100200300400 (untyped int constant) as int value in argument to loadsNoErrEqual (overflows)
FAIL github.com/nlpodyssey/gopickle/pickle [build failed]
Thanks,
Simon
The text was updated successfully, but these errors were encountered:
Hi! I'm packaging your project for inclusion into Debian. Do you have any generic considerations related to that? While doing so I noticed that one of the self-tests fail on 32-bit platforms. Do you have some idea how to rewrite this so it works on 32-bit archs too?
Thanks,
Simon
The text was updated successfully, but these errors were encountered: