-
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
api: audit for Go 1.19 #53310
Comments
Change https://go.dev/cl/414515 mentions this issue: |
The issue number was wrong for the debug/pe changes, probably my fault creating the initial file set. Sent https://go.dev/cl/414515 to fix. There are a few unexpected API additions attributed to #50674. I will look more closely at those. Everything else is as proposed and accepted. |
The new fields for #50674 look fine but they are undocumented |
It was #51868 not #51686. For #53310. Change-Id: I2cf28ca4de65e7030fdbd05e7f32fe42c8f3ca0a Reviewed-on: https://go-review.googlesource.com/c/go/+/414515 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Than McIntosh <thanm@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
CL 414635 updates the comment. Once it is in we can close this issue. |
CL 414635 is in. Thank you, closing as done. (I've also checked off the last 3 boxes so it's clear we didn't accidentally miss them. They corresponded to the 3 more fields for #50674, which Russ said was fine, no objections in #50674 (comment), and they're now documented.) |
It was golang#51868 not golang#51686. For golang#53310. Change-Id: I2cf28ca4de65e7030fdbd05e7f32fe42c8f3ca0a Reviewed-on: https://go-review.googlesource.com/c/go/+/414515 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Than McIntosh <thanm@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
This is a tracking issue for doing an audit of API additions for Go 1.19 as of https://go.dev/cl/411394.
New API changes for Go 1.19
crypto/x509
Covered:
Not originally covered, but covered later in #50674 (comment):
debug/elf
debug/pe
encoding/binary
encoding/csv
encoding/xml
flag
fmt
go/doc
go/doc/comment
go/types
hash/maphash
html/template
net/http
net/url
os/exec
regexp/syntax
runtime/debug
sort
sync/atomic
time
The text was updated successfully, but these errors were encountered: