Activity

Today
dmitshur commented on access: approvers1h
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…
Fixed in [go.dev/cl/741780](https://go.dev/cl/741780).
Fixed in [go.dev/cl/741780](https://go.dev/cl/741780).
Fixed in [go.dev/cl/741780](https://go.dev/cl/741780).
Fixed in [go.dev/cl/741780](https://go.dev/cl/741780).
Fixed in [go.dev/cl/741780](https://go.dev/cl/741780).
Fixed in [go.dev/cl/741780](https://go.dev/cl/741780).
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…
Yesterday
Thanks.
Thanks.
(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 …
dmitshur fixed an issue rsc.io/rf: mv broken1d
(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 …
This Week
(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…
dmitshur reviewed +2 on time: mention Reset in Ticker.Stop doc1d
Thanks.
(1 comment) ```suggestion Its `Handle`, `WithAttrs` and `WithGroup` methods call the corresponding method ```
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. ```
Well, it was worth a try. Thanks.
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. It'll be interesting to see the 'go env -changed' output on the builder.
(1 comment) Thanks for catching that and improving their name. Including it in this CL seems fine.
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.
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…
Missed this thread, so marking it as resolved too. Thanks again.
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…
There weren't any legacy slowbots requested, so Run-TryBot+1 isn't doing anything except blocking submission. Dropping it.
Last Week
CC @golang/command-line.
CC @golang/command-line.
@qrasick I should be able to review it by tomorrow. From an early look, it looked good. Thanks for preparing it.
dmitshur commented on doc: write release notes for Go 1.261w
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…
Closed by merging [CL 739421](https://go.dev/cl/739421) (commit 73fe85f0ea1bf2cec8e9a89bf5645de06ecaa0a6) to release-branch.go1.24.
Closed by merging [CL 739421](https://go.dev/cl/739421) (commit 73fe85f0ea1bf2cec8e9a89bf5645de06ecaa0a6) to release-branch.go1.24.
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.
@ianlancetaylor mailed [CL 739681](https://go.dev/cl/739681) for this. (CC @cherrymui.)
Earlier
dmitshur pushed to main in dmitri.shuralyov.com/service/change8mo
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
Go fuzzing support is out of beta and no longer uses this build constraint. It should be replaced with `go1.18` by now. Done in PS 3. I'm following the Go style for commit messages, which chooses…
Shortened 'golang.org' to 'go.dev' here, and on line 24.
dmitshur pushed to master in dmitri.shuralyov.com/website/gido4y
f460621dc784d8a8f3a1593a068115b62baf214dadd support for multiple comma-separated import path patterns
be77a538f6a64b287e073b59d1b9f7e1314cf3a9upgrade to go-git v5
b5ce3c19e6b977800ee3c80bc722192f96ef657breplace mention of godoc.org with pkg.go.dev
dmitshur pushed to master in dmitri.shuralyov.com/gpu/mtl5y
28db891af037715d8c1deec7652485a173c60e25all: add darwin/arm64 (macOS) support
dmitshur pushed to master in dmitri.shuralyov.com/website/gido5y
d2c7b7eec450806980d4eefb626ccf6df2ef99dcupdate release branches to be for Go 1.15 and 1.14
dmitshur pushed to master in dmitri.shuralyov.com/website/gido5y
a78bd3c7abc465e1864ecadce67a826711a27caeadd support for "golang.org/x/pkgsite/..." issues
dmitshur pushed to master in dmitri.shuralyov.com/html/belt5y
Resolved a while ago in [commit `431bb22d`](https://github.com/shurcooL/issuesapp/commit/431bb22d86ad0a95db0780e27ab6221b49238464).
I've decided to publish this post on the [blog front page](https://dmitri.shuralyov.com/blog) now, so re-opening.