Skip to content

Clarify extraction of message type #16

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

Merged
merged 6 commits into from
Sep 26, 2024
Merged

Clarify extraction of message type #16

merged 6 commits into from
Sep 26, 2024

Conversation

bbannier
Copy link
Member

If a message declared multiple message types in its options we would
previously use the last type, even though originally our intention was
to use the first one (as was also suggested by the source code
indention).

This change fixes the code to have the intended behavior.

If a message declared multiple message types in its options we would
previously use the last type, even though originally our intention was
to use the first one (as was also suggested by the source code
indention).

This change fixes the code to have the intended behavior.
This addresses a TODO.
This removes one unneeded level of nesting.
@bbannier bbannier self-assigned this Sep 26, 2024
@bbannier bbannier marked this pull request as ready for review September 26, 2024 06:50
@bbannier bbannier requested a review from awelzel September 26, 2024 06:50
@bbannier bbannier merged commit 279fd47 into main Sep 26, 2024
3 checks passed
@bbannier bbannier deleted the topic/bbannier/mtype branch September 26, 2024 08:10
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