]> Cypherpunks repositories - gostls13.git/commit
doc/go1.17: document fixes for negative rune handling
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 5 May 2021 23:27:51 +0000 (19:27 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 6 May 2021 15:33:43 +0000 (15:33 +0000)
commit54e20b505d370210f05ab567c0d19e9bb51db8a3
tree579befd8c30f335dbade14e9ab4029cfdfcb6565
parentd2fd503f687ca686cb8fbee0b29e64ba529038fe
doc/go1.17: document fixes for negative rune handling

CL 317273 accidentally grouped a fix for bufio, bytes, strings
packages into a single entry, but they should be separate ones.

Fix that, and document these negative rune handling fixes.

The list of fixed functions in package unicode was computed by
taking the functions covered by the new TestNegativeRunes test,
and including those that fail when tested with Go 1.16.3.

For #44513.
Updates #43254.

Change-Id: I6f387327f83ae52543526dbdcdd0bb5775c678bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/317469
Reviewed-by: David Benjamin <davidben@google.com>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
doc/go1.17.html