Skip to content

Restructure template specialization to introduce Tuples.#1067

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_919181519
May 23, 2026
Merged

Restructure template specialization to introduce Tuples.#1067
copybara-service[bot] merged 1 commit into
mainfrom
test_919181519

Conversation

@copybara-service
Copy link
Copy Markdown

Restructure template specialization to introduce Tuples.

Tuples break the previous status quo since they are not enums and not
ADTs. Introducing template specializations for them requires a slew of
changes across the codebase to accomodate these differences. This CL
contains all of those changes, but none of the actual Tuple
functionality. In it's place an inert rs_std::Tuple is emitted that
can't do anything yet. A followup CL fleshes out the actual API with
functionality.

@copybara-service copybara-service Bot force-pushed the test_919181519 branch 6 times, most recently from 0d0ae0f to 2f63bb3 Compare May 23, 2026 00:22
Tuples break the previous status quo since they are not enums and not
ADTs. Introducing template specializations for them requires a slew of
changes across the codebase to accomodate these differences. This CL
contains all of those changes, but none of the actual Tuple
functionality. In it's place an inert `rs_std::Tuple` is emitted that
can't do anything yet. A followup CL fleshes out the actual API with
functionality.

PiperOrigin-RevId: 919936517
@copybara-service copybara-service Bot merged commit d64cca0 into main May 23, 2026
@copybara-service copybara-service Bot deleted the test_919181519 branch May 23, 2026 00:33
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