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: Unique Reflect #56

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on May 20, 2022

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

Commits on Jun 17, 2022

  1. Start drafting CanonReflect

    nicopap committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e45293e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Finish CanonReflect rework

    nicopap committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    757173f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Replace make_canon with into_full

    This allows us to remove the hard-requirement on `FromReflect` for
    everything, and also makes the conversion from `Reflect` to
    `CanonReflect` less compute-intensive.
    nicopap committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    6dc6519 View commit details
    Browse the repository at this point in the history
  2. Rename CanonReflect and reformulate the problem

    By community consensus, `CanonReflect` is now `Reflect` and "old"
    `Reflect` is now `PartialReflect`.
    
    Since we "keep" `Reflect`, I reformulate the change to conceptually fit
    with the current reference frame.
    
    I also explain in more details the concepts `Reflect` represent and
    make clear what the true underlying source of the awkwardness of
    `Reflect` is.
    nicopap committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    ab3c114 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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

Commits on Jan 19, 2023

  1. Integrate bjorn3 suggestions

    nicopap committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    bc7d6db View commit details
    Browse the repository at this point in the history