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

Fix missing import typing on Python 2 #117

Merged
merged 3 commits into from
Mar 14, 2017

Conversation

dahlia
Copy link
Member

@dahlia dahlia commented Mar 14, 2017

There was a bug that Python 2 code generator had missed import typing even if some type expressions require it. This patch fixed the bug #93.

@dahlia dahlia added the typ:bug Type: Bug/defect label Mar 14, 2017
@dahlia dahlia self-assigned this Mar 14, 2017
@dahlia dahlia requested a review from kanghyojun March 14, 2017 07:49
@kanghyojun
Copy link
Member

approve

@dahlia dahlia merged commit 05c9a23 into nirum-lang:master Mar 14, 2017
@dahlia dahlia added cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) target:python labels Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) target:python typ:bug Type: Bug/defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants