Skip to content

Extract typeddict semantic analysis from to a separate class #4114

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 4 commits into from

Conversation

elazarg
Copy link
Contributor

@elazarg elazarg commented Oct 13, 2017

Related to #4083.

The intention is to do the same thing to namedtuple and enum, then move them to a separate module, refactor common work to helper functions, and hopefully find the right abstraction so it will be easy to add plugins of this kind.

@elazarg elazarg changed the title Extract typeddict analysis to a separate class Extract typeddict semantic analysis from to a separate class Oct 13, 2017
@ilevkivskyi
Copy link
Member

I think this should happen after last strict-optional PR is merged.

@elazarg
Copy link
Contributor Author

elazarg commented Oct 13, 2017

Makes sense.

@JukkaL
Copy link
Collaborator

JukkaL commented Oct 13, 2017

Note that I'm working on doing a similar extraction for named tuple. Mine is a little different -- it moves the new class into a new module in a way that there is no import cycle.

@elazarg elazarg force-pushed the extract-typeddict-analyzer branch from a2c39c8 to a959f80 Compare October 25, 2017 16:22
@elazarg
Copy link
Contributor Author

elazarg commented Jan 6, 2018

This PR can't be maintained.

@elazarg elazarg closed this Jan 6, 2018
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.

3 participants