[Error - 4:58:54 PM] Request textDocument/codeAction failed.
Message: context canceled
Code: 0
[Info - 4:58:55 PM] 2022/02/27 16:58:55 falling back to safe trimming due to type errors: [/home/thomas/.cache/bazel/_bazel_thomas/b3860946b0ed29b82afe181b73c30609/external/go_sdk/src/runtime/vdso_linux.go:55:38: invalid operation: division by zero /home/thomas/.cache/bazel/_bazel_thomas/b3860946b0ed29b82afe181b73c30609/external/go_sdk/src/runtime/vdso_linux.go:56:38: invalid operation: division by zero] or still-missing identifiers: map[memRecordCycle:true pageBits:true]
package="@io_bazel_rules_go//stdlib:runtime"
The text was updated successfully, but these errors were encountered:
I believe this is due to AST trimming, and can be safely ignored -- FWIW we are going to eliminate AST trimming in gopls soon. @uhthomas did you just happen to notice this in the logs, or did you experience issues in your editor?
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?
Follow https://github.com/bazelbuild/rules_go/wiki/Editor-setup.
What did you expect to see?
No errors.
What did you see instead?
The text was updated successfully, but these errors were encountered: