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

Simplify PICK behavior #243

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Simplify PICK behavior #243

merged 1 commit into from
Nov 11, 2023

Conversation

gilch
Copy link
Owner

@gilch gilch commented Nov 11, 2023

Now unconditionally copies expression,
rather than sometimes extracting to let first.

Fixes #242

It also makes some progress on #227, by copying the expression unconditionally, but I think I need arglist manipulation decorators to compensate for what this is giving up when side effects (or expensive enough pure computation) are involved.

Now unconditionally copies expression,
rather than sometimes extracting to let first.
@gilch gilch merged commit fdd447c into master Nov 11, 2023
3 checks passed
@gilch gilch deleted the simplify-synexpand branch November 11, 2023 22:29
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.

#241 broke synexpand
1 participant