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
Testing Go 1.14rc1 and building the examples with -race panics as below. This is caused by a new checker in 1.14 as described in https://tip.golang.org/doc/go1.14#compiler.
Testing Go 1.14rc1 and building the examples with
-race
panics as below. This is caused by a new checker in 1.14 as described in https://tip.golang.org/doc/go1.14#compiler.example/gl41core-cube/cube.go
Line 104 in c307114
I only had a quick glance at the pointer arithmetic but at a glance it wasn't obvious to me what the fix should be.
Orginally posted in the Gophers Slack channel. cc @dmitshur
The text was updated successfully, but these errors were encountered: