Robert Findley

Results 29 issues of Robert Findley

### Background Historically, we've endeavored to do a new gopls release ~monthly, in order to stay up-to-date with dependencies and minimize delta. Typically we'd cut a new minor version (e.g....

Documentation
gopls
Tools

This issue tracks progress toward releasing [email protected] - [x] create gopls-release-branch.0.10 - [x] merge master into gopls-release-branch.0.10 - [x] update hard-coded version - [x] update go.mod/go.sum (remove x/tools replace, update...

gopls
Tools

``` #!watchflakes post greplogs --dashboard -md -l -e 'runCmdContext' --since=2022-07-14 [2022-08-15T17:42:12-987de34-1f833e4/darwin-amd64-12_0](https://build.golang.org/log/00046e0b005c7660d676a3a415561950048f756a) [2022-08-14T00:06:23-35f806b-59865f1/netbsd-amd64-9_0](https://build.golang.org/log/cac6093c9a1e29b020d1a0076f0b67e262a134c5) [2022-08-12T20:40:05-bebd890-2f6783c/netbsd-386-9_0](https://build.golang.org/log/3680daecab8adb2905484af9298a4239b3812f6a) [2022-08-12T18:15:28-bebd890-b6f87b0/netbsd-amd64-9_0](https://build.golang.org/log/c2900e262adb237ea981093befa87ec35faa804b) [2022-08-12T12:39:26-88d981e-f67c766/netbsd-amd64-9_0](https://build.golang.org/log/d22326763f8cbedb39bb3c17f3e66e57efa453df) [2022-08-12T00:04:29-c4ec74a-a5cd894/netbsd-386-9_0](https://build.golang.org/log/eec2b475f968a73f4f17745f72013ca6b3dc2a26) [2022-08-11T19:05:54-c4ec74a-62654df/netbsd-amd64-9_0](https://build.golang.org/log/070b4fee818231324badb590600980000d349fc2) [2022-08-11T17:53:50-37a81b6-a526ec1/netbsd-amd64-9_0](https://build.golang.org/log/373391707f93fff54945c55648170d9dd390958c) [2022-08-11T16:19:14-37a81b6-2340d37/netbsd-amd64-9_0](https://build.golang.org/log/1c1abf0fdf7307ffbe030628c0c37a2af50e044d) [2022-08-11T12:53:59-b2156b5-3c200d6/netbsd-386-9_0](https://build.golang.org/log/dd3e35eeace9e0ab8bad2da68b3822e492084f55) [2022-08-10T22:22:48-b2156b5-6b80b62/netbsd-amd64-9_0](https://build.golang.org/log/0e0cf575d88b65e91a55b8f070bf9b7ef3136e6e) [2022-08-10T17:41:25-0ad49fd-f19f6c7/netbsd-amd64-9_0](https://build.golang.org/log/f1c0a3ff9bc966ba2ea145a3fc5b207e7da04422) [2022-08-10T15:08:24-3950865-c81dfdd/netbsd-amd64-9_0](https://build.golang.org/log/49e68c6f9a3e02fea5a3560b3599fec748fe37a5) [2022-08-10T02:14:09-6fa767d-5531838/plan9-386-0intro](https://build.golang.org/log/dd0540ff0994f1f4dabc184f1a3139bc92e459b0) [2022-08-09T14:33:24-92d58ea-0981d9f/openbsd-386-70](https://build.golang.org/log/2257a9730544b80a3bbd32cd77d842bae30df216) [2022-08-09T14:12:01-92d58ea-662a729/netbsd-amd64-9_0](https://build.golang.org/log/262bb87feffe594abd0bca78d7ff0762bce6ce6d) [2022-08-09T13:39:27-92d58ea-9e8020b/netbsd-386-9_0](https://build.golang.org/log/5038ff991c57474969f20b56f7e0147b970f9d6f) [2022-08-09T11:28:56-92d58ea-0f8dffd/netbsd-amd64-9_0](https://build.golang.org/log/6f487445444131ce88dc81395c61491a75b717b6) [2022-08-08T18:10:56-fff6d6d-4bcc138/netbsd-amd64-9_0](https://build.golang.org/log/d7b15610ae881f54e8580b1df112b35fae495416) [2022-08-08T15:33:45-06d96ee-0581d69/netbsd-amd64-9_0](https://build.golang.org/log/0f6a50f7330a08b10fbbb2b30592206aa78088d8)...

gopls
Tools

I propose to update the [loopclosure](https://cs.opensource.google/go/x/tools/+/master:go/analysis/passes/loopclosure/loopclosure.go) vet analyzer to check for references to loop variables from within parallel subtests. For example, with this change the analyzer would report a diagnostic...

Proposal
Proposal-Accepted
Proposal-FinalCommentPeriod

Context: https://www.reddit.com/r/golang/comments/10rto2n/how_to_work_with_multiple_go_files/ We can and should do better here: if a file is not included in any packages due to its package name, we should diagnose this and try to...

gopls
Tools

In #45802, we added hover content for variables whose initializer is an int literal (e.g. `var foo = 123`). As I rewrite the hover logic, I think this is a...

NeedsFix
gopls
Tools

``` #!watchflakes post

NeedsInvestigation
gopls
Tools

This issue summarizes a team discussion about integrating telemetry with cmd/go, or generally any tool that may be short-lived. Currently the only tool with telemetry integration is gopls, which is...

telemetry

Today, we released [email protected]. One of the reasons for choosing a `.0` version is that `.0` versions benefit from a staged rollout. This release contained several "risky" changes, so we...

Add a tutorial document for writing Fuzz tests in VS Code. CC @hyangah

Documentation