Skip to content

Support forwarding of channels and channel arrays in impl-style procs.#4230

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_912646666
May 11, 2026
Merged

Support forwarding of channels and channel arrays in impl-style procs.#4230
copybara-service[bot] merged 1 commit into
mainfrom
test_912646666

Conversation

@copybara-service
Copy link
Copy Markdown

Support forwarding of channels and channel arrays in impl-style procs.

Previously if a proc A constructor would spawn proc B, forwarding one of the channels passed in to the A constructor, then IR conversion would fail. This was because it would only correctly handle the subset of constructor params that were retained as members of the A instance.

@copybara-service copybara-service Bot force-pushed the test_912646666 branch 2 times, most recently from c7d438a to eac15cb Compare May 11, 2026 16:43
Previously if a proc A constructor would spawn proc B, forwarding one of the channels passed in to the A constructor, then IR conversion would fail. This was because it would only correctly handle the subset of constructor params that were retained as members of the A instance.

PiperOrigin-RevId: 913770352
@copybara-service copybara-service Bot merged commit 175c391 into main May 11, 2026
@copybara-service copybara-service Bot deleted the test_912646666 branch May 11, 2026 17:35
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