-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: shape types have no methods PTR-*cache.AnyCache[interface {}] #50109
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
Thanks for the report! I'm looking at this issue. I bisected it to some recent changes related to 'any' semantics/error messages. |
Change https://golang.org/cl/371154 mentions this issue: |
The test in the CL that fixed this is rather involved. This seems to be a rather smaller one: https://gotipplay.golang.org/p/bp3VMZA_9CU
|
Thanks for minimizing, @rogpeppe ! I'll add that as a separate test for the issue. I tried to minimize somewhat more, but also wanted to get the change reviewed and some version of a test in quickly, since beta is coming up. |
Thanks @danscales! |
Change https://golang.org/cl/371515 mentions this issue: |
Thanks to the simpler test case for issue 50109. I'm keeping the old test case in place, since it's not too complex, and may be useful for testing other things as well. Updates #50109 Change-Id: I80cdbd1da473d0cc4dcbd68e45bab7ddb6f9263e Reviewed-on: https://go-review.googlesource.com/c/go/+/371515 Trust: Dan Scales <[email protected]> Run-TryBot: Dan Scales <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: roger peppe <[email protected]>
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Upgraded gotip today and ran
gotip test ./...
on a project that used to work 3 weeks ago.Code can be found at https://github.com/sylr/go-cache
The text was updated successfully, but these errors were encountered: