Skip to content

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

Draft
copybara-service[bot] wants to merge 1 commit intomainfrom
test_912646666
Draft

Support forwarding of channels and channel arrays in impl-style procs.#4230
copybara-service[bot] wants to merge 1 commit intomainfrom
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.

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: 912646666
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