1
0
mirror of https://github.com/golang/go synced 2024-10-01 04:18:33 -06:00
go/go
Alan Donovan 400db89b86 go/types: fix incorrect InitOrder in packages created from multiple calls to (*Checker).Files.
The InitOrder needs to be reset.

+ Test.

This bug manifested itself in duplicate HTML in the godoc -analysis view,
e.g. "f((x)" or "funcfunc f()"

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/107660044
2014-07-10 06:30:01 -04:00
..
callgraph go/callgraph: fix asymptote trap in DeleteSyntheticNodes. 2014-05-08 14:03:06 -04:00
exact go.tools/go/types, exact: fix build for 1.2 2014-06-12 12:46:21 -07:00
gccgoimporter go.tools/go: separate interface construction from method set construction 2014-07-09 20:00:49 -07:00
gcimporter go.tools/go: separate interface construction from method set construction 2014-07-09 20:00:49 -07:00
importer go.tools/go: separate interface construction from method set construction 2014-07-09 20:00:49 -07:00
loader undo CL 107160049 / 9abbb23a14f6 2014-07-07 14:02:32 -07:00
pointer go.tools/go: separate interface construction from method set construction 2014-07-09 20:00:49 -07:00
ssa go.tools/go/ssa: introduce a sanity check for dead referrers 2014-07-10 06:27:25 -04:00
types go/types: fix incorrect InitOrder in packages created from multiple calls to (*Checker).Files. 2014-07-10 06:30:01 -04:00
vcs go.tools: fix various minor issues found by go vet 2014-05-19 08:47:28 -07:00