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

Message Generator: fix serialization and add into_static for serde_sv2 primitives, broken unit tests, new unit test for NMJ message, #949

Commits on Jul 9, 2024

  1. fix serialization of primitives with serde

    some tests in main.rs of Message Generator are not passing or are
    commented. This is because serialization and/or deserialization of Sv2
    primitives was broken.
    
    into_static for serde_sv2 primitives
    these functions were panicking if the seq field of sequences (Seq<T> or
    Sv2Option) were Some(...).
    
    most rust tests for MG are fixed, one is added
    lorbax committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    36da00e View commit details
    Browse the repository at this point in the history