-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/gopls: panic during ast walk for semantic token #47964
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
Comments
Thanks for the report @michaelgrigoryan25 @pjweinb @findleyr @stamblerre : should we use a similar approach used to handle #47231 should be used in the semantic token? Transferring to gopls. |
Hey @hyangah, thanks for your response. |
Thanks for the report. Were you typing at the end of the file?
…On Wed, Aug 25, 2021 at 3:40 PM Michael Grigoryan ***@***.***> wrote:
Hey @hyangah <https://github.com/hyangah>, thanks for your response.
Yes, the repo is public and is available via this link:
https://github.com/michaelgrigoryan25/mathgo
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47964 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJIAIY7FKLPTLVTRKVVPFTT6VBJJANCNFSM5CZYDWQA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
I can't say for sure, sorry about that 😕 |
Found it. That problem does not exist in my latest version, which I hope
will be in the next release. Ironically, it was trying to print an error
message when it panicked.
Let's keep the bug open until a fix is published.
…On Wed, Aug 25, 2021 at 4:30 PM Michael Grigoryan ***@***.***> wrote:
I can't say for sure, sorry about that 😕
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#47964 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJIAI3JO7QY2HJFORNIQJ3T6VHFDANCNFSM5CZYDWQA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Thanks @pjweinb @michaelgrigoryan25 Can you install gopls with the following command from a directory outside any module (e.g. /tmp or your home directory :-) ) and verify if that works?
|
Sure! Will do it after I get home. Thanks for trying to help 🙂 Edit: I've installed it |
fixed in latest release |
gopls version: v0.7.1
gopls flags:
update flags: proxy
extension version: 0.27.1
go version: 1.16.7
environment: Visual Studio Code win32
initialization error: undefined
manual restart count: 0
total start count: 1
ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.
Describe what you observed.
The text was updated successfully, but these errors were encountered: