Skip to content

WIP - Fix 11924 #11925

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

Closed
wants to merge 1 commit into from
Closed

WIP - Fix 11924 #11925

wants to merge 1 commit into from

Conversation

LPTK
Copy link
Contributor

@LPTK LPTK commented Mar 29, 2021

Just a quick trial to see if #11924 can be fixed simply by always creating a type-annotated binding for inlined method arguments.

I did not try to make the change for transparent inline methods (thus the ctx.phase == Phases.typerPhase), as that would likely raise many problems, since these inline methods do influence type checking. I suspect more extensive changes would be needed to support these.

@LPTK LPTK marked this pull request as draft March 29, 2021 06:53
@LPTK
Copy link
Contributor Author

LPTK commented Mar 29, 2021

When I ran the tests locally many things broke, so I don't think this is a viable approach as is. See also the discussion in #11924.

@LPTK LPTK closed this Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant