File tree Expand file tree Collapse file tree
private/buf/bufformat/testdata/proto3/all/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- - No changes yet .
5+ - Fix ` buf format ` dropping comments next to commas or semicolons in message literals .
66
77## [ v1.72.0] - 2026-07-17
88
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 connectrpc.com/connect v1.20.0
1919 connectrpc.com/grpcreflect v1.3.0
2020 connectrpc.com/otelconnect v0.9.0
21- github.com/bufbuild/protocompile v0.14.2-0.20260716165721-bb5762d29672
21+ github.com/bufbuild/protocompile v0.14.2-0.20260721215534-273ab18aaede
2222 github.com/bufbuild/protoplugin v0.0.0-20260414125817-25d1d281b46b
2323 github.com/cli/browser v1.3.0
2424 github.com/gofrs/flock v0.13.0
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ github.com/bmatcuk/doublestar/v4 v4.10.0 h1:zU9WiOla1YA122oLM6i4EXvGW62DvKZVxIe6
4242github.com/bmatcuk/doublestar/v4 v4.10.0 /go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc =
4343github.com/brianvoe/gofakeit/v6 v6.28.0 h1:Xib46XXuQfmlLS2EXRuJpqcw8St6qSZz75OUo0tgAW4 =
4444github.com/brianvoe/gofakeit/v6 v6.28.0 /go.mod h1:Xj58BMSnFqcn/fAQeSK+/PLtC5kSb7FJIq4JyGa8vEs =
45- github.com/bufbuild/protocompile v0.14.2-0.20260716165721-bb5762d29672 h1:6xykiXQPoF/hhOjAhwiHQ0kgcAvrDZw0Tjl1VQkpu5c =
46- github.com/bufbuild/protocompile v0.14.2-0.20260716165721-bb5762d29672 /go.mod h1:jPUiZUFWc8E3Kc2Y4SRlGAdjde4amGkHY0BUACNS43E =
45+ github.com/bufbuild/protocompile v0.14.2-0.20260721215534-273ab18aaede h1:eQm2wzIoBCGSL0Mrlt8ZS2blkGkBubFibjb1VwaS3Gg =
46+ github.com/bufbuild/protocompile v0.14.2-0.20260721215534-273ab18aaede /go.mod h1:N/HDKSkwgQFrJyi/HMZF4WyRVBQDPzRzvXnhF2BPW2s =
4747github.com/bufbuild/protoplugin v0.0.0-20260414125817-25d1d281b46b h1:b7wvo9ZhjLzCp7tGbOUMvgtYTnd33zGSAmMxcdxMnhQ =
4848github.com/bufbuild/protoplugin v0.0.0-20260414125817-25d1d281b46b /go.mod h1:c5D8gWRIZ2HLWO3gXYTtUfw/hbJyD8xikv2ooPxnklQ =
4949github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ message One {
9292 // oneof-field comment 2
9393 custom.Thing custom_field = 11; // oneof-option-field-inline comment 4
9494 }
95+ // oneof-inline-comment
9596
9697 int64 integer_field = 12 [
9798 (custom.repeated_field_option) = 1,
You can’t perform that action at this time.
0 commit comments