Skip to content

Fix the unparsed tag#50

Merged
dorezyuk merged 1 commit intomainfrom
fix/unparsed_tag
Feb 4, 2026
Merged

Fix the unparsed tag#50
dorezyuk merged 1 commit intomainfrom
fix/unparsed_tag

Conversation

@dorezyuk
Copy link
Contributor

@dorezyuk dorezyuk commented Feb 3, 2026

Fixes the warnings

<7>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Found tag: 0x0"}
<3>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Unhandled tag: 0x0. We give up parsing here, your data is only partially interpreted."}
<7>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Found tag: 0x0"}
<3>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Unhandled tag: 0x0. We give up parsing here, your data is only partially interpreted."}
<7>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Found tag: 0x2"}
<3>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Unhandled tag: 0x2. We give up parsing here, your data is only partially interpreted."}
<7>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Found tag: 0x0"}
<3>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Unhandled tag: 0x0. We give up parsing here, your data is only partially interpreted."}
<7>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Found tag: 0x0"}
<3>{"CODE_FILE":"external/rules_rust++crate+crate_index__zvt-0.1.1/src/packets.rs","CODE_LINE":16,"MESSAGE":"Unhandled tag: 0x0. We give up parsing here, your data is only partially interpreted."}
<7>{"CODE_FILE":"./external/rules_rust++crate+crate_index__zvt-0.1.1/src/io.rs","CODE_LINE":60,"MESSAGE":"TX: 80 00 00"}

since the nested style actually created a tag

Signed-off-by: Dima Dorezyuk <ddo@qwello.eu>
@ydankner
Copy link
Collaborator

ydankner commented Feb 4, 2026

If it's easy to add a test for this case, it would be great. Not a must

@dorezyuk dorezyuk merged commit 04ef760 into main Feb 4, 2026
9 checks passed
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.

3 participants

Comments