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

Rewrite references to inner functions in treetransform #1791

Closed
wants to merge 1 commit into from

Conversation

rwbarton
Copy link
Contributor

@rwbarton rwbarton commented Jul 1, 2016

Fixes #1323.

@@ -521,3 +544,14 @@ def types(self, types: List[Type]) -> List[Type]:

def optional_types(self, types: List[Type]) -> List[Type]:
return [self.optional_type(type) for type in types]


class FuncMapInitializer(TraverserVisitor):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add docstring explaining what this does.

@JukkaL
Copy link
Collaborator

JukkaL commented Jul 4, 2016

Looks good, just some request for additional comments/docstrings.

JukkaL added a commit that referenced this pull request Aug 29, 2016
@JukkaL
Copy link
Collaborator

JukkaL commented Aug 29, 2016

Merged an updated version of this as #2065.

@JukkaL JukkaL closed this Aug 29, 2016
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.

2 participants