Conversation
|
This PR (HEAD: ea485a6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/image/+/498535 to see it. Tip: You can toggle comments from me using the |
|
TNrx3YHzhJYxHFo3eSLjEFpHZ3j9NBKbGR |
1 similar comment
|
TNrx3YHzhJYxHFo3eSLjEFpHZ3j9NBKbGR |
| @@ -179,6 +179,7 @@ func TestDecodeVP8L(t *testing.T) { | |||
| "gopher-doc.8bpp", | |||
There was a problem hiding this comment.
TNrx3YHzhJYxHFo3eSLjEFpHZ3j9NBKbGR
|
Message from Nigel Tao: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
This PR (HEAD: 304e63a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/image/+/498535. Important tips:
|
|
Message from Jesús Espino: Patch Set 2: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Gopher Robot: Patch Set 2: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Nigel Tao: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Nigel Tao: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Nigel Tao: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Nigel Tao: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Dmitri Shuralyov: Patch Set 2: Auto-Submit+1 Code-Review+1 Commit-Queue+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2026-03-04T15:59:13Z","revision":"e75c9aa362b5a9a0c55d6e527bd08d055dfd77bb"} Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Dmitri Shuralyov: Patch Set 2: -Commit-Queue (Performed by <GERRIT_ACCOUNT_60063> on behalf of <GERRIT_ACCOUNT_35155>) Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Go LUCI: Patch Set 2: This CL has failed the run. Reason: Tryjob golang/try/x_image-gotip-linux-arm64 has failed with summary (view all results):
To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
This fixes resizing and converting certain WebP images to PNG by inlining the decoder implementation and applying the following patch: golang/image#16 I chose this course of action since the bug was known upstream since 2023, but no action has been taken to review or accept the patch since then. In fact, the WebP decoder has historically seen fewer than one commit per year: https://github.com/golang/image/commits/master/webp/decode.go
|
Message from Nigel Tao: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2026-03-05T20:59:14Z","revision":"e75c9aa362b5a9a0c55d6e527bd08d055dfd77bb"} Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Nigel Tao: Patch Set 2: -Commit-Queue (Performed by <GERRIT_ACCOUNT_60063> on behalf of <GERRIT_ACCOUNT_5899>) Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
|
Message from Go LUCI: Patch Set 2: This CL has failed the run. Reason: Tryjob golang/try/x_image-gotip-linux-arm64 has failed with summary (view all results):
To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/498535. |
Fixes golang/go#60437