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 |
|
Ian Lance Taylor
|
3c686bd23f
|
Match gccgo error message.
bug251.go:11:2: error: invalid recursive interface
R=rsc
CC=golang-dev
https://golang.org/cl/204052
|
2010-02-05 20:56:20 -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 |
|