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

feat(compiler): Always create parameter #3112

Merged
merged 5 commits into from
Jan 5, 2024

Conversation

kyleconroy
Copy link
Collaborator

I found a few cases where the compiler would drop parameters if the type was unknown. Now we make sure to add the parameter with an any type, which is much better than dropping it.

@kyleconroy kyleconroy merged commit 593b79e into main Jan 5, 2024
8 checks passed
@kyleconroy kyleconroy deleted the kyle/analyzer-always-populate-param branch January 5, 2024 19:58
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