-
Notifications
You must be signed in to change notification settings - Fork 18k
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: CL 186297 appears to break -rpc.trace log output #33348
Comments
The ??? is used as the method name when it is not stored on the context, but I have no idea why it would not be. |
Also, I just checked and it is working for me at master. |
I just tried starting
and saw the same thing in |
Strange; this is working in some situations, but not others. I'll try and "bisect" what's causing things to fail. |
@myitcv: Have you continued to encounter this issue? |
Very strange. At least with 6d4652c I'm not seeing this. Will close for now. |
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?
Somewhere in/around CL 186297 the output from
-rpc.trace
got broken.Before:
After:
What did you expect to see?
The "before" log output
What did you see instead?
The "after" log output
cc @stamblerre @ianthehat
The text was updated successfully, but these errors were encountered: