-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/tools/gopls: release version v0.9.5 #54842
Comments
Change https://go.dev/cl/427904 mentions this issue: |
This CL squashes the following commits from master, to fix broken lsp tests due to error message and parser recovery changes for 1.20. In order of submission: - CL 425362 (mdempsky): call Interface.Complete in unified importer - CL 425497 (gri): disable a test so we can change the parser error - CL 425956 (adonovan): support regular expressions in Diagnostics tests - CL 425594 (gri): re-enable a test with adjusted error message - CL 427654 (gri): disable some tests for std lib changes - CL 427736 (gri): handle new error message - CL 428054 (gri): disable some tests for std lib changes - CL 428055 (gri): use regexp to match wanted result Also: add back the x/tools replace directive to gopls/go.mod, so that tests will pass. It will be removed in a subsequent CL. For golang/go#54842 Co-authored-by: Matthew Dempsky <[email protected]> Co-authored-by: Robert Griesemer <[email protected]> Co-authored-by: Alan Donovan <[email protected]> Change-Id: I125b9c3fe23de8eb2e130f32b1b7b65b2885e0e2 Reviewed-on: https://go-review.googlesource.com/c/tools/+/427904 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Robert Findley <[email protected]>
Change https://go.dev/cl/428596 mentions this issue: |
…n load CL 417576 externalized shouldLoad tracking into a map, which was used to trigger a reload and cleared once reload completes. Unfortunately, it overlooked the fact that we may also reload the entire workspace (via reinitialization). In this case, we should clear newly loaded IDs from the shouldLoad map, so that they are not subsequently loaded again. For golang/go#54842 Updates golang/go#54473 Change-Id: I26f49552cae502644142dc4a4e946294db37f6f7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/424074 Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Alan Donovan <[email protected]> gopls-CI: kokoro <[email protected]> (cherry picked from commit e55fb40) Reviewed-on: https://go-review.googlesource.com/c/tools/+/428596 Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
Change https://go.dev/cl/428597 mentions this issue: |
For golang/go#54842 Change-Id: I7382b86d1dce34a57631a6276335fded2f42cf1a Reviewed-on: https://go-review.googlesource.com/c/tools/+/428597 Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Nooras Saba <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Change https://go.dev/cl/428598 mentions this issue: |
Remove the replace directive and update x/tools. For golang/go#54842 Change-Id: Ie68524bd64e8065702c75a3125c4239310f446c5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/428598 gopls-CI: kokoro <[email protected]> Reviewed-by: Nooras Saba <[email protected]> Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Change https://go.dev/cl/429516 mentions this issue: |
That includes the fix reviewed in https://go.dev/cl/429515 Remove the replace statement again for release. For golang/go#54842 Change-Id: I80e9f98eadff82eee7d6d82b8a6a4c30ee108ac7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/429516 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]>
This issue tracks progress toward releasing [email protected]
The text was updated successfully, but these errors were encountered: