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

New semantic analyzer: fix handling invalid attrs converters #7096

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Jun 28, 2019

This is a hacky fix to better handle overloaded functions during
semantic analysis. The original approach is not very clean so this
doesn't make this worse, arguably.

Fixes #6438.

This is a hacky fix to better handle overloaded function during
semantic analysis. The original approach is not very clean so this
doesn't make this worse.

Fixes #6438.
@JukkaL JukkaL requested a review from ilevkivskyi June 28, 2019 16:06
Copy link
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, let's do this!

@JukkaL JukkaL merged commit 6d0e637 into master Jun 28, 2019
@JelleZijlstra JelleZijlstra deleted the semanal-attrs branch June 28, 2019 18:43
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.

Support attr converters with new semantic analyzer
2 participants