feat(engine): link nu-cmd-lang and nu-command for stream combinators #15

Open
opened 2026-09-09 10:15:32 +00:00 by larandar · 0 comments
Owner

Proposal

Provide native par-each, reduce, chunks, zip, and window stream combinators.

Design

Link nu-cmd-lang and nu-command and register the five commands in the embedded engine.

Tasks

  • Link crates; register commands; preserve stream values and report errors.

Gherkin Specification Delta

must.contracts.ting-workflows.deliverable-15

Scenario: Deliverable behavior

  • GIVEN the stated prerequisites and inputs
  • WHEN the feature is exercised
  • THEN an embedded stream, when a supported combinator runs, then it produces the expected native stream result.
## Proposal Provide native par-each, reduce, chunks, zip, and window stream combinators. ## Design Link nu-cmd-lang and nu-command and register the five commands in the embedded engine. ## Tasks - Link crates; register commands; preserve stream values and report errors. ## Gherkin Specification Delta ### must.contracts.ting-workflows.deliverable-15 **Scenario: Deliverable behavior** - **GIVEN** the stated prerequisites and inputs - **WHEN** the feature is exercised - **THEN** an embedded stream, when a supported combinator runs, then it produces the expected native stream result.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
Ting/workflows#15
No description provided.