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_derive: Clean up attribute logic #11777

Merged
merged 11 commits into from
Feb 12, 2024

Commits on Feb 7, 2024

  1. Refactor field attributes logic

    Parse ParseStream directly
    
    Custom attributes are not fully implemented yet.
    This just permits their definition via the derive macro.
    MrGVSV committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f6334c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Reorganize container attributes logic

    Make use of ParseStream directly
    MrGVSV committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4f7a15c View commit details
    Browse the repository at this point in the history
  2. More cleanup

    MrGVSV committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    130a450 View commit details
    Browse the repository at this point in the history
  3. Make merging more robust

    MrGVSV committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ff1a44d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bade28d View commit details
    Browse the repository at this point in the history
  5. Simply field parsing logic

    MrGVSV committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    faa7c3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5eb3a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    735863a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1837098 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a9dd23 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    4d5226d View commit details
    Browse the repository at this point in the history