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

Fix array behavior #692

Merged
merged 7 commits into from
Jan 20, 2022
Merged

Fix array behavior #692

merged 7 commits into from
Jan 20, 2022

Commits on Jan 10, 2022

  1. Enable test_int8array in test_message_conversion.py

    Signed-off-by: Kenji Miyake <[email protected]>
    Kenji Miyake committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    bd4d696 View commit details
    Browse the repository at this point in the history
  2. Treat dynamic uint8 array as binary

    Signed-off-by: Kenji Miyake <[email protected]>
    Kenji Miyake committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ea7170e View commit details
    Browse the repository at this point in the history
  3. Allow receiving list data for binary variables

    Signed-off-by: Kenji Miyake <[email protected]>
    Kenji Miyake committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b1dfdfa View commit details
    Browse the repository at this point in the history
  4. Always show an error message of serialization failure

    Signed-off-by: Kenji Miyake <[email protected]>
    Kenji Miyake committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c44adc1 View commit details
    Browse the repository at this point in the history
  5. Fix special mappings for numeric types

    Signed-off-by: Kenji Miyake <[email protected]>
    Kenji Miyake committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    4993755 View commit details
    Browse the repository at this point in the history
  6. Remove incorrect types

    Signed-off-by: Kenji Miyake <[email protected]>
    Kenji Miyake committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    d7956e9 View commit details
    Browse the repository at this point in the history
  7. Fix JSON dump of integer types

    Signed-off-by: Kenji Miyake <[email protected]>
    Kenji Miyake committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    06fe1ea View commit details
    Browse the repository at this point in the history