Thanks for offering to help.
I wouldn't describe its maintenance levels as very active, but I do still use it myself and ocassionally update it to include latest GitHub GraphQL schema changes. That'…
Thanks for the PR. I prefer to update go.mod and go.sum files separately.
I pushed commit 2402fdf4a9edcf51ed3f2eab4dc57c6867b10eea that includes schema changes by 2026-02-08. It doesn't yet includ…
Adding a note here that the exec format error on cipd_cache/bin/cipd is likely the same problem that was encountered in https://github.com/golang/go/issues/67306#issuecomment-3633590314. If so, you m…
Maintain the property that gopherbot doesn't enter a non-stop fighting
match with a human trying to reopen a cherry-pick issue, but still let
the submission of newer backport CLs re-close said issues…
[CL 553155](https://go.dev/cl/553155) reordered headings in the GitHub issue templates to be "got, want" (for issue #64890), but the issue template used by `go bug` still has the old inverse "want, g…
I agree that `go env -changed` cannot fully replace `go env`, but it can be a useful addition in many cases. Go's CI system prints all 3 of `go env`, `go env -changed`, and even `cmd/internal/metadat…
Thanks.
Needs a go mod tidy, I suspect.
I really can't tell which is less expensive: leaving this unresolved comment that gets in the way of this auto-submitting, or leaving it for a future CL at t…
Thanks very much.
Optional: maybe "new exported API" is better than "new API"; it doesn't add much verbosity but I think may help solidify that this isn't talking about internal API changes too.
> …
### Go version
go version go1.26rc3 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
AR='ar'
CC='clang'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_ENABLED=…
Hi @HeliC829, you recently sent a GitHub request to join the [golang/riscv64](https://github.com/orgs/golang/teams/riscv64) maintainer team. As suggested at https://go.dev/wiki/PortingPolicy#requirem…
Make some progress on removing log.Fatal calls from inner functions,
in favor of returning an error to the caller and doing log.Fatal in
main. This will help eventually retry more retryable errors wi…
The custom functionality to prepend an optional base URL to a target URL
implemented in BaseLink involves modifying the Path field. To avoid
disrupting what the EscapedPath method returns, it's neces…
Thanks.
So far we had a chance to try out the "nothing to upstream" path and that worked without uncovering anything new. We'll try the "1+ CL to upstream" path when it comes up next and adjust as n…
(2 comments)
The Go 1.25 blog post didn't link to https://go.dev/doc/go1.25#language because there weren't notable language changes, but I agree it's worth at least including a link to https://tip.g…
Thanks for considering this.
As mentioned in https://github.com/rsc/rf/issues/16#issuecomment-812623872, I think it's generally expected that tools working on packages in GOROOT need to use the co…
As I understand that PR applied the fix to the v4 major version of badger, but cas currently uses v3. That means either the badger fix needs to also be backported to its v3, and cas updated to that, …
I wanted to ask what's the motivation to add a flag for this? There have been proposals in the past in the main Go project to add alternative ways to specify the go command to use, such as golang/go#…
Looks good, one inline comment.
"%+v" on `img` as is might create excessively verbose errors due to its [`Bytes []byte`](https://github.com/fflewddur/ltbsky/blob/9a65bc6aa513f18bb638c208c9187f8da33c…
Thanks for filing this issue and sending a fix @jitsu-net!
I tried doing a brief refactor in x/build again with the latest rf version, and can confirm it worked without errors this time. So I think …
(1 comment)
As far as I can tell both [crypto/mlkem/mlkemtest](https://pkg.go.dev/crypto/mlkem/mlkemtest?tab=versions) and [testing/cryptotest](https://pkg.go.dev/testing/cryptotest?tab=versions) pa…
> Also noting here that some of the route registration uses task names, which we've recently realized may contain "/" characters, and those will need some thought to handle.
This was intended to be …
(1 comment)
The fact the channel is reused seems more like an internal implementation detail that is secondary to the fact that calling Reset after Stop is permitted. Perhaps it'd be better not to m…
Thanks.
Let's also fix WithAttrs since it's nearby.
```suggestion
// Its Handle, WithAttrs and WithGroup methods call the corresponding method on each of the enabled handlers.
```
Just checking, is it expected this builder would not have caught the issue reported in #77420, but rather it's intended to check for easier-to-catch problems that may come up in the future?
Asking b…
Thanks.
A single passing commit across all repos seems pretty good signal for a 14.2 -> 14.3 change, so I suspect it's fine to move ahead without much waiting.
Thanks.
Not a big deal to leave these on older version. That said, if you want, consider updating them:
```suggestion
./make.bash 15.0
After it completes, it creates a file freebsd-amd64-150.t…
(1 comment)
I might've overlooked something, but to check here, can this condition be true? Since i is ranging over chain[1:], at [first glance](https://go.dev/play/p/5ZViTX7tvUY) it seems it might …
Thanks for looking into this.
From looking at the list of bots connected to LUCI at https://chromium-swarm.appspot.com/botlist?f=cipd_platform%3Alinux-s390x&f=pool%3Aluci.golang.shared-workers, it d…
Thanks for requesting to add a builder to test the linux/mipsle port (CC @golang/mips). There's also issue #67304 tracking this. Is this meant to be an additional builder?
CC @golang/release, @pratt…
Looks good to me, though the go/types API and best practices for code that needs to handle aliases isn't something I've looked into closely. Someone more familiar (@adonovan@google.com maybe) might b…
Thanks.
I think I tried to use the 14.1 builders to iterate a bit on that issue with the builders not cleaning up after themselves on termination requests or so. Does that work fine now?
If not, ma…
Thanks.
Thanks. For reference, in case it comes in handy later, note that there's a bit more information about tests for x/website/cmd/golangorg in its [README](https://cs.opensource.google/go/x/web…
Minor comments on the test; otherwise leaving this to Damien to review. Thanks.
https://pkg.go.dev/testing#T.Fatal's "FailNow must be called from the goroutine running the test or benchmark function…
@bradfitz@golang.org Please note that the Run-TryBot+1 by now is meant only when looking to trigger legacy slowbots. Otherwise there aren't any trybots that run in its default set. So in most CLs lik…
The Go 1.26 release notes draft seems ready. It's okay for this issue to stay open to track any further refinement and improvement leading up to the release, but removing the release-blocker label si…
2025c still remains the latest available, and with Go 1.26 RC 3 planned for next week, Go 1.26.0 soon thereafter, moving this to the next milestone. We can always revisit if applicable.
They are. Although Go can make them too easy via `go:embed`.
See some initial comments.
I suggest either adding a quite that can be licensed via the existing BSD-3-Clause LICENSE at the top level o…