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

Increment lambda_counter #7889

Merged
merged 2 commits into from Dec 12, 2019
Merged

Increment lambda_counter #7889

merged 2 commits into from Dec 12, 2019

Conversation

jag426
Copy link
Contributor

@jag426 jag426 commented Nov 5, 2019

Previously, with multiple lambdas, the second one would be named like __mypyc_lambda__0_f_obj_0, since the counter didn't increment. Now, the second one is named like __mypyc_lambda__1_f_obj.

Copy link
Collaborator

@msullivan msullivan left a comment

Choose a reason for hiding this comment

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

Good catch. That is a pretty silly bug.

Could you update one of the run tests instead of a genops test, though? I'm pretty likely to delete like 90% of the genops tests at some point so I don't want to have genops tests for anything where we don't specifically care about what IR is generated.

@msullivan
Copy link
Collaborator

Eh whatever

@msullivan
Copy link
Collaborator

Oh right my request made no sense, also, since it is fundamentally a genops thing. tbh maybe it isn't worth testing though

@msullivan msullivan merged commit bc3e9d4 into python:master Dec 12, 2019
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.

None yet

2 participants