-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: import paths ending with '+' are rejected (affects executable like g++ or clang++) [1.16 backport] #44885
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
Change https://golang.org/cl/300152 mentions this issue: |
Change https://golang.org/cl/300153 mentions this issue: |
Approving per discussion in a release meeting. Only Go 1.16 needs this backport based on the rationale. |
…aths (but not module paths) For golang/go#44885. Updates golang/go#44776. Change-Id: I1bc3df2800a1765296c5164aa8bece495d8f9221 Reviewed-on: https://go-review.googlesource.com/c/mod/+/300149 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Jay Conrod <[email protected]> (cherry picked from commit d6ab96f) Reviewed-on: https://go-review.googlesource.com/c/mod/+/300152
Closed by merging 2940614 to release-branch.go1.16. |
…module mode This change upgrades x/mod to pull in the fix from CL 300152. Updates #44776. Fixes #44885. Change-Id: I273f41df2abfff76d91315b7f19fce851c8770d8 Reviewed-on: https://go-review.googlesource.com/c/go/+/300176 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Jay Conrod <[email protected]> TryBot-Result: Go Bot <[email protected]> (cherry picked from commit d33e219) Reviewed-on: https://go-review.googlesource.com/c/go/+/300153
@bcmills requested issue #44776 to be considered for backport to the next 1.16 minor release.
The text was updated successfully, but these errors were encountered: