Skip to content

test: cover nested Rust type compositions - #258

Merged
swananan merged 1 commit into
mainfrom
test/rust-nested-composition-matrix
Jul 26, 2026
Merged

test: cover nested Rust type compositions#258
swananan merged 1 commit into
mainfrom
test/rust-nested-composition-matrix

Conversation

@swananan

Copy link
Copy Markdown
Owner

Summary

  • cover nested VecDeque<String> and &[String] sequence composition
  • cover Option<Vec<String>>, Result<Vec<AggregateRecord>, String>, and both Cow<str> variants
  • force the string deque across its ring boundary and verify planner and runtime output

Testing

  • cargo fmt --all
  • cargo clippy --all-targets --all-features -- -D warnings
  • targeted nested semantic e2e through the runner service
  • complete host e2e through the runner service (job 19a0978a57a4)

@swananan
swananan merged commit fb10d65 into main Jul 26, 2026
9 checks passed
@swananan
swananan deleted the test/rust-nested-composition-matrix branch July 26, 2026 13:42
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.

1 participant