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

Use emit_lines instead of bunches of emit_line calls #15767

Closed
wants to merge 2 commits into from

Conversation

nickdrozd
Copy link
Contributor

There are places in Mypyc where emit_line is called over and over instead of emit_lines. This is a change to improve readability by using emit_lines more often. Also adds a small unit test.

@nickdrozd nickdrozd closed this Sep 5, 2023
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