-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: revert special-case allowing "sync" to import "runtime/internal/atomic" #42196
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
Comments
@bcmills is reverting the cmd/go change that makes this work for make.bash. |
Change https://golang.org/cl/265122 mentions this issue: |
Marking as |
@bcmills What needs to be done for this CL? This was done based on a suggestion from Austin, but obviously not in the preferred way. |
We definitely need to revert the change in It may be possible to rework the code to use |
Change https://golang.org/cl/265124 mentions this issue: |
How to reproduce:
src
folderI am using vscode with the following setting:
Not sure if this is a transient error of go compiler (but
make.bash
didn't complain) or if this is an error caused by editor misconfiguration.Used gopls v0.5.1, but could reproduce it with v0.5.2-pre.1.
The text was updated successfully, but these errors were encountered: