We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently, we've noticed that gopls has started logging "unknown architecture loong64", due to this log statement: https://cs.opensource.google/go/x/tools/+/master:go/analysis/passes/asmdecl/asmdecl.go;l=129;drc=884ffcdf166f9ee4133a974a6f996d551c8a8bbb
This is because go/types is missing loong64 here: https://cs.opensource.google/go/go/+/master:src/go/types/sizes.go;l=167;drc=19309779ac5e2f5a2fd3cbb34421dafb2855ac21
This is straightforward to fix, and should be done for 1.19. Opening this tracking issue for searchability.
CC @griesemer
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/401576 mentions this issue: go/types, types2: add loong64 to gcArchSizes
go/types, types2: add loong64 to gcArchSizes
Sorry, something went wrong.
8140a60
No branches or pull requests
Recently, we've noticed that gopls has started logging "unknown architecture loong64", due to this log statement:
https://cs.opensource.google/go/x/tools/+/master:go/analysis/passes/asmdecl/asmdecl.go;l=129;drc=884ffcdf166f9ee4133a974a6f996d551c8a8bbb
This is because go/types is missing loong64 here:
https://cs.opensource.google/go/go/+/master:src/go/types/sizes.go;l=167;drc=19309779ac5e2f5a2fd3cbb34421dafb2855ac21
This is straightforward to fix, and should be done for 1.19. Opening this tracking issue for searchability.
CC @griesemer
The text was updated successfully, but these errors were encountered: