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.22 #64343

Closed
mknyszek opened this issue Nov 22, 2023 · 2 comments
Closed

api: audit for Go 1.22 #64343

mknyszek opened this issue Nov 22, 2023 · 2 comments
Assignees
Labels
NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@mknyszek
Copy link
Contributor

This is a tracking issue for doing an audit of API additions for Go 1.22 as of https://go.dev/cl/544555.

New API changes for Go 1.22

archive/tar

cmp

crypto/x509

database/sql

debug/elf

encoding/base32

encoding/base64

encoding/hex

go/ast

go/types

go/version

html/template

io

log/slog

math/big

math/rand/v2

net/http

net

net/netip

os

reflect

slices

syscall

testing/slogtest

@mknyszek mknyszek added NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. release-blocker labels Nov 22, 2023
@mknyszek mknyszek added this to the Go1.22 milestone Nov 22, 2023
@mateusz834
Copy link
Member

Related #64012

@rsc
Copy link
Contributor

rsc commented Dec 18, 2023

Went through them all. LGTM. This is much easier now that we have issues linked in the api files.

The program that posts the audit issue needs to be updated to escape [ in api lines when creating the markdown. See cmp.Compare above for why.

@rsc rsc closed this as completed Dec 18, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Release Blockers Dec 18, 2023
@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. labels Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
Status: Done
Development

No branches or pull requests

4 participants