-
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/gopls: add skipped test for breakage with swig package #37660
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. |
The cause of the error is #36129. It might be reasonable for workspace symbols to continue despite it. |
Since this is a Go command bug, the only thing left to do here would be to add a regression test that can be enabled when it is resolved. |
Change https://golang.org/cl/261140 mentions this issue: |
Please answer these questions before submitting your issue. Thanks!
What did you do?
Original error is when I have a package with swig in a internal package, I have a lot other packages that are under pkg. The error behavior is when I search for
readat
forReadAt
methods the log shows:However, query with
reada
it returns ReadAt methods:Tried to produce a minimised example at: https://github.com/jackielii/gopls-bug-report/tree/master
This time it doesn't produce any symbles:
log shows:
What did you expect to see?
at least the non swig symbols show
What did you see instead?
no symbols
Build info
Go info
The text was updated successfully, but these errors were encountered: