-
Notifications
You must be signed in to change notification settings - Fork 18k
spec: document the hint for make(map) better #19903
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
Comments
This might also require words in the spec, so I'm promoting this to an issue. |
I sent a CL. The lack of documentation in the spec is intentional. It is a hint, not a precisely documented value. I also commented on CL 40113 - that code is assuming far more than is warranted. |
CL https://golang.org/cl/40230 mentions this issue. |
@griesemer will send a CL with a spec change. Then we'll copy the spec text into reflect. |
CL https://golang.org/cl/40393 mentions this issue. |
For #19903. Change-Id: Ib28d08d45bfad653bcc1446f160b7b4a485529af Reviewed-on: https://go-review.googlesource.com/40393 Reviewed-by: Rob Pike <[email protected]> Reviewed-by: Russ Cox <[email protected]>
CL https://golang.org/cl/46270 mentions this issue. |
What version of Go are you using (
go version
)?go version devel +2e108a1be6 Tue Apr 4 11:55:55 2017 -0700 darwin/amd64
In https://go-review.googlesource.com/c/40113/ Rob Pike asked to add documentation about reflect.MakeMapWithSize.
The text was updated successfully, but these errors were encountered: