Activity

Today
Thanks. (minor typo) ```suggestion cmd/go/testdata/script: remove net check in get_issue53955 test ```
Thanks. I left a suggestion to consider including at least one "For #nnn." line. That suggestion is for all CLs in this stack, but I won't repeat it everywhere. Whenever there's a large stack of CL…
Thanks. Just a minor comment/question. I don't know what's the motivation to defer base.ExitIfErrors() here given it's already being called on line 1495, and there aren't any early returns before th…
Test/codegen/simd.go may need attention after this change, see issue #80199.
It seems this started with [CL 794680](https://go.dev/cl/794680). Since this is a regression from go1.27rc1, it'd be good to fix for rc2.
dmitshur commented on flag:race: unrecognized failures2h
That's a strange build failure that only happened once so far. It may be the same issue that was fixed by [CL 794120](https://go.dev/cl/794120) and [CL 794121](https://go.dev/cl/794121). Adjusted the…
CC @adonovan, @matloob, @findleyr.
I think you filed issue #80232 for this, so "Fixes golang/go#80232". This text should be acknowledged and then deleted from the PR description. Adding a new exported API requires going through the …
CC @neild, @ianlancetaylor, @nicholashusin.
dmitshur commented on doc: write release notes for Go 1.273h
@iandyh Thanks for reporting that. We'll resolve it as part of issue #79987.
It was reported that the package documentation for encoding/json (v1) doesn't show the "Migrating to v2" section in https://github.com/golang/go/issues/78779#issuecomment-4861881670 (thanks @iandyh).…
Yesterday
(1 comment) This might be worth including in the Go 1.27 release notes (https://tip.golang.org/doc/go1.27, tracking issue #78779). CL 750680 is where the Plan 9-specific addition happened.
This Week
So far we've only had to deal with the common case where a security fix applies to all versions that are going as part of a monthly Go release. At some point we'll run into a case where some security…
Replaced by a newer identical CL 795500.
Replaced by a newer identical CL 795500.
dmitshur commented on net: TestLookupCNAME failures1d
@gopherbot Please consider this for backport. It's a test-only fix needed to get this test passing on release branches. CC @nicholashusin, @golang/release.
This has been working well for the "two minor releases" relui workflow. Continue by making it available in "next RC" relui workflow next. For golang/go#79037.
I understand this should be fixed by https://go.dev/cl/794120 and https://go.dev/cl/794121 (CC @prattmic), closing. [internal/sync.TestConcurrentCache on gotip-linux-amd64-noopt](https://ci.chromium.…
I understand this should be fixed by https://go.dev/cl/794120 and https://go.dev/cl/794121 (CC @prattmic), closing. [internal/sync.TestConcurrentCache on gotip-linux-amd64-noopt](https://ci.chromium.…
We'll be able to pull it in once there's a stable GLFW release that includes that change. PR glfw/glfw#2833 is added to 3.5 milestone, so I understand it will be released in in a future GLFW 3.5 rele…
Thanks. cmd/doc was deleted in CL 689835 ('go doc' continues to handle its functionality), so this entire entry can also be removed.
(1 comment) Thanks.
(1 comment) Is it applied in patch set 4? The change doesn't seem to be uploaded yet.
Last Week
For #419. (CC @oliverbestmann.)
dmitshur created branch in github.com/go-gl/glfw4d
gofmt-after-pr-420
I understand PR #420 fixed this, so closing.
(1 comment) Yes, the other Gerrit footers are usually kept - this is covered at https://go.dev/wiki/MinorReleases#making-cherry-pick-cls: > In the popup enter the branch name (like release-branch.g…
dmitshur starred github.com/x448/float165d
A concern is that proposal conflicts (significantly overlaps) with an already-accepted but not yet implemented one at #54312. That proposal went through an analysis of the ecosystem as part of arrivi…
(1 comment) Noting here that it should also be possible to take advantage of this fmt printing behavior: > 2. If an operand implements the [Formatter](https://pkg.go.dev/fmt#Formatter) interface, i…
In the example provided, the phrasing "a fuller description of a Thing than [Thing.String]" seems more distinct than I'd expect from the description for the `GoString() string` method given at https:…
Thanks, using `go tool` for this is very interesting. I'm a bit hesitant to actually switch to this because it would mean we deviate more from the approach that's supported by the LUCI team. It woul…
The legacy trybots aren't supported anymore, so stopping this empty run. We'll remove the gerrit vote soon to avoid confusion. Currently supported trybots are triggered via the Commit-Queue+1 vote as…
A few notes Gerrit-related notes: @emmanuel@orijtech.com, please note that when starting trybots via the 'Choose Tryjobs' dialog, since this CL is inside the golang.org/x/arch repository, the builder…
(1 comment) (Any leftover generated CLs can also be found and cleaned up via a query like https://go-review.googlesource.com/q/owner:gobot@golang.org+is:open.)
Thanks. Noting that clTitle needed to be defined as a variable in part because it needed to be used in multiple places, including for the "past open CL" check. Now that it's only being used in the o…
CC @griesemer, @golang/tools-team, @dominikh.
(1 comment) These two lines seem to be missing a verb in front. 'Fixes' for both?
This change is ready for review.
These were missed in CL 324270. These files aren't needed, and can be safely removed. This way they won't become out of date, and they won't invite maintenance.
(1 comment) If I understand correctly, this is an intentionally shortened version of a similar explanatory comment used in other repos: https://cs.opensource.google/search?q=file:.gitattributes&sq=…
Thanks. Added @HeliC829 to https://github.com/orgs/golang/teams/riscv64/members.
CC @golang/windows.
CC @golang/compiler.
CC @cherrymui, @golang/windows.
CC @golang/pkgsite.
Earlier
@kidnamedcudilovedrake-dot You've been posting on many issues recently. The issue tracker is used for discussing the issue, code changes are better handled as part of CLs (which is where a [CLA](http…
CC @drakkan, @golang/security.
Thanks, feel free to send a CL. See https://go.dev/doc/contribute.
As of [CL 792120](https://go.dev/cl/792120), the gotip-linux-amd64-newinliner builder which tests with `GOEXPERIMENT=newinliner` fails to build cmd/compile/internal/gc: ``` FAIL cmd/compile [build f…
**Description:** Currently setup-go supports "stable" and "oldstable" aliases. They are moving targets, so they make it convenient for repositories to target those versions, without needing to edit a…
Thanks for confirming @noahbjohnson. That suggests govulncheck owners may consider temporarily working around by using an older x/tools while #80055 is investigated and resolved.
CC @golang/command-line.
If someone who's able to reproduce this wants to try building govulncheck from source, modifying it with `go get golang.org/x/tools@v0.44.0` (plus v0.45.0 is worth trying too), please see whether tha…
Thanks for reporting and bisecting this. CC @golang/tools-team, @mrkfrmn, @griesemer.
Thanks for reporting. CC @golang/vulndb.
**Describe the bug** The `didPanic` function in `internal/assertions/panic.go` seems to try to detect instances of [`*runtime.PanicNilError`](https://pkg.go.dev/runtime#PanicNilError) error by checki…
@abtuteja Go minor releases are scheduled monthly, near the beginning of each month. So early July. See https://go.dev/wiki/MinorReleases.
dmitshur commented on runtime: version parsing fails2w
Ping @bradfitz.
There's precedent for something along these lines in the "plusbuild" analyzer. Do you suggest this analyzer should remove import comments only when the import math matches the actual import path of …
CC @adonovan, @matloob, @madelinekalil.
The LUCI infrastructure ran into a "i/o timeout" while invoking its own APIs. Nothing for Go to do here.
Discovered a regression in sec/op of 2.29% for benchmark Dgeev/Circulant10-16. https://perf.golang.org/dashboard/?benchmark=Dgeev/Circulant10-16&platform=linux/arm64&repository=go&branch=master http…
Discovered a regression in sec/op of 5.10% for benchmark RepeatNew-88. Not quite clear which commit. https://perf.golang.org/dashboard/?benchmark=RepeatNew-88&platform=linux/amd64&repository=go&bran…
dmitshur commented on os/signal: TestCtrlBreak failures2w
From a triage meeting, @prattmic points out this test has a time.Sleep(1 * time.Second) so this might be a flake due to the subprocess not starting in that constant time.
CC @golang/compiler.
Thanks for the report. Would you like to send a CL? https://go.dev/doc/contribute
CC @golang/compiler.