2022_10
Scrapbox招待リンク
connpass
参考資料
GoのProposalの追い方ガイド
関連リンク集 https://zenn.dev/syumai/scraps/763efd267b3109
参加者
syumai
Nobishii
岩田プロ
読むもの
proposal: review meeting minutes
proposal: Go 2 review meeting minutes
Discussions
(The Go Blog)
はじめに
Twitter hashtag は #goproposalmonthly です
ぜひYouTube Liveにコメントお願いします!
今回の範囲
ここから https://github.com/golang/go/issues/33502#issuecomment-1269169392
2022-10-26
URL
https://github.com/golang/go/issues/33502#issuecomment-1292424713
Accepted
all: add openbsd/riscv64 port https://go.dev/issue/55999
archive/tar, archive/zip: add ErrInsecurePath https://go.dev/issue/55356
cmd/vet: extend the loopclosure analysis to parallel subtests https://go.dev/issue/55972
喜ぶ人多そう
crypto/rsa: allow hash.Hash for OAEP and MGF1 to be specified independently https://go.dev/issue/19974
net/http: add Transport.OnProxyConnectResponse https://go.dev/issue/54299
2022-10-20
URL
https://github.com/golang/go/issues/33502#issuecomment-1285965551
Accepted
os/exec: add fields for managing termination signals and pipes https://go.dev/issue/50436
あとでwatchに突っ込む
regexp: add ErrLarge error https://go.dev/issue/56041
x/exp/slices: add Replace https://go.dev/issue/55358
x/tools/go/ssa: generate function bodies for parameterized functions https://go.dev/issue/54984
2022-10-12
URL
https://github.com/golang/go/issues/33502#issuecomment-1276546232
Accepted
math/rand: seed global generator randomly https://go.dev/issue/54880
net: Add ControlContext to Dialer https://go.dev/issue/55301
reflect: add Value.Equal, Value.Comparable https://go.dev/issue/46746
x/net/http2: Transport.MaxReadFrameSize https://go.dev/issue/54850
2022-10-05
URL
https://github.com/golang/go/issues/33502#issuecomment-1269169392
Accepted
build: adopt Go 1.20 as bootstrap toolchain for Go 1.22 https://go.dev/issue/54265
cmd/compile: profile-guided optimization https://go.dev/issue/55022
math/rand: deprecate Read https://go.dev/issue/20661
x/time/rate: add Sometimes type https://go.dev/issue/54237
https://pkg.go.dev/golang.org/x/time/rate
https://qiita.com/msh5/items/f203f85452c5b814ba36