We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to compile a system with
src/vendor/github.com/dgraph-io/badger/kv.go:139: constant 2147483648 overflows int
You can repro it for any 32-bit system.
The text was updated successfully, but these errors were encountered:
Thanks for the PR. Reviewed it.
Sorry, something went wrong.
Fix is in 👍
fix race (hypermodeinc#89)
6b76bf3
nextCommit will be read concurrently by flushMemtable goroutine.
No branches or pull requests
I am trying to compile a system with
vendor/github.com/dgraph-io/badger
src/vendor/github.com/dgraph-io/badger/kv.go:139: constant 2147483648 overflows int
You can repro it for any 32-bit system.
The text was updated successfully, but these errors were encountered: