-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: incorrectly rejects '@' character in directory names [1.13 backport] #35119
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
This was a regression in 1.13.3, caused by an earlier cherry-pick. There is a mildly annoying workaround (renaming the workspace directory). However, the fix is straightforward. |
Change https://golang.org/cl/202763 mentions this issue: |
Do we know of anyone actually affected by this regression? (If not, let's not risk a cherry-pick.) |
It was reported in microsoft/vscode-go#2858. VSCode and gopls don't use So yeah, let's not risk it. |
So that wasn't really back ported? Can you remove milestone then? |
You link to the milestone from there: https://golang.org/doc/devel/release.html#go1.13.minor Note that all issues in that milestone do not have that label. |
That was a bug. It has been fixed now. Sorry for any confusion. You can use https://github.com/golang/go/issues?q=milestone%3AGo1.13.4+label%3ACherryPickApproved to see the list of backports that went into Go 1.13.4. |
@jayconrod requested issue #35115 to be considered for backport to the next 1.13 minor release.
The text was updated successfully, but these errors were encountered: