Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more message set tests, fix a bug #859

Merged
merged 6 commits into from
Jul 4, 2023
Merged

Add more message set tests, fix a bug #859

merged 6 commits into from
Jul 4, 2023

Conversation

osa1
Copy link
Member

@osa1 osa1 commented Jul 3, 2023

When parsing an item we should consume the "end group" tag before breaking. Remove the break statements after parsing the extension.

When parsing an item we should consume the "end group" tag before
breaking. Remove the `break` statements after parsing the extension.
@osa1 osa1 requested a review from mraleph July 3, 2023 13:03
Copy link
Member

@mraleph mraleph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@mraleph mraleph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still LGTM

@osa1
Copy link
Member Author

osa1 commented Jul 4, 2023

I'll add a test for length delimited encoding of message sets. C++ library only uses groups but we should be able to generate length delimited encoding using other messages that look like the message set format.

@osa1 osa1 merged commit a912f76 into master Jul 4, 2023
17 checks passed
@osa1 osa1 deleted the osa1/message_set_bugs branch July 4, 2023 13:44
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.

2 participants