-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unicode: Update to version 9.0.0 #16191
Comments
I didn't see it tracked somewhere so I opened an issue. Please close, if I did overlook an already existing issue. Useful links:
|
CL https://golang.org/cl/24496 mentions this issue. |
Is it correct that the issue and the commit state version 9, while Line 332 in a2a4db7
|
@Thomasdezeeuw: yes. api/except.txt tells the API checker that it is okay to no longer have the Version constant be 8.0.0. api/go1.7.txt says it is now 9.0.0. (See https://github.com/golang/go/blob/a2a4db7375204c22898559d3b96a748c6df96294/api/go1.7.txt) |
Ok, just checking. |
Please answer these questions before submitting your issue. Thanks!
go version
)?go version go1.6.2 linux/amd64
go env
)?GOARCH="amd64"
GOOS="linux"
(rest redacted)
$ go doc unicode.Version
const Version = "9.0.0"
Version is the Unicode edition from which the tables are derived.
const Version = "8.0.0"
Version is the Unicode edition from which the tables are derived.
The text was updated successfully, but these errors were encountered: