-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/cmd/gopls: CL 185438 results in CheckPackageHandles error #33647
Comments
For reference, the test in question is https://github.com/myitcv/govim/blob/master/cmd/govim/testdata/complete_watched.txt |
Still seeing this with 547ecf7. This is in effect a blocker for @ianthehat I known Rebecca is away this week. Is there anything more I can provide to help with investigating this? |
For the record, still seeing this in 95c3470. |
@myitcv: Can you share the logs for the most recent failures? I added a bit more logging to try and track this down. |
@stamblerre - based on our discussion on the golang-tools call the other day, I've marked this as milestone "gopls v1.0" because:
Please do say if I've got things wrong/misunderstood on either point. |
This was fixed in https://go-review.googlesource.com/c/tools/+/192719. Thanks to @muirrn and @stamblerre for tracking this down. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
In
govim
we handle changes to (generated) files not loaded in the editing change via a file watcher (whilst we await #31553)As of CL 185438 this test now fails. The
gopls
log is as follows:What did you expect to see?
The test passing.
What did you see instead?
The test fails.
cc @stamblerre @ianthehat
The text was updated successfully, but these errors were encountered: