Skip to content
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: integrate test discovery #2723

Closed
firelizzard18 opened this issue Apr 5, 2023 · 1 comment
Closed

x/tools/gopls: integrate test discovery #2723

firelizzard18 opened this issue Apr 5, 2023 · 1 comment

Comments

@firelizzard18
Copy link
Contributor

firelizzard18 commented Apr 5, 2023

I would like to migrate the test discovery services of vscode-go into gopls so they can be implemented in Go and utilize the rich type information provided by the go/* packages instead of the current JavaScript implementation which relies on recursive directory walks and analyzing document symbols. Moving test discovery into gopls should improve performance and would bake it far easier to implement improvements such as detecting subtests in cases where that can be done deterministically.

@gopherbot gopherbot added this to the Untriaged milestone Apr 5, 2023
@firelizzard18
Copy link
Contributor Author

I meant to open this on the Go repository golang/go#59445

@golang golang locked and limited conversation to collaborators Apr 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants