-
Notifications
You must be signed in to change notification settings - Fork 18.7k
internal/coverage/decodemeta: correct wording in unknown version error #76981
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
Conversation
|
This PR (HEAD: 2ab8e05) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/732581. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
|
Message from Jorge Pinto: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
|
Message from Than McIntosh: Patch Set 2: Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
|
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-12-24T22:37:55Z","revision":"9f0fa8c0c7fdf875a21e5636b7ed6969ca04848c"} Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
|
Message from Than McIntosh: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
|
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
|
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
|
Message from Cherry Mui: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
Correct the wording in the error message returned by readFileHeader when encountering a meta-data file with an unsupported version. Change-Id: I49be1bb1509ccc64e8384103bd7f19382b536c26 GitHub-Last-Rev: 2ab8e05 GitHub-Pull-Request: #76981 Reviewed-on: https://go-review.googlesource.com/c/go/+/732581 Reviewed-by: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@golang.org>
|
Message from Roland Shoemaker: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/732581. |
|
This PR is being closed because golang.org/cl/732581 has been merged. |
Correct the wording in the error message returned by readFileHeader when
encountering a meta-data file with an unsupported version.