Activity

Today
(1 comment) It's probably fine that p.To.Name is set to obj.NAME_NONE here and seemingly not changed to another value later, but calling it out just in case.
Thanks. https://ci.chromium.org/ui/p/golang/builders?q=-darwin-arm64_26 is all green except go1.25-darwin-arm64_26, but that one should be fixed by the stack ending with CL 753681.
That will get resolved in the later CL 753681. Bypassing.
All remaining trybot failures are fixed in the later CL 753681 and some unrelated timeouts. Bypassing.
The new dynamic loader in macOS 26 beta doesn't like binaries without LC_UUID. Binaries built by "go build" have LC_UUID by default. When invoking the linker manually, it has an LC_UUID by default if…
Closing as fixed in Go 1.26 by [CL 692876](https://go.dev/cl/692876).
Closing as fixed in Go 1.26 by [CL 692876](https://go.dev/cl/692876).
Thanks. Those CLs only modify a package that contains tests, and isn't used otherwise, so they should be safe. It's all that's left to get Go 1.25's all.bash passing on macOS 26, so I suggest we back…
The failure mode of linux/arm changed, but it's still not working yet. Filed #78053 for it.
[CL 751465](https://go.dev/cl/751465) fixed #77781 but caused linux/arm to run into a https://ci.chromium.org/b/8687988093932136273 failure mode. As of [CL 752560](https://go.dev/cl/752560), the fail…
Yesterday
Thanks. Be mindful that I'm not very familiar with potential nuances here but the change seems reasonable. In contrast to vcsRepo.Stat, where rev == "latest" is cached like any other revision, here …
Thanks. (Asking to learn.) Is there some functionality that maps this .txt file's txtar content with .mod to a go.mod file? Yes, found it via [README](https://cs.opensource.google/go/go/+/master:src…
Last Week
Fixing the build error uncovers some failing tests in test/fixedbugs. Filed #78012. I tested skipping them locally, and with that all.bash passes.
### Go version ```sh # (on macOS 26) $ go version go version go1.25.8 darwin/arm64 # with go.dev/cl/752520 applied on top ``` ### What did you do? Ran `go test -count=1 cmd/cgo/internal/test`. #…
The watchflakes pattern only matches the legacy builder, not the newer one that was moved to LUCI. If this happens on the new builder, watchflakes will open a new issue.
The watchflakes pattern only matches the legacy builder, not the newer one that was moved to LUCI. If this happens on the new builder, watchflakes will open a new issue.
dmitshur closed an issue all: timeouts on `linux-s390x-ibm-race`3d
The watchflakes pattern only matches the legacy builder, not the newer one that was moved to LUCI. If this happens on the new builder, watchflakes will open a new issue.
This builder doesn't exist now.
The relevant part of the test log is: ``` buildrelease_test.go:743: task illumos-amd64: Reproduce distpack on Windows: error: script failed: exit status 139 output: + set -o pipefail …
Thanks. FWIW, I found this because the [gotip-darwin-amd64_15](https://ci.chromium.org/ui/p/golang/builders/ci/gotip-darwin-amd64_15) builder being added (issue #77997) ran into this 4 times in a row…
A test in C has an array bound defined as a "const int", which is technically a variable. The new version of C compiler in Xcode 26 beta emits a warning "variable length array folded to constant arra…
Closing as fixed in Go 1.26 by [CL 692877](https://go.dev/cl/692877).
Closing as fixed in Go 1.26 by [CL 692877](https://go.dev/cl/692877).
Thanks. Since this is a test-only fix, and should be safe, we can probably backport it. (Another option would be to skip the test, but that doesn't seem to be needed.) @gopherbot Please consider thi…
The recently added darwin/arm64 builder with macOS 26 (issue #76798) uncovers a failing test on [release-branch.go1.25](https://ci.chromium.org/ui/p/golang/builders/ci/go1.25-darwin-arm64_26): I can…
For golang/go#77997.
This is a tracking issue for adding darwin/amd64 builders with macOS 15 (macOS Sequoia). We already have darwin/arm64 builders ones with it as of #73397. CC @golang/release, @golang/darwin.
One of the things left out of initial scope of #77214 was: > upstreaming to main branch - this has a lot in common to release branches, but we don't have an existing ref for this and there are more …
The CL still needs to complete the [code review process](https://go.dev/doc/contribute#reviews). It already has reviewers added to it, but perhaps they haven't found the time to get to it. Since it's…
Oh, I missed the earlier https://github.com/golang/go/issues/77945#issuecomment-3999348983 where it was mentioned. That looks like an improvement as far as I can tell, so if you don't mind please do …
Relui may need more scratch space to work with when running tasks that involve cloning large repositories, such as when upstreaming private-track security CLs on the release day. The previous value …
Thanks. If this intends to refer to today's date, then: ```suggestion Date: Date{2026, 3, 5}, Version: Version{1, 26, 1}, ``` (Same below.)
The TestListenIPv6WildcardAddr test was recently added in [CL 743080](https://go.dev/cl/743080) (CC @ravisastryk, @nicholashusin), and it's consistently failing on openbsd/amd64 and openbsd/ppc64 por…
CC @golang/release, @cherrymui.
The builder has been added and it's passing all.bash in the main repo. Move it from TBD_CAPACITY_HOSTS to LOW_CAPACITY_HOSTS and drop its skip_x_repos option to get closer to fully removing its known…
Thanks.
@bysiber Please avoid posting many repetitive comments in rapid succession in the Go issue tracker. Thanks.
[CL 664235](https://go.dev/cl/664235) updated this section. @matloob Was this issue perhaps intended to be closed by it? (Its commit message said "Fixes #57355" which seems to be 404, and this issue …
(1 comment) Indeed. There's no merge conflict because both CLs made an identical change here, so once rebased, only the fix on line 279 will be applied. Rebasing would be required if there was a mer…
This was resolved in patch set 2. Thanks.
I suggest starting with a brief issue describing this change, and include `CC @golang/security` to let the [owners](https://dev.golang.org/owners) of these packages know. They'll have a better idea w…
Should a change like this also have tests, updated documentation, and a reference to an issue (or a proposal if this is considered notable enough)? Possibly also a release note for Go 1.27? Without …
Thanks. 👍
Make it easier to maintain (and unify) deployment files for x/build services by having the commands uniformly live in the cmd directory. For golang/go#70913.
The intention of CL 707295 was to do this for all x/build services, but maintnerd was missed. For golang/go#70913.
(1 comment) > Didn't know gopherbot will close issues for CLs landed on internal-vendor branch. Ah, I was mistaken when I anticipated that happening, sorry for a misleading comment. It indeed won't…
@dagood The change in x/tools repo in [CL 747560](https://go.dev/cl/747560) hasn't been vendored into the main Go repo yet. That will certainly happen in time for Go 1.27 (this issue's milestone), tr…
(1 comment) Note that this CL alone won't fix #77899; the CL that pulls this change into the [main Go repo's release branch](https://cs.opensource.google/go/go/+/release-branch.go1.26:src/cmd/go.mod…
As an alternative to running 'go build', 'go clean', then 'go install', would it work to skip the first two steps and run 'go install' right away? If there's a build error, 'go install' would report …
Earlier
Added a release-blocker label to indicate the release shouldn't happen while this issue is still open.
@dr2chase This backport issue is still open but without CherryPickApproved nor CherryPickCandidate label. Should this go back to approved but with [CL 749241](https://go.dev/cl/749241) as the new CL …
We reviewed and approved this during a release meeting, moved CherryPickApproved from https://github.com/golang/go/issues/77737#event-23078589596 to this issue. (CC @dr2chase.)
@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77737#event-23012415692).
This issue was marked as fixed by [CL 747900](https://go.dev/cl/747900), but that CL is in the main branch of x/tools. That's sufficient to fix the problem in time for Go 1.27, but this issue is curr…
We reviewed and approved this during a release meeting, moved CherryPickApproved from https://github.com/golang/go/issues/77659#event-23078585370 to this issue.
@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77659#event-23004957221).
@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77754#event-23010399320).
@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77671#event-23007156867).
@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77636#event-23009845781).
We reviewed and approved this during a release meeting, moved CherryPickApproved from https://github.com/golang/go/issues/77482#event-23078592981 to this issue.
@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77482#event-23054151261).
@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77583#event-22768894147).
This is the main issue, so the CherryPickCandidate label doesn't apply here. There was already #77766 opened to track the Go 1.26.x backport.
dmitshur pushed to main in dmitri.shuralyov.com/service/change10mo
6140fdcb140798fe4fda313c57be133bf235e796maintner, gerritapi: handle draft status
ce8900dcd6898d396808d962fd777dcf7be445e9gerritapi: pass context to Gerrit calls
96ed021e15235cb4abcdaa86b88cc271e47f04c1add minimal go.mod
July 4, 2024. Today I got a chance to try out the Apple Vision Pro. :)
dmitshur pushed to main in dmitri.shuralyov.com/scratch1y
5eb48b5f5d31d39777719edb35d37b724f183dc8quine: add load-bearing trailing space
dmitshur created package in dmitri.shuralyov.com/scratch/quine1y
LGTM. Thanks, and congrats on your first new Go package here! Done in PS 2. Patch set 2 seems to resolve this.
Thanks! If it's ready to be submitted from your side, I can do that now.
dmitshur pushed to main in dmitri.shuralyov.com/html/belt1y
d8009a3578d1be4dafb93e9ee4894d2bbd2b5e3badd OnClick field to CommitID
63f3644d8635396fd13789affe363ee9f693e8ecadd dark mode support in Reference
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…
Thanks! Congrats on your first change. :D See one inline comment that's unresolved (yellow border). You can leave a draft comment like "Done." and mark the 'Resolved' checkbox, then when you upload …
dmitshur pushed to main in dmitri.shuralyov.com/go/generated2y
e1de015411532fa144166aada4201ee443800425add test case with no final newline
6904a2a3d88d6c3ad39737a7c5bf226f5ebbd482modernize test code slightly
dmitshur pushed to main in dmitri.shuralyov.com/gpu/mtl3y
85de2813cf6bd8d6d2f0240fdebf943cbffc2b8afix "supportsFamily not found" warning on macOS 10.13 and 10.14
dmitshur pushed to main in dmitri.shuralyov.com/gpu/mtl3y
b78c9fe623cca0431d866c9e206d3f83665bcf8bdeprecate FeatureSet and Device.SupportsFeatureSet
2a3c46a829b92964146abf7f6c2d649cd66cce97add GPUFamily and Device.SupportsFamily
I agree with the points made above. This entry tried to say "use this language feature when it's appropriate; don't use it when it's not", which can be said for any language feature. I'll close this …
dmitshur pushed to master in dmitri.shuralyov.com/service/change3y
67e22b2f18a260a33a98c6a7d601726a58c53767maintner: update for GitCommit API change