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
When building with for arm, get some overflow errors on some constants.
Output:
Stderr: # github.com/dolthub/go-mysql-server/sql/types /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/geometry.go:548:24: math.MaxUint32 (untyped int constant 4294967295) overflows int /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1123:18: math.MaxUint64 (untyped int constant 18446744073709551615) overflows uint /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1128:18: math.MaxUint64 (untyped int constant 18446744073709551615) overflows uint /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1133:18: math.MaxUint64 (untyped int constant 18446744073709551615) overflows uint /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1138:18: math.MaxUint64 (untyped int constant 18446744073709551615) overflows uint /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1143:18: math.MaxUint64 (untyped int constant 18446744073709551615) overflows uint /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1214:17: math.MaxUint32 (untyped int constant 4294967295) overflows int /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1221:22: math.MaxUint32 (untyped int constant 4294967295) overflows int /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1228:22: math.MaxUint32 (untyped int constant 4294967295) overflows int /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1235:22: math.MaxUint32 (untyped int constant 4294967295) overflows int /go/pkg/mod/github.com/dolthub/[email protected]/sql/types/number.go:1235:22: too many errors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When building with for arm, get some overflow errors on some constants.
Output:
The text was updated successfully, but these errors were encountered: