Brad Fitzpatrick
|
040fe32119
|
test: don't use package main for files without a main function
Part of issue 2833, but works fine with current test runner.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5606056
|
2012-02-03 11:43:24 -08:00 |
|
Russ Cox
|
1734cb02e7
|
gc: recursive interface embedding
Fixes #287.
R=ken2
CC=golang-dev
https://golang.org/cl/215048
|
2010-02-18 11:15:36 -08:00 |
|
Russ Cox
|
7b5789b584
|
gc: undo attempt at fixing recursive interface embedding
Fixes #582.
Update #287
Status: Accepted
Bug fix was too intrusive; undo and reopen issue.
R=ken2
CC=golang-dev
https://golang.org/cl/209044
|
2010-02-16 17:44:15 -08:00 |
|
Russ Cox
|
44898c7b76
|
gc: bug250, bug251 - recursive interface types
Fixes #287.
R=ken2
CC=golang-dev
https://golang.org/cl/199057
|
2010-02-01 23:58:49 -08:00 |
|