]> Cypherpunks repositories - gostls13.git/commit
go/types: fix (some) builds
authorRobert Griesemer <gri@golang.org>
Sat, 14 May 2011 01:33:04 +0000 (18:33 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 14 May 2011 01:33:04 +0000 (18:33 -0700)
commitc35c6720202dfebf8e3f862892fe21d1ee2b5391
tree22ec5d286357fa849df509bf7ee570c4c5b14e7f
parent9ada841f4d7a67621760080caef8b7fd6a08b46a
go/types: fix (some) builds

The position (type) for which the "invalid cycle" error
message is reported depends on which type in a cycle of
types is first checked. Which one is first depends on
the iteration order of maps which is different on
different platforms. For now, disable this error message.

R=rsc
CC=golang-dev
https://golang.org/cl/4527059
src/pkg/go/types/check.go
src/pkg/go/types/testdata/test0.src