]> Cypherpunks repositories - gostls13.git/commit
go spec: change def. of "type compatibility" to be non-recursive
authorRobert Griesemer <gri@golang.org>
Fri, 28 May 2010 21:17:30 +0000 (14:17 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 28 May 2010 21:17:30 +0000 (14:17 -0700)
commit63f014910daab38faee6208de2cbdbc191985d8c
tree9c710df3504978eb99579d0e1f2592484bd7f75b
parent2bb59fd71a2b5290e6581a86b035b771eb31497d
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
doc/go_spec.html