From: Robert Griesemer Date: Fri, 28 May 2010 21:17:30 +0000 (-0700) Subject: go spec: change def. of "type compatibility" to be non-recursive X-Git-Tag: weekly.2010-06-09~66 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=63f014910daab38faee6208de2cbdbc191985d8c;p=gostls13.git 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 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index d5b4af698b..db149a9b53 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3,7 +3,7 @@