Skip to content
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

go/types, types2: channel send on type parameters that describe channel sets not implemented #47115

Closed
griesemer opened this issue Jul 10, 2021 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@griesemer
Copy link
Contributor

Reminder issue. This is the dual issue to #43671.

@griesemer griesemer added the NeedsFix The path to resolution is known, but the work has not been done. label Jul 10, 2021
@griesemer griesemer added this to the Go1.18 milestone Jul 10, 2021
@griesemer griesemer self-assigned this Jul 10, 2021
@gopherbot
Copy link

Change https://golang.org/cl/333712 mentions this issue: [dev.typeparams] cmd/compile/internal/types2: implement ch <- x where ch is of type parameter type

gopherbot pushed a commit that referenced this issue Jul 14, 2021
… ch is of type parameter type

For #47115.

Change-Id: Ib9c8652c0346029369735ccf7ee9098ab1ae7fd3
Reviewed-on: https://go-review.googlesource.com/c/go/+/333712
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
@griesemer
Copy link
Contributor Author

This was fixed in types2 with the CL above and in go/types with CL 335076.

@golang golang locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants