Skip to content

Expand branch() and sideEffect() step reference sections - #3642

Merged
spmallette merged 1 commit into
apache:masterfrom
spmallette:tp-docs-branch-step-and-sideeffect-step-referenc
Sep 10, 2026
Merged

Expand branch() and sideEffect() step reference sections#3642
spmallette merged 1 commit into
apache:masterfrom
spmallette:tp-docs-branch-step-and-sideeffect-step-referenc

Conversation

@spmallette

Copy link
Copy Markdown
Contributor

The Branch Step and SideEffect Step sections of the traversal reference were single-sentence stubs with no runnable example. Both now carry live examples against the modern graph. The branch() section explains discriminator-to-option routing and shows that branch() multiplexes a traverser to every matching option(), in contrast to choose(), which routes to a single branch. The sideEffect() section demonstrates its pass-through semantics and how it differs from map(). Both "Additional References" links are also corrected, as their text incorrectly read "map(Traversal)".

The Branch Step and SideEffect Step sections of the traversal reference were
single-sentence stubs with no runnable example. Both now carry live examples
against the modern graph. The branch() section explains discriminator-to-option
routing and shows that branch() multiplexes a traverser to every matching
option(), in contrast to choose(), which routes to a single branch. The
sideEffect() section demonstrates its pass-through semantics and how it differs
from map(). Both "Additional References" links are also corrected, as their text
incorrectly read "map(Traversal)".

Assisted-by: Kiro:claude-opus-4.8
@spmallette
spmallette merged commit a185eeb into apache:master Sep 10, 2026
6 checks passed
@spmallette
spmallette deleted the tp-docs-branch-step-and-sideeffect-step-referenc branch September 10, 2026 12:59
@codecov-commenter

codecov-commenter commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.72%. Comparing base (a28cd1f) to head (d2ef56b).
⚠️ Report is 593 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3642      +/-   ##
============================================
+ Coverage     76.35%   76.72%   +0.36%     
- Complexity    13424    14338     +914     
============================================
  Files          1012     1037      +25     
  Lines         60341    64761    +4420     
  Branches       7075     7695     +620     
============================================
+ Hits          46076    49688    +3612     
- Misses        11548    11976     +428     
- Partials       2717     3097     +380     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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