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: Type parameter bounds #9046

Merged
merged 9 commits into from
Jan 28, 2024

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    515962a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c672a9 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary Results

    MrGVSV committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    71013bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c05bb1f View commit details
    Browse the repository at this point in the history
  5. Simplify custom_where attribute

    Now it overwrites the where clause for all type parameters
    rather than just the ones included in the attribute.
    MrGVSV committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    00139f5 View commit details
    Browse the repository at this point in the history
  6. Make new_with_bounds private

    Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
    MrGVSV and nicopap committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a5458af View commit details
    Browse the repository at this point in the history
  7. Refactor WhereClauseOptions

    MrGVSV committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    76cb513 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    be18a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea40fb View commit details
    Browse the repository at this point in the history