]> Cypherpunks repositories - gostls13.git/commit
doc/go1.18: warn about possible breakage of 1.18 generic code
authorIan Lance Taylor <iant@golang.org>
Mon, 28 Feb 2022 18:19:43 +0000 (10:19 -0800)
committerCarlos Amedee <carlos@golang.org>
Wed, 2 Mar 2022 20:14:06 +0000 (20:14 +0000)
commit2cb9e116d39176bd8a93609c63b175ac09eacea9
tree70c634c625fcc7f66261d7cbc331af69f7b362b2
parent9eb14f1b0e748c74f6a7da4cd195db860928cfbc
doc/go1.18: warn about possible breakage of 1.18 generic code

The Go 1 compatibility guarantee permits us to break code if there is
a specification error or a bug. Emphasize that for generics.

Change-Id: I8379a14cdab9f63bb747e961ca12d1adecfc2eb4
Reviewed-on: https://go-review.googlesource.com/c/go/+/388454
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
doc/go1.18.html