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] - Add reflect(skip_serializing) which retains reflection but disables automatic serialization #5250

Closed
wants to merge 23 commits into from

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    cf9b287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d614252 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. rebase changes

    makspll committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e249d97 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'no-serialize-attribute-reflect' of https://github.com/m…

    …akspll/bevy into no-serialize-attribute-reflect
    makspll committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7089018 View commit details
    Browse the repository at this point in the history
  3. fixes for clippy

    makspll committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6f12dad View commit details
    Browse the repository at this point in the history
  4. remove needless test

    makspll committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d7ef6d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Update crates/bevy_reflect/src/type_registry.rs

    Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
    makspll and MrGVSV committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    c83f3a1 View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_reflect/src/type_registry.rs

    Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
    makspll and MrGVSV committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    3ff2831 View commit details
    Browse the repository at this point in the history
  3. Update crates/bevy_reflect/bevy_reflect_derive/src/derive_data.rs

    Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
    makspll and MrGVSV committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    a9fd824 View commit details
    Browse the repository at this point in the history
  4. implement review changes

    makspll committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    7f097d9 View commit details
    Browse the repository at this point in the history
  5. merge

    makspll committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    0b3bddc View commit details
    Browse the repository at this point in the history
  6. more review changes

    makspll committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    04c0a77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ffdaf1 View commit details
    Browse the repository at this point in the history
  8. change doc comment

    makspll committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    9d49b37 View commit details
    Browse the repository at this point in the history
  9. change spacing

    makspll committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    dd8a10f View commit details
    Browse the repository at this point in the history
  10. clippy fixes

    makspll committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    e3d1639 View commit details
    Browse the repository at this point in the history
  11. Update crates/bevy_reflect/src/serde/type_data.rs

    Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
    makspll and MrGVSV committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    0d61a97 View commit details
    Browse the repository at this point in the history
  12. Update crates/bevy_reflect/src/serde/type_data.rs

    Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
    makspll and MrGVSV committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    ad1521c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    980daa3 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'no-serialize-attribute-reflect' of https://github.com/m…

    …akspll/bevy into no-serialize-attribute-reflect
    makspll committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    4c8cd6f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. further review implementation

    makspll committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    6107749 View commit details
    Browse the repository at this point in the history
  2. bring back dead_code markers

    makspll committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    936fa0b View commit details
    Browse the repository at this point in the history
  3. fix doc comments

    makspll committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    dbc13d3 View commit details
    Browse the repository at this point in the history