]> Cypherpunks repositories - gostls13.git/commit
doc: correct statement in go1.10 release notes
authorRodolfo Carvalho <rhcarvalho@gmail.com>
Sat, 21 Apr 2018 22:24:25 +0000 (22:24 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 23 Apr 2018 22:21:48 +0000 (22:21 +0000)
commitc0769741f541d2382c5c9b4506d684a738d7e53e
tree892de84dd834db23967a83145a00b5f6dbb34a3e
parent22115859a513b77ed9d966a356902630eff9e71b
doc: correct statement in go1.10 release notes

The language spec requires the RHS operand of shift expressions to be unsigned integers.

The changes in CL 60230 and the related CL 81277 refer to a variable s of type uint.
The "untyped constant" here refers to 1.0, not s.

Change-Id: Id2b884816af7f79f453afcb8c34ade2d34e18bc2
GitHub-Last-Rev: b26c853cae2adea7235a51ad726308e337494385
GitHub-Pull-Request: golang/go#24989
Reviewed-on: https://go-review.googlesource.com/108676
Reviewed-by: Robert Griesemer <gri@golang.org>
doc/go1.10.html