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(queue-msg): fix flattening optimization passes #2058

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

benluelo
Copy link
Contributor

@benluelo benluelo commented Jun 7, 2024

seq(conc(seq(a, b), ..), ..) was flattening to seq(conc(a, b, ..), ..), which is clearly incorrect.

@benluelo benluelo force-pushed the fix-queue-msg-opt-flatten branch from d1fc5a4 to 1462296 Compare June 7, 2024 04:29
@PoisonPhang PoisonPhang merged commit e795c11 into main Jun 7, 2024
40 checks passed
@PoisonPhang PoisonPhang deleted the fix-queue-msg-opt-flatten branch June 7, 2024 06:14
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.

2 participants