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: recorded type for make() call doesn't report correct len/cap argument types #37393

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

Comments

@griesemer
Copy link
Contributor

See disabled tests in fix for #37349. Reminder issue.

@griesemer griesemer added the NeedsFix The path to resolution is known, but the work has not been done. label Feb 23, 2020
@griesemer griesemer added this to the Go1.15 milestone Feb 23, 2020
@griesemer griesemer self-assigned this Feb 23, 2020
@gopherbot
Copy link

Change https://golang.org/cl/220584 mentions this issue: go/types: report correct number of arguments for make() built-in calls

@gopherbot
Copy link

Change https://golang.org/cl/220585 mentions this issue: go/types: report correct argument types for make() built-in calls

gopherbot pushed a commit that referenced this issue Feb 24, 2020
Also: Added test cases for (separate) issue #37393.
      To be enabled when that issue is fixed.

Fixes #37349.
Updates #37393.

Change-Id: Ib78cb0614c0b396241af06a3aa5d37d8045c2f2e
Reviewed-on: https://go-review.googlesource.com/c/go/+/220584
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@golang golang locked and limited conversation to collaborators Feb 23, 2021
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