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

api: audit for Go 1.23 #67843

Closed
gopherbot opened this issue Jun 5, 2024 · 3 comments
Closed

api: audit for Go 1.23 #67843

gopherbot opened this issue Jun 5, 2024 · 3 comments
Labels
ExpertNeeded NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. release-blocker
Milestone

Comments

@gopherbot
Copy link
Contributor

This is a tracking issue for doing an audit of API additions for Go 1.23 as of CL 590835.

New API changes for Go 1.23

archive/tar

crypto/tls

crypto/x509

debug/elf

encoding/binary

go/ast

go/types

iter

maps

math/rand/v2

net

net/http

net/http/httptest

os

path/filepath

reflect

runtime/debug

slices

structs

sync

sync/atomic

syscall (windows-386)

syscall (windows-amd64)

unicode/utf16

unique

CC @rsc, @ianlancetaylor, @golang/release.

@gopherbot gopherbot added ExpertNeeded NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. release-blocker labels Jun 5, 2024
@gopherbot gopherbot added this to the Go1.23 milestone Jun 5, 2024
@rsc
Copy link
Contributor

rsc commented Jun 6, 2024

Reading through the list, these all LGTM, meaning I remember the proposals and still think that the APIs are correct.
Would be good for @ianlancetaylor to check the same, and then I think we can close this. Thanks!

@dmitshur
Copy link
Contributor

dmitshur commented Jun 8, 2024

I also looked a bit at the proposed and implemented APIs. Everything seems to align. The WSAENOPROTOOPT constant wasn't mentioned in proposal #62254, but it seems fine.

@ianlancetaylor
Copy link
Contributor

I have also reviewed. LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExpertNeeded NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. release-blocker
Projects
Status: Done
Development

No branches or pull requests

4 participants