From 63f014910daab38faee6208de2cbdbc191985d8c Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 28 May 2010 14:17:30 -0700 Subject: [PATCH] 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 | 66 ++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 28 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index d5b4af698b3..db149a9b531 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3,7 +3,7 @@