@xnox Including additional fields about the toolchain and its possible modifications in the build information (in addition to the go version string) like that is an interesting idea. It has some conn…
It would be good to mention this in Go 1.25 release notes (#71661), otherwise users may not know about it. See [doc/README.md](https://cs.opensource.google/go/go/+/master:doc/README.md).
We haven't seen this happen for a while, right?
I believe this was a combination of some short-lived builder VMs inadvertently staying around for much longer than intended, and some cache directorie…
@srinivas-pokala I believe the change in [crrev.com/c/6439429](https://crrev.com/c/6439429) is rolled out and you should be able to try starting up the builder again.
We can try moving the sid builder (#61112) to cos-dev (up from cos-113-lts). If that ends up being too new and too noisy to be useful, we can move down to something less bleeding edge like cos-beta o…
Yes, agreed, we should apply this to cmd/dist too. Retitled to capture that too.
As for why golangbuild (and coordinator, previously) generates a VERSION file, it does it for a few related reasons:
…
It is intended for git-codereview to be available in PATH—see https://go.dev/doc/contribute#git-codereview_install. If you prefer not to add $HOME/go/bin to $PATH, it should still work to place the…
golangbuild currently generates VERSION files with strings like this, a behavior that the Go build system had for a while:
```
devel <commit>
devel <change>/<patchset>
```
That satisfies the proper…
The ability to be able to tell that a given Go version isn't a released version can be useful, and quite a bit of code relies on the presence of the "devel" substring as you mentioned. Instead of rem…
I don't think it's viable to rely on manually specifying IDs as in that CL. People will forget to do it in some cases, and changing anchors afterwards on recent release notes might break links.
The build script was updated and a new LUCI-capable image was indeed built, though it's missing python3 (needed for the swarming bot). But we still need to add it to luci-config. Reopening for that.
Yes, there is some similarity to #67468, but it's not the same issue. Over there it is a problem on the side of Gerrit, where for some reason triggering optional trybots doesn't use your primary Gerr…
As seen on the [x/review (gotip) by go commit](https://ci.chromium.org/p/golang/g/x-review-gotip-by-go/console) view, a number of tests have begun to fail starting with [CL 661575](https://go.dev/cl/…
Thanks for reporting.
This should be a matter of adding a check for `*noRun` inside `installHook`, before it starts to do `os.Mkdir` and `os.WriteFile`.
Your suggested alternative sounds good. Please go ahead and send the change.
One minor suggestion, since that is a complete sentence inside the parentheses, let's also move the period to be inside.
> So, considering this block of code: if cert has no ExtKeyUsage, but some UnknownExtKeyUsage, we also go through the remaining logic.
It looks like the current code results in such a cert contribut…
Does [gomote creation](https://go.dev/wiki/Gomote) work standalone from racebuild, or does it run into the same error? When authenticating, which of the two emails are you using, the @gmail.com one?
…
The v469e-rc8 release notes mention something that appears to be relevant to this issue:
> Frucore will now use a 10 bpc frame buffer by default. This should make shadows look noticeably better
I t…
GitHub has added dedicated statuses to help distinguish issues that are "completed" from ones that are "not planned". When closing a proposal because it is Declined, the latter status is a better fit…
There are two pages linked from https://chromium.googlesource.com/infra/infra/+/main/doc/source.md that might be most relevant, if you haven't already looked there:
- https://commondatastorage.googl…
Indeed. Thanks for filing this issue and de-duplicating all the related watchflakes reports.
The "yesterday afternoon" update was likely an automated one rather than something we did manually.
I've…
The golang.org/x/crypto module only uses the [golang.org/x/net/idna](https://golang.org/x/net/idna) package from the golang.org/x/net module, and that package hasn't changed since v0.21.0: https://go…
The monthly tagging workflow skips updating modules annotated with `tagx:ignore`. This was done out of necessity to break cycles in the module graph ([CL 439136](https://go.dev/cl/439136)).
This mea…
The `TestFixedbugs/issue70549.go` test recently added in [CL 662775](https://go.dev/cl/662775) is consistently failing on linux-s390x-ibm and linux-s390x-ibm-race builders:
```
--- FAIL: TestFixedbu…
@qmuntal is [looking into this](https://go-review.googlesource.com/c/go/+/653856/5#message-195160c33eb703a9b3cd6740dec47a275005ac3e). CC @golang/windows.
Can you please clarify if the request to backport to the 1.24 branch is because the problem only exists in 1.24 but not 1.23? Or does this problem affect 1.23 too? We need this information because th…
Fixed via [crrev.com/c/6414930](https://crrev.com/c/6414930), which adds escaping for this character on the side of result_adapter.
Filed #73116 in case there's something the go command can do bette…
This issue is meant to capture a small finding from #73086, and it's related to the cluster of proposals like #67562 (and its earlier version #45549), #27896, possibly more like #44970, #20209, #2021…
The x/text dashboard has turned red:
https://ci.chromium.org/p/golang/g/x-text-gotip-by-go/console
The text execution itself passes, but LUCI builds (for example, https://ci.chromium.org/b/87191676…
Thanks. The value of `crl.Issuer.Organization` contains only one backslash character:
```
Organization:[]string{`VeriSign\`}
```
And the String method prints that one backslash in escaped format. H…
> What is that subset?
As noted at https://staticcheck.dev/docs/configuration/, "Staticcheck tries to provide a good out-of-the-box experience, [...]", that is, this question is already being consid…