Skip to content

Commit 21e4881

Browse files
committed
feat!: remove foreach primitive
Users should use regular steps with Elixir's built-in enumeration tools (Enum.map, Task.async_stream) for batch processing instead. - Remove foreach macro from DSL - Remove foreach execution from executor and step runner - Remove foreach-related context functions (current_item, current_index) - Delete foreach test file and guide - Update integration tests to use Enum.map instead of foreach - Update README batch processing example
1 parent 8dc4c6e commit 21e4881

9 files changed

Lines changed: 609 additions & 1914 deletions

File tree

README.md

Lines changed: 168 additions & 103 deletions
Large diffs are not rendered by default.

guides/foreach.md

Lines changed: 0 additions & 279 deletions
This file was deleted.

0 commit comments

Comments
 (0)