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

Correct treatment of methods whose receiver is raw. #5725

Merged
merged 10 commits into from
Mar 22, 2023

Conversation

smillst
Copy link
Member

@smillst smillst commented Mar 21, 2023

Basically if a method is invoke with a raw receiver method, all types of the method signature are erased. (This doesn't fix #635 because there are other places where raw types are ignored besides and the type of a receiver expression.)

Fixes #5436 and fixes #3785.

mernst
mernst previously approved these changes Mar 22, 2023
@mernst mernst assigned smillst and unassigned mernst Mar 22, 2023
@mernst mernst enabled auto-merge (squash) March 22, 2023 17:03
@mernst mernst merged commit a1c36a2 into typetools:master Mar 22, 2023
@mernst mernst deleted the raw-methods branch March 22, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants