You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several possible dereference operations on that line. Building the executable with GOTOOLCHAIN=go1.22.6 GOOS=darwin GOARCH=arm64 shows that it is the summary field that is nil:
...
gopls version: v0.16.2/go1.22.6
gopls flags:
update flags: proxy
extension version: 0.42.0
environment: Cursor darwin
initialization error: undefined
issue timestamp: Wed, 11 Sep 2024 17:58:43 GMT
restart history:
Tue, 10 Sep 2024 16:14:34 GMT: activation (enabled: true)
ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.
Describe what you observed.
gopls stats -anon
{ "DirStats": { "Files": 100255, "TestdataFiles": 7, "GoFiles": 5012, "ModFiles": 4, "Dirs": 13214 }, "GOARCH": "arm64", "GOOS": "darwin", "GOPACKAGESDRIVER": "", "GOPLSCACHE": "", "GoVersion": "go1.22.6", "GoplsVersion": "v0.16.2", "InitialWorkspaceLoadDuration": "2.385167916s", "MemStats": { "HeapAlloc": 136284960, "HeapInUse": 192028672, "TotalAlloc": 2049657912 }, "WorkspaceStats": { "Files": { "Total": 5341, "Largest": 13374010, "Errs": 0 }, "Views": [ { "GoCommandVersion": "go1.22.6", "AllPackages": { "Packages": 1029, "LargestPackage": 636, "CompiledGoFiles": 5456, "Modules": 164 }, "WorkspacePackages": { "Packages": 40, "LargestPackage": 16, "CompiledGoFiles": 210, "Modules": 1 }, "Diagnostics": 109 } ] } }OPTIONAL: If you would like to share more information, you can attach your complete gopls logs.
NOTE: THESE MAY CONTAIN SENSITIVE INFORMATION ABOUT YOUR CODEBASE.
DO NOT SHARE LOGS IF YOU ARE WORKING IN A PRIVATE REPOSITORY.
<OPTIONAL: ATTACH LOGS HERE>
The text was updated successfully, but these errors were encountered: