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

feat(engine): Implement for_each zip expression #171

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

daryllimyt
Copy link
Contributor

@daryllimyt daryllimyt commented Jun 14, 2024

Features

  • Allow passing a list of expressions into for_each clause. Zips the iterables under the hood
    • Note:Lists must have the same length otherwise an exception is thrown.

Testing

  • Added new correctness workflow test, passing

@daryllimyt daryllimyt self-assigned this Jun 14, 2024
@github-actions github-actions bot added engine Improvements or additions to the workflow engine enhancement New feature or request labels Jun 14, 2024
@daryllimyt daryllimyt merged commit 8d1e28e into main Jun 14, 2024
1 of 2 checks passed
@daryllimyt daryllimyt deleted the feat/expressions/zip branch June 14, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Improvements or additions to the workflow engine enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant