commit | 63f014910daab38faee6208de2cbdbc191985d8c | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Fri May 28 14:17:30 2010 -0700 |
committer | Robert Griesemer <gri@golang.org> | Fri May 28 14:17:30 2010 -0700 |
tree | 9c710df3504978eb99579d0e1f2592484bd7f75b | |
parent | 2bb59fd71a2b5290e6581a86b035b771eb31497d [diff] |
go spec: change def. of "type compatibility" to be non-recursive and adjust conversion rules. Also: - clarification of type identity (no language change) - adjust special rules for channel assignment/comparison to require identical element types (in correspondence to non- recursiveness of type compatibility) R=rsc, iant, ken2, r CC=golang-dev https://golang.org/cl/1376042