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: Add ReflectSerializerProcessor #15548

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    d36c5bb View commit details
    Browse the repository at this point in the history
  2. fix clippy

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a9d063c View commit details
    Browse the repository at this point in the history
  3. improve docs

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2a3e01b View commit details
    Browse the repository at this point in the history
  4. address comments

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    925b060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a8e159 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    176b211 View commit details
    Browse the repository at this point in the history
  7. fix processor

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    e82b4b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ebcf5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8934728 View commit details
    Browse the repository at this point in the history
  10. fix doc tests

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    ec2d871 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3b50ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d09dbe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f0f1145 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd91a05 View commit details
    Browse the repository at this point in the history
  15. doc fix

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d4e2bd7 View commit details
    Browse the repository at this point in the history
  16. fix doc tests

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    21b52da View commit details
    Browse the repository at this point in the history
  17. Update for main

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a9d6d2f View commit details
    Browse the repository at this point in the history
  18. Address review comments

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    bc4bdbe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4b46335 View commit details
    Browse the repository at this point in the history
  20. clippy

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    4064fb0 View commit details
    Browse the repository at this point in the history
  21. fix docs

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    cf651f9 View commit details
    Browse the repository at this point in the history
  22. wip: image pipeline example

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f13e078 View commit details
    Browse the repository at this point in the history
  23. working logic

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    636a4dd View commit details
    Browse the repository at this point in the history
  24. Update examples/README.md

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    367978f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b6ba833 View commit details
    Browse the repository at this point in the history
  26. fix up rebase

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7547d85 View commit details
    Browse the repository at this point in the history
  27. further fix up rebase

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    77bf749 View commit details
    Browse the repository at this point in the history
  28. Add ReflectSerializerProcessor

    wip: reflect serializer processor
    
    wip: ser tests
    
    serialize processor unit tests
    
    serializer processor doc tests
    
    fix doc tests
    
    fix doc
    
    fix newlines on windows
    
    please ci i beg you
    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f219d93 View commit details
    Browse the repository at this point in the history
  29. fix up rebase

    aecsocket committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2e4683b View commit details
    Browse the repository at this point in the history