Skip to content
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

Closed
nightlyone opened this issue Jun 27, 2016 · 5 comments
Closed

unicode: Update to version 9.0.0 #16191

nightlyone opened this issue Jun 27, 2016 · 5 comments

Comments

@nightlyone
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?

go version go1.6.2 linux/amd64

  1. What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOOS="linux"
(rest redacted)

  1. What did you do?

$ go doc unicode.Version

  1. What did you expect to see?

const Version = "9.0.0"
Version is the Unicode edition from which the tables are derived.

  1. What did you see instead?

const Version = "8.0.0"
Version is the Unicode edition from which the tables are derived.

@nightlyone
Copy link
Contributor Author

I didn't see it tracked somewhere so I opened an issue. Please close, if I did overlook an already existing issue.

Useful links:

@ianlancetaylor ianlancetaylor added this to the Go1.7Maybe milestone Jun 27, 2016
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/24496 mentions this issue.

@Thomasdezeeuw
Copy link
Contributor

Is it correct that the issue and the commit state version 9, while api/except.txt states version 8.0.0? (see

pkg unicode, const Version = "8.0.0"
).

@mpvl
Copy link
Contributor

mpvl commented Jun 28, 2016

@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)

@Thomasdezeeuw
Copy link
Contributor

Ok, just checking.

@golang golang locked and limited conversation to collaborators Jun 28, 2017
@rsc rsc unassigned mpvl Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants