• Robert Griesemer's avatar
    go/types: fix (some) builds · c35c6720
    Robert Griesemer authored
    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
    c35c6720
Name
Last commit
Last update
..
ast Loading commit data...
doc Loading commit data...
parser Loading commit data...
printer Loading commit data...
scanner Loading commit data...
token Loading commit data...
typechecker Loading commit data...
types Loading commit data...