Activity

Today
Thanks. @olivier.mengue@gmail.com See comments Russ and I left on issue #13440 about why it's difficult to do better. @sean@liao.dev This seems like a bigger question and discussion. `go run` could…
Yesterday
@alexbrainman Your understanding above about longtest builders is right. Only builders with the "longtest" runtime modifier run `go test` without `-short` flag. All other builders run `go test -short…
(3 comments) Consider changing this to: ``` // hasLink reports whether the test filesystem ... func hasLink ... ``` Based on https://go.dev/s/style#mixed-caps. Since the first two return values f…
dmitshur closed a change golang.org/x/mobile: Create SECURITY.md18h
Last Week
dmitshur closed a change golang.org/x/mobile: Create SECURITY.md1d
dmitshur starred github.com/AlekSi/xfail1d
Thanks. This is pretty minor so either one will do. `go 1.24.0` is fine because this go.mod file uses `tool` directives and those were introduced in Go 1.24, so it can't be lower than that. `go 1.26…
(3 comments) Have you tried running this task locally with -dry-run flag? Does the output match your expectations? How long does it take to run? There's quite a bit of regexp matching. Some of the …
This sounds like a useful automatic behavior. It would help make existing CLs (or lack thereof) easier to see, and it would reduce some of the toil involved in [issue gardening](https://go.dev/wiki/G…
I agree that -author:gopherbot is probably a reasonable way to filter out such issues. Still, since the Automation label exists and its description matches, watchflakes might as well use it. Note th…
Thanks for finding where exactly in the tool layer the problem was. I left some minor suggestions. I'm a bit surprised that this exported function isn't documented. https://go.dev/doc/comment sugges…
dmitshur commented on golang.org/x/build: go vet std cmd2d
My recollection of the current behavior from issue #74011 is that: - in the main Go repository, `go test` has a special case to run almost all vet checks that `go vet` would run, not only the usual …
It seems that the recent #79622 is another instance of friction caused by skew, though a slightly different case compared to the more common vendoring case described here. Based on discussion above,…
Thanks. I interpret no comment from Austin as no objection, but otherwise I can follow up. Submitting. (Even if our code owner tracking system is imperfect, this should make it slightly more useful …
dmitshur commented on go/types: add String methods2d
Note that the TestAPIConsistency test in golang.org/x/exp/typeparams starts to fail at tip as of this change: ``` === RUN TestAPIConsistency typeparams_test.go:46: "*Instance.String": got func…
Thanks for doing this. A few minor suggestions. Let's remove 'under' to keep this in sync with the other template, and s/./,/ too. ```suggestion + Keep the title as short as possible, ideally 72 …
Thanks.
Thanks. One of the https://pkg.go.dev/net/http#ResponseWriter behaviors is that: > If WriteHeader is not called explicitly, the first call to Write will trigger an implicit WriteHeader(http.StatusO…
Misc-compile builders are primarily intended for pre-submit, to help quickly catch cases when a non-first class port (one that may not have a builder in the default pre-submit builder set) starts to …
It was fixed in CL 781920. For golang/go#79605. For golang/go#79607.
(1 comment) Since this sentence talks about "repo other than golang/go", it might be more helpful to show an example of that. Maybe vscode-go is a reasonable example of a Go repo with its own dedica…
Thanks. Is the reason this file is placed in a .github/PULL_REQUEST_TEMPLATE directory so that if we want later on to add another template, the diff will be smaller? Right now it's a single template…
Thanks. It's true that these are accessed via assembly in x/sys/unix (and in x/net/internal/socket) for linux/386. However, on linux/390x, they don't seem to be accessed in x/sys/unix at all, only i…
(1 comment) The fix for the PUBLIC-track issue #78916 (CVE-2026-39824), CL 770080, was submitted on April 23rd. It got picked up when the monthly tagging workflow ran on May 8th and tagged x/sys at …
The tagging workflow's findMissingBuilders method already has logic to block on failures within first-class ports. A -misccompile builder may fail due to any number of port(s) running into a problem,…
Based on https://ci.chromium.org/p/golang/g/x-net-gotip-by-go/console?limit=200, it seems that Go tip (1.27 to be) starting with [CL 761481](https://go.dev/cl/761481) runs into a build error in x/net…
Would it be worthwhile to try making the 32K → 16K change @ianlancetaylor suggested in https://github.com/golang/go/issues/78883#issuecomment-4310496625? It's hard to track this issue since it's cu…
Would it be worthwhile to try making the 32K → 16K change @ianlancetaylor suggested in https://github.com/golang/go/issues/78883#issuecomment-4310496625? It's hard to track this issue since it's cu…
The original failure from Jan 8 was likely due to #77515, and today's failures were handled by [CL 780760](https://go.dev/cl/780760) (issue #79547 tracks the problem and removing the skip; CC @prattm…
The original failure from Jan 8 was likely due to #77515, and today's failures were handled by [CL 780760](https://go.dev/cl/780760) (issue #79547 tracks the problem and removing the skip; CC @prattm…
@matloob Is this intended to be a [proposal](https://go.dev/s/proposal)? It's in the Proposal milestone, but doesn't have a "proposal: " prefix in the title nor Proposal label. I fixed that assuming …
As a baseline, the `go test` command does return a non-zero exit code on Ctrl+C (SIGINT): ```shell src $ go test all ok archive/tar (cached) ok archive/zip (cached) ok bufio (cached) ^C src $ …
Here's a small reproducer for `go tool` itself, found while looking into #79535: ```shell $ cd $(mktemp -d) $ go mod init test && go get go@1.26.0 $ mkdir -p cmd/importantwork && echo 'package main;…
The Critical label tracks upstream issues; it was applied there (https://github.com/golang/go/issues/79182#event-25767278742) so removing it here.
The Critical label tracks upstream issues; it was applied there (https://github.com/golang/go/issues/79182#event-25767278742) so removing it here.
Earlier
dmitshur commented on net/http: deflake HTTP/3 tests1w
[CL 777921](https://go.dev/cl/777921) added a test skip for now, so removing release-blocker label (for Go 1.27) and moving to early-in-cycle Go 1.28.
@qsq8t65pxs It's important for backport requests to include a rationale - please see https://go.dev/wiki/MinorReleases. This issue is about a package in x/text; is there involvement of the standard l…
dmitshur pushed to main in dmitri.shuralyov.com/service/change1y
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/scratch2y
5eb48b5f5d31d39777719edb35d37b724f183dc8quine: add load-bearing trailing space
dmitshur created package in dmitri.shuralyov.com/scratch/quine2y
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/belt2y
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/generated3y
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/belt6y
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.
dmitshur pushed to master in dmitri.shuralyov.com/website/gido6y
b7141fef43ec3cefbd93cc444ab1f27bdc0a7725add support for "golang.org/dl/..." issues
1fdfe09b78364e4305cfc7fec4b2888fac391bb3update release branches to be for Go 1.14 and 1.13
dmitshur pushed to master in dmitri.shuralyov.com/go/prefixtitle6y
500817462677553a6769e268d66193c36b423cd6add support for "golang.org/dl/..." issues
This is a valid issue, but the root cause analysis was incorrect. > This happens because they're added using the original paths, without checking that those paths correspond to any existing director…
dmitshur pushed to master in dmitri.shuralyov.com/website/gido6y
a42bf6b4ae5ef58ce39d0a7705047c345c800b98update release branches to be for Go 1.13 and 1.12
b36d6d3cb7ee809e6244a5f67a571a2d70f46b4aadd to openChanges and closedChanges when len(paths) == 0 && root != ""
8224e12ba9aea8d30dbeb643dca121cefec05726refactor code that populates issues and changes
Another place that can be made better is the list of release branches in `initExistingDirectories`. It's currently hard-coded, but should be automated: ```Go func initExistingDirectories() error { …
dmitshur pushed to master in dmitri.shuralyov.com/app/changes6y
e22f40b3687320a8bfbc863f27da771ed17d7b05assets: regenerate after "Sign in with URL" change
Package coreanim provides access to Apple's Core Animation API (https://developer.apple.com/documentation/quartzcore).
Package appkit provides access to Apple's AppKit API (https://developer.apple.com/documentation/appkit).
dmitshur pushed to master in dmitri.shuralyov.com/gpu/mtl6y
d42048ed14fdc83bd0e48f4b2a5e13c593e88cb6link to CoreGraphics framework
11308bd612348edeca0d8fddca07bc5a4dfbb35cexample/movingtriangle/internal/{ns,ca}: rename to appkit, coreanim
9364696d8c28dc804dcd7e099f0b7c6cb58ac824example/movingtriangle: remove unsafe.Unsafe conversion
dmitshur pushed to master in dmitri.shuralyov.com/gpu/mtl6y
fec1b7b612ab0b81aa1d8b5c9a58c795f94fd767example/movingtriangle: update to GLFW v3.3
dmitshur pushed to master in dmitri.shuralyov.com/service/change6y
1161aef33b4aafec8f04c40d9863324a08f5c912gerritapi: display reviewer requests and removals
957083f7751c871f1d6ddba48c392eb3836786d8gerritapi: sort inline comments
813ec28aab09112bc09eecb553884b7aa962e696add LICENSE file
dmitshur pushed to master in dmitri.shuralyov.com/text/kebabcase6y
dmitshur pushed to master in dmitri.shuralyov.com/route/gerrit6y
dmitshur pushed to master in dmitri.shuralyov.com/state6y
dmitshur pushed to master in dmitri.shuralyov.com/scratch6y
dmitshur pushed to master in dmitri.shuralyov.com/app/changes6y
dmitshur pushed to master in dmitri.shuralyov.com/route/github6y
dmitshur pushed to master in dmitri.shuralyov.com/html/belt6y
dmitshur pushed to master in dmitri.shuralyov.com/route/github6y
7e79d56078638d1d7d4d6853af037d67de3f9589add IssueEventURL and PullRequestEventURL to Router
dmitshur pushed to master in dmitri.shuralyov.com/service/change6y
011d2fcff0d76baa0352ecae474a802553b46c52githubapi: omit states argument for "all" filter