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

[Merged by Bors] - bevy_reflect: Improve serialization format even more #5723

Closed

Commits on Sep 20, 2022

  1. Simplified reflection ser/de

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4230acd View commit details
    Browse the repository at this point in the history
  2. Cleanup comment

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    32a83b9 View commit details
    Browse the repository at this point in the history
  3. Updated example scene file

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e8bdefb View commit details
    Browse the repository at this point in the history
  4. Fix clippy

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3dd5d0e View commit details
    Browse the repository at this point in the history
  5. Fix glam tests

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f794ad2 View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f843355 View commit details
    Browse the repository at this point in the history
  7. Remove TODO comment

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    762fe4f View commit details
    Browse the repository at this point in the history
  8. Fix test for CI

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    31135e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e3ba1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d19407 View commit details
    Browse the repository at this point in the history
  11. Remove unnecessary paths

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    83829eb View commit details
    Browse the repository at this point in the history
  12. Fix PrettyConfig for tests

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    54aca19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    14105da View commit details
    Browse the repository at this point in the history
  14. Add constructor to TypedReflectDeserializer

    Also added test
    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    6966a58 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bafda23 View commit details
    Browse the repository at this point in the history
  16. Reorganize Visitor impls

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    93b9679 View commit details
    Browse the repository at this point in the history
  17. Formatting

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d133167 View commit details
    Browse the repository at this point in the history
  18. Revert "Replace deserialize_any with deserialize_map"

    This reverts commit 4122568.
    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a44df72 View commit details
    Browse the repository at this point in the history
  19. Remove "type" and "value" keys

    Replaced with "type" key with the actual type name
    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    88668ae View commit details
    Browse the repository at this point in the history
  20. Add nested enums to tests

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5b88e74 View commit details
    Browse the repository at this point in the history
  21. Fix scene example

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    bcb7a0a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5d2c99e View commit details
    Browse the repository at this point in the history
  23. Fix doc comment

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    733b580 View commit details
    Browse the repository at this point in the history
  24. Apply review comment

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    db1227e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dd9b319 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    94baee8 View commit details
    Browse the repository at this point in the history
  27. Require 'static on all type info

    This is meant for future-proofing certain operations
    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    cb37f2e View commit details
    Browse the repository at this point in the history
  28. Improve error message

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    98458ba View commit details
    Browse the repository at this point in the history
  29. Update scene file

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ca68a37 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a2b6e2e View commit details
    Browse the repository at this point in the history
  31. Formatting

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    43fb3ab View commit details
    Browse the repository at this point in the history
  32. Support Option types

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    df99b96 View commit details
    Browse the repository at this point in the history
  33. Fix clippy errors

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    509cb9f View commit details
    Browse the repository at this point in the history
  34. Fix glam tests

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    61a742b View commit details
    Browse the repository at this point in the history
  35. Remove unnecessary Into

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    070e509 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    320d9e4 View commit details
    Browse the repository at this point in the history
  37. Added Enum::variant_index

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1d34ea5 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    265cc30 View commit details
    Browse the repository at this point in the history
  39. Simplify ExpectedValues struct

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    6430af4 View commit details
    Browse the repository at this point in the history
  40. Fix doc error

    MrGVSV committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    fe2ee1c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8f6ed32 View commit details
    Browse the repository at this point in the history