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
A TravisCI test failure for github.com/go-sql-driver/mysql ( https://travis-ci.org/go-sql-driver/mysql/builds/114356883 ) caught this SSA code generation failure.
Code and test extracted here: https://play.golang.org/p/YPy3UA4X7M
Reproduced on my local machine:
<dgryski@kamek[w] \ʕ◔ϖ◔ʔ/ > go version go version go1.6 linux/amd64 <dgryski@kamek[w] \ʕ◔ϖ◔ʔ/ > go run main.go <dgryski@kamek[w] \ʕ◔ϖ◔ʔ/ > ~/work/src/cvs/go.tip/bin/go version go version devel +133c26b Mon Mar 7 20:53:49 2016 +0000 linux/amd64 <dgryski@kamek[w] \ʕ◔ϖ◔ʔ/ > ~/work/src/cvs/go.tip/bin/go run main.go 2016/03/07 23:02:47 fe0000000100000000: expected 16777216, got 4294967550 2016/03/07 23:02:47 4294967550: expected fe0000000100000000, got fefe00000001000000 2016/03/07 23:02:47 fef0debc9a78563412: expected 1311768467463790320, got 3771334343958393086 2016/03/07 23:02:47 3771334343958393086: expected fef0debc9a78563412, got fefef0debc9a785634 2016/03/07 23:02:47 feffffffffffffffff: expected 18446744073709551615, got 18446744073709551614 2016/03/07 23:02:47 18446744073709551614: expected feffffffffffffffff, got fefeffffffffffffff
The text was updated successfully, but these errors were encountered:
A git bisect points at 12e6045
git bisect
Sorry, something went wrong.
go vet
CL https://golang.org/cl/20333 mentions this issue.
481fe59
No branches or pull requests
A TravisCI test failure for github.com/go-sql-driver/mysql ( https://travis-ci.org/go-sql-driver/mysql/builds/114356883 ) caught this SSA code generation failure.
Code and test extracted here: https://play.golang.org/p/YPy3UA4X7M
Reproduced on my local machine:
The text was updated successfully, but these errors were encountered: