Activity

Yesterday
dmitshur commented on 3ff1abd63dd68554fe150150fde619fb86110396github.com/go-gl/glfw: disable unsupported setting of window icon on wayland13h
This line seems to be malformed. Maybe it was intended to be `// +build`. In any case, I think it should be removed. All current versions of Go can handle build constraints specified via just the `//…
dmitshur commented on github.com/go-gl/glfw: GLFW v3.413h
Thanks for working on this. > I used the short Custom Cursor program for testing. It would probably be a good idea to test with other programs, as well. Does anyone have such test programs? It'…
Last Week
By now everything should be set up for it to work okay. For golang/go#67073.
Thanks. Given we moved towards aligning the repo names between the public and internal Gerrit hosts (i.e., it's just "go", "net", etc., in both), this can stay as "go". But it's also harmless to giv…
Thanks for doing this update. A few notes about what's changed on our side since the last time: - you can now run `go generate` to regenerate (under the hood, it runs main.star, so either way is ok…
For future reference: this comment had no effect—you can tell because there's no 'gotip-linux-amd64-longtest' builder in the Checks tab. My review comment didn't make it very clear, sorry, but tha…
dmitshur closed a change cmd/vet: vendor stdversion analyzer3d
The stdversion analyzer is vendored via CL 582555, and the minor release note change can be done in a future release note edit pass.
dmitshur commented on cmd/vet: vendor stdversion analyzer3d
Hold since CL 582556 is on its way to be reverted (and this shouldn't be submitted then).
(1 comment) Sounds good. FWIW at least the Go repo tests passed in CL 582995. I'll put a hold on it since it shouldn't be submitted while this is reverted.
Thanks. https://go.dev/wiki/CommitMessage#reverts suggests: > Gerrit will generate a description for you. Edit the description to add the Gerrit CL number being rolled back next to or instead of th…
dmitshur commented on cmd/vet: vendor stdversion analyzer3d
The failed test has a history of occasionally failing (#66427); it's not caused by the changes in this CL.
LGTM modulo a rebase and having a longtest builder. Thanks. Longtest builders should be added automatically here since go.mod is modified (see CL 547596), but for some reason they're not. For now, l…
dmitshur commented on cmd/vet: vendor stdversion analyzer3d
Oh, I see why trybots didn't catch this. That CL was tested on top of CL 582555 which did vendor this package, but hasn't been submitted yet. Feel free to proceed with that CL instead of this one.
dmitshur opened a change cmd/vet: vendor stdversion analyzer3d
Vendor the package that's imported by cmd/vet as of CL 582556. Also use the main pkg.go.dev instance in the release note. For #46136.
Thanks. We have quite a few more instances of go1.16. It was added back when Go 1.15 was still supported generally, but we were okay with making coordinator require 1.16 sooner. No one got around to…
We've only ever used build constraints to increase the minimum required Go version. For example, CL 336390 in 2021 bumped them to go1.16 to use //go:embed sooner. By now, the 'go' directive in go.mod…
Thanks. Is it fairly harmless to add this now, before the builder has been finished (#63698)? I.e., confirming that it won't start sending INFRA_FAILURE mail on each commit now, since that doesn't s…
Thanks. Consider mentioning the tracking issue for adding checks (#18548), even though this instance happens to be moving into the opposite direction for now.
It needs read-only access to list bots in chrome-swarming, so it can know whether to launch or renew or destroy MacService leases. For golang/go#67073.
dmitshur reviewed +2 on os: remove ineffective else branch6d
Thanks.
As long as you still have `LUCI_MACHINE_TOKEN` set as needed in the environment, you should be able to drop the `-token-file-path` flag. It used to be required to set both to the same value, and the …
dmitshur pushed to main in github.com/shurcooL/githubv41w
be2daab69064a4e3b40a815f30e3f63213942ab8regenerate for schema changes by 2024-04-28
Earlier
Thanks for sending this change. CL 581916 ended up applying the same change as here, so there's nothing more to do here.
Thanks. Please add a mention of the tracking issue, so this change will be easier to find: ``` For #31160. ```
(1 comment) Is it intentional this is implemented as `time.Now().Sub(b.now)` instead of `time.Since(b.now)`? As far as I can tell, that skips over the optimization in https://cs.opensource.google/go…
Thanks.
Thanks. If you install the latest version of the codereview hooks, and amend: ``` go install golang.org/x/review/git-codereview@latest && \ git codereview hooks && \ git commit --amend --no-edit ``…
The Gerrit hashtag `wait-release` has replaced the old R=go1.N syntax (see https://github.com/golang/go/issues/24836#issuecomment-497090827), and so R= isn't used anywhere by now. Issue #24836 tracks…
(1 comment) Probably a good time to update the package comment to refer to its new behavior.
As a first pass, looks good. Tests don't build now; I'll look again after you update it for that. ```suggestion if rn == "yes" || rn == "y" { ``` To match https://cs.opensource.google/go/x/bui…
This is implemented as of the Go 1.23 cycle by @jba, see issue #64169 and a [golang-dev thread](https://groups.google.com/g/golang-dev/c/Ia9VoYBTRoI).
(1 comment) Done. Also granted access to makemac's service account.
(1 comment) Adding a hold to create these secrets.
For golang/go#67073.
The next CL adds the darwin-amd64_14 builder type to the security trybot environment. I'd like it to have a known issue set to begin with, so add a SECURITY_KNOWN_ISSUE_BUILDER_TYPES dictionary and p…
A new distinct set of VMs will be used for security pre-submit and release testing. Start with one builder with a known issue. For golang/go#67073.
Thanks.
We have macOS builders in LUCI, but they're not yet available as security trybots. This is the tracking issue for that.
That error doesn't provide detail but suggests an internal problem in git, possibly related to insufficient resources. We hadn't increased gitmirror's resources in a while. That said, after redepl…
Reporting for posterity and in case this comes up again. https://farmer.golang.org/#health was reporting a problem with Git mirroring on 2024-04-23: ![image](https://github.com/golang/go/assets/19…
dmitshur pushed to main in dmitri.shuralyov.com/scratch1w
5eb48b5f5d31d39777719edb35d37b724f183dc8quine: add load-bearing trailing space
dmitshur created package in dmitri.shuralyov.com/scratch/quine1w
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.
We're still working on this on our side, and will update this after it's resolved or more progress is made. Thanks for your patience and for pushing this forward.
Looking more, I found we removed these from v3.3 in #356 (to fix #351). So I agree it seems this needs more investigation. Also see past discussion in https://github.com/glfw/glfw/issues/2133 and htt…
@joedian It was a draft CL associated with a review comment. Russ has [go.dev/cl/575255](https://go.dev/cl/575255) which is still open but needs attention.
dmitshur pushed to main in dmitri.shuralyov.com/html/belt1w
d8009a3578d1be4dafb93e9ee4894d2bbd2b5e3badd OnClick field to CommitID
63f3644d8635396fd13789affe363ee9f693e8ecadd dark mode support in Reference
This is similar to (or the same as) #12822 and likely some more gofmt issues. Also consider this instance: ```Go switch { case true: // comment 1 // comment 2 // comment 3 // comment 4 /…
Seems okay to me. We had this in v3.2 but didn't propagate it forward to v3.3: https://github.com/go-gl/glfw/blob/a69d953ea14231b2f19998f0b434b6c1e6c6f710/v3.2/glfw/build.go#L25-L26 (It was …
This still happens with Build 2096 for me. I also noticed something strange: this happens reproducibly as soon as I change safe.bareRepository to explicit on my primary macOS machine (so I'm unabl…
I've de-duplicated this into #58766; its pattern now also matches the failures from here.
This is the same failure mode as in #58766. It's a problem only in the old build infrastructure.
From what I can tell, SWARMING_NEVER_REBOOT has effect for most frequent reasons that would otherwise cause the reboot to happen, but it doesn't catch all. The swarming bot seems to occasionally trig…
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 …
[CL 568197](https://go.dev/cl/568197) added previous Go release coverage for 3 more first-class ports: linux/386, darwin/amd64, and windows/amd64.
dmitshur starred github.com/emer/gosl/v22w
Also CC @golang/mips (for completeness; almost everyone in it was already CC'ed).
[CL 563856](https://go.dev/cl/563856) added a note to Go 1.23 release notes, moving to the next.
[CL 550215](https://go.dev/cl/550215) added a new package. One of its tests, `TestPQCrystalsAccumulated`, is failing on the linux/s390x port: ``` --- FAIL: TestPQCrystalsAccumulated (0.07s) …
@panjf2000 The Auto-Submit+1 vote is documented at https://go.dev/wiki/GerritAccess#auto-submit. I meant you can ask the person who left the +2 vote to either submit or leave Auto-Submit+1 vote—but…
dmitshur starred fyshos.com/fynedesk3w
dmitshur closed an issue access: may-start-trybots and approvers3w
Hi @panjf2000, thanks for contributing to the Go project and asking for approvers access again. We considered this request. As documented at https://go.dev/wiki/GerritAccess, Gerrit "approvers" ac…
This is fixed via [CL 568339](https://go.dev/cl/568339), which removed the duplication.
dmitshur closed an issue access: go-assignees and go-editors3w
Hi @qiulaidongfeng, thanks for your interest and contributions to Go. We considered this request. Similarly to https://github.com/golang/go/issues/66611#issuecomment-2052070282, when considering g…
dmitshur closed an issue access: +2 approval in CLs3w
Hi @mauri870, thanks for contributing to the Go project and asking for this access. We considered this request and felt your contribution history demonstrates enough signals for us to be close to …
dmitshur closed an issue access: approvers3w
Hi @qiulaidongfeng, thanks for your interest and contributions to Go. We considered this request (previously considered in #64255). As documented at https://go.dev/wiki/GerritAccess, Gerrit "appro…
Hi @raghvenders, thanks for your contributions to Go so far. We discussed this request. We generally look for contributors to have a more established track record of contributions before consideri…
This is resolved as of [CL 569875](https://go.dev/cl/569875). (It didn't get closed automatically because the Fixes line didn't specify the `golang/go` repo quite right.)
dmitshur starred github.com/aclements/go-obj3w
@jub0bs Yes, your understanding is right and generally it's good to allow some time for discussion on the issue first, though it's still okay to send a change sooner. There are some more details abou…
Thanks. Confirming a few details. `GOARCH` should be `wasm32` instead of `wasm`, is that right? Related to the above—will `GOROOT/misc/wasm` be used for both `wasm` and `wasm32` exec helpers? Tha…
dmitshur closed an issue access: may-start-trybots1mo
Hi abner chenc, Thanks for your contributions and helping maintain the linux/loong64 port. We've added you to the `project-golang-may-start-trybots` group, so you should be able to trigger [trybot…
> should backport the fix as well To clarify, do you think the fix to be backported should include changes in [CL 576756](https://go.dev/cl/576756) and [CL 576895](https://go.dev/cl/576895)?
CC @griesemer, @findleyr.
Thanks for reporting this. CC @rsc.
CC @golang/compiler.
CC @golang/compiler.
CC @griesemer, @findleyr.
Here's the certificate: [linux-ppc64-power8-1712341779.cert.txt](https://github.com/golang/go/files/14889449/linux-ppc64-power8-1712341779.cert.txt). I'll also work on another CL needed for that h…
@pmur Should this issue also be closed, or is there more to do for it?
Thank you very much @pmur. I've mailed you [go.dev/cl/576917](https://go.dev/cl/576917) to remove its known issue.
The `pollLoop` method that runs in a loop usually takes a minute, but sometimes seems to get stuck and eventually completes in just over 24 hours without any error. This is a tracking issue to sort t…
The definition/embed.txt, definition/misc.txt, and hover/sizeoffset.txt cases of `Test` are failing on linux/arm (32-bit) since they were introduced in [CL 573076](https://go.dev/cl/573076). For e…
dmitshur commented on net/http: data race in multiple tests1mo
The two instances above were on release-branch.go1.22.