diff options
author | Robert Griesemer <gri@golang.org> | 2020-01-31 12:07:13 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2020-02-03 19:50:09 +0000 |
commit | af231b056baa325eddef80b8eb88df5f8a1d38aa (patch) | |
tree | 537b2a14fac43fc9da8e7213a58dccbf4032af45 /content/go1.15-proposals.article | |
parent | be963701966243f3439d07acd4571f101a75678f (diff) |
content/go1.15-proposals.article: add correction
Change-Id: I7892c28f347fd0b4984778863f0cd4748b7b3928
Reviewed-on: https://go-review.googlesource.com/c/blog/+/217299
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'content/go1.15-proposals.article')
-rw-r--r-- | content/go1.15-proposals.article | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/go1.15-proposals.article b/content/go1.15-proposals.article index 01bfe48..367bc7b 100644 --- a/content/go1.15-proposals.article +++ b/content/go1.15-proposals.article @@ -74,6 +74,9 @@ are constant, the compiler can constant-evaluate such expressions and produce a constant (possibly untyped) result. This is a fully backward-compatible change and we propose to make the necessary adjustments to the spec and compilers. +(Correction: We found out after posting that this change is not backward-compatible; +see [[https://golang.org/issue/28591#issuecomment-579993684][comment]] for details.) + * Timeline We believe that none of these three proposals are controversial but there’s |