Activity

Yesterday
ImageThanks. x_tools-gotip-linux-amd64-misccompile failure ("internal compiler error: bad live variable") is unrelated to this change. It's likely already tracked in issue #78081. Bypassing since everyth…
ImageGo 1.27 will require macOS 13 Ventura or later, so macOS 12 will be unsupported. For #75836. For #77944.
dmitshur closed an issue cmd/go: go mod init wrong version10h
ImageClosing since all uses of gsutil in this repository are removed as of CL 749081. Thanks.
ImageThanks. Now should be okay.
Image(2 comments) Done in PS 2. I filed a separate issue to clean up the unused App Engine app. Done. I mentioned them both since right now https://perf.golang.org/ has no link or any indication that …
ImageThanks.
Image(1 comment) Thanks for correcting this. For some reason I was under the impression the ingress at https://cs.opensource.google/go/x/build/+/master:deploy/build-ingress.yaml;l=116;drc=7bf60f09df7b988…
dmitshur commented on cmd/compile: unexplained build flakes19h
ImageIssue #78074 is due to [CL 751260](https://go.dev/cl/751260) adding an unconditional write to `ml.data[2]`, and the `ml.data` slice being given a size of `len(load.cmd.data)` which has few than 3 ele…
This Week
Image(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.
ImageThanks. 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.
ImageThat will get resolved in the later CL 753681. Bypassing.
ImageAll remaining trybot failures are fixed in the later CL 753681 and some unrelated timeouts. Bypassing.
ImageThe 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…
ImageClosing as fixed in Go 1.26 by [CL 692876](https://go.dev/cl/692876).
ImageClosing as fixed in Go 1.26 by [CL 692876](https://go.dev/cl/692876).
ImageThanks. 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…
ImageThe failure mode of linux/arm changed, but it's still not working yet. Filed #78053 for it.
Image[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…
ImageThanks. 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 …
ImageThanks. (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
ImageFixing the build error uncovers some failing tests in test/fixedbugs. Filed #78012. I tested skipping them locally, and with that all.bash passes.
Image### 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`. #…
ImageThe 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.
ImageThe 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`4d
ImageThe 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.
ImageThis builder doesn't exist now.
ImageThe 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 …
ImageThanks. 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…
ImageA 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…
ImageClosing as fixed in Go 1.26 by [CL 692877](https://go.dev/cl/692877).
ImageClosing as fixed in Go 1.26 by [CL 692877](https://go.dev/cl/692877).
ImageThanks. 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…
ImageThe 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…
ImageFor golang/go#77997.
ImageThis 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.
ImageOne 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 …
ImageThe 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…
ImageOh, 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 …
ImageRelui 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 …
ImageThanks. If this intends to refer to today's date, then: ```suggestion Date: Date{2026, 3, 5}, Version: Version{1, 26, 1}, ``` (Same below.)
ImageThe 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…
ImageCC @golang/release, @cherrymui.
ImageThe 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…
ImageThanks.
Image@bysiber Please avoid posting many repetitive comments in rapid succession in the Go issue tracker. Thanks.
Image[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 …
Image(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…
ImageThis was resolved in patch set 2. Thanks.
ImageI 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…
ImageShould 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 …
ImageThanks. 👍
ImageMake 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.
ImageThe intention of CL 707295 was to do this for all x/build services, but maintnerd was missed. For golang/go#70913.
Image(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…
Image@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…
Image(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…
ImageAs 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
ImageAdded a release-blocker label to indicate the release shouldn't happen while this issue is still open.
Image@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 …
ImageWe 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.)
Image@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77737#event-23012415692).
ImageThis 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…
ImageWe reviewed and approved this during a release meeting, moved CherryPickApproved from https://github.com/golang/go/issues/77659#event-23078585370 to this issue.
Image@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77659#event-23004957221).
Image@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77754#event-23010399320).
Image@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77671#event-23007156867).
Image@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77636#event-23009845781).
ImageWe reviewed and approved this during a release meeting, moved CherryPickApproved from https://github.com/golang/go/issues/77482#event-23078592981 to this issue.
Image@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77482#event-23054151261).
Image@gopherbot Please create a backport issue for Go 1.26 (original request was in https://github.com/golang/go/issues/77583#event-22768894147).
ImageThis 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
Image6140fdcb140798fe4fda313c57be133bf235e796maintner, gerritapi: handle draft status
Imagece8900dcd6898d396808d962fd777dcf7be445e9gerritapi: pass context to Gerrit calls
Image96ed021e15235cb4abcdaa86b88cc271e47f04c1add minimal go.mod
ImageJuly 4, 2024. Today I got a chance to try out the Apple Vision Pro. :)
dmitshur pushed to main in dmitri.shuralyov.com/scratch1y
Image5eb48b5f5d31d39777719edb35d37b724f183dc8quine: add load-bearing trailing space
dmitshur created package in dmitri.shuralyov.com/scratch/quine1y