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

Fixed recomputation of calls in generator expr #210

Merged
merged 1 commit into from
Apr 3, 2021

Conversation

mristin
Copy link
Collaborator

@mristin mristin commented Apr 3, 2021

We re-compute the generator expression by recompilcation. However, we do
descend to display the external inputs of the generator expression, and
ignore the placeholder.

If there was a function call on one or more placeholders, the
re-computation will fail with a cryptic message.

This patch fixes the issue.

We re-compute the generator expression by recompilcation. However, we do
descend to display the external inputs of the generator expression, and
ignore the placeholder.

If there was a function call on one or more placeholders, the
re-computation will fail with a cryptic message.

This patch fixes the issue.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.009%) to 93.908% when pulling f8d138e on mristin/Fixed-recomputation-of-zip-in-all into d566488 on master.

@mristin mristin merged commit eb0b401 into master Apr 3, 2021
@mristin mristin deleted the mristin/Fixed-recomputation-of-zip-in-all branch April 3, 2021 22:27
mristin added a commit that referenced this pull request Apr 23, 2021
* Allowed `__new__` to tighten pre-conditions (#211)
* Fixed recomputation of calls in generator expr (#210)
* Added better reporting on recompute failure (#207)
@mristin mristin mentioned this pull request Apr 23, 2021
mristin added a commit that referenced this pull request Apr 23, 2021
* Allowed `__new__` to tighten pre-conditions (#211)
* Fixed recomputation of calls in generator expr (#210)
* Added better reporting on recompute failure (#207)
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