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
Failure here: https://build.golang.org/log/927c2103551010f213d6fbd0e8afa80897bca0bb
Looks like a straightforward (and real) data race: we should only access view options with the View.Options() method.
CC @dle8
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/420954 mentions this issue: internal/lsp/cache: fix data races to view.options
internal/lsp/cache: fix data races to view.options
Sorry, something went wrong.
golang/tools@ddb90ec
findleyr
No branches or pull requests
Failure here:
https://build.golang.org/log/927c2103551010f213d6fbd0e8afa80897bca0bb
Looks like a straightforward (and real) data race: we should only access view options with the View.Options() method.
CC @dle8
The text was updated successfully, but these errors were encountered: