Swap protocol_test.cc to the reflection backend; enable protocol_test_reflection (20/20) - #120
Draft
jbcoe wants to merge 1 commit into
Draft
Conversation
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 11:33
e8e79e8 to
9cb2d3e
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 11:34
209f36e to
6871422
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 14:23
9cb2d3e to
d4ef8ba
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 14:23
6871422 to
0804b3b
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 14:27
d4ef8ba to
9d38cca
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 14:27
0804b3b to
1a715db
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 14:30
9d38cca to
7de2afc
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 14:30
1a715db to
5f25401
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 15:14
7de2afc to
b6104b2
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 15:14
5f25401 to
fcf965f
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 15:29
b6104b2 to
5d85448
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 15:29
fcf965f to
455d130
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 18:27
5d85448 to
4b171ca
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 18:27
455d130 to
c6791b3
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 19:38
4b171ca to
f938b89
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 19:38
c6791b3 to
2beebf0
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 28, 2026 20:23
f938b89 to
bdc5116
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 28, 2026 20:23
2beebf0 to
c7b7861
Compare
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 29, 2026 09:48
bdc5116 to
796befc
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 29, 2026 09:48
c7b7861 to
86b5a79
Compare
…_reflection Adds protocol_test_reflection, running protocol_test.cc against protocol_reflection.hxx instead of the generated headers. Every test passes except interface D's two operator tests, excluded until operator support lands.
jbcoe
force-pushed
the
reflection/18-fix-clang-format-splice-break
branch
from
July 29, 2026 10:14
796befc to
e92ea3e
Compare
jbcoe
force-pushed
the
reflection/19-swap-protocol-test
branch
from
July 29, 2026 10:14
86b5a79 to
f32e549
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds protocol_test_reflection, running protocol_test.cc against
protocol_reflection.hxx instead of the generated headers. Every test
passes except interface D's two operator tests, excluded until
operator support lands.