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

bevy_reflect: Improve serialization format #4561

Closed
wants to merge 24 commits into from

Commits on Sep 1, 2022

  1. Simplified reflection ser/de

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

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

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

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

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

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

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

    MrGVSV committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3dcc3f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3acdf85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bacaf3 View commit details
    Browse the repository at this point in the history
  11. Remove unnecessary paths

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

    MrGVSV committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b169243 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d323c0d View commit details
    Browse the repository at this point in the history
  14. Add constructor to TypedReflectDeserializer

    Also added test
    MrGVSV committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c749773 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    631a9ae View commit details
    Browse the repository at this point in the history
  16. Reorganize Visitor impls

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

    MrGVSV committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d23699d 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 1, 2022
    Configuration menu
    Copy the full SHA
    811d3c9 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 1, 2022
    Configuration menu
    Copy the full SHA
    77bcefa View commit details
    Browse the repository at this point in the history
  20. Add nested enums to tests

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

    MrGVSV committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4d4e9d0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    57d93e9 View commit details
    Browse the repository at this point in the history
  23. Fix doc comment

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

    MrGVSV committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    90433d1 View commit details
    Browse the repository at this point in the history