-
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: no diagnostic for _test package which doesn't build #39578
Comments
Thank you for filing a gopls issue! Please take a look at the Troubleshooting guide, and make sure that you have provided all of the relevant information here. |
Actually, I think this seems to be an overall problem with
|
I bisected this to CL 236397. @heschik |
Thanks, looks like our test coverage of x_tests is pretty lacking. Fix should be easy. |
Change https://golang.org/cl/237943 mentions this issue: |
Please answer these questions before submitting your issue. Thanks!
What did you do?
I was working on pulling out some code into a new repo, and my code was in flux, with a new
_test
package and some missing types.A repo containing the state with this bug is here: https://github.com/zikaeroh/ctxjoin-bug
What did you expect to see?
Errors reported with
ctxjoin_test.go
opened.What did you see instead?
No errors, but the code definitely will not build for a multitude of reasons. I was editing and eventually after changing enough, I got no feedback.
Build info
Go info
The text was updated successfully, but these errors were encountered: