1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:04:42 -07:00
go/go
Robert Griesemer 7123ca00a8 go.tools/go/types: fix bug in init cycle detection
Initialization cycles need to reported for cycles
that contain variables, even if they don't end in
a variable.

This fixes the last known issue with the existing
std library tests.

R=adonovan, gri
CC=golang-dev
https://golang.org/cl/22200049
2013-11-06 17:47:54 -08:00
..
exact go.tools/go/types: nil is not a constant + misc. cleanups 2013-10-09 14:17:25 -07:00
types go.tools/go/types: fix bug in init cycle detection 2013-11-06 17:47:54 -08:00
vcs go.tools/vcs: allow compilation with go 1.0 2013-10-04 11:46:57 +10:00