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] - Replace RemovedComponents<T> backing with Events<Entity> #5680

Closed
wants to merge 6 commits into from

Commits on Jan 30, 2023

  1. Reworked removal detection as events

    Formatting
    
    Fix some docs
    
    Unnecessary imports
    
    impl From rather than Into for ToComponentId
    
    Try to fix CI errors
    
    Fix up test to expect double buffering
    
    Fix linnk in docs
    
    Simplify component id initializing/fetching
    
    Remove from system params
    
    Move component id for to component file
    
    Move ComponentIdFor to component.rs
    
    Deref and don't allow modifying the component id
    
    IntoIterator for RemovedComponents
    
    Formatting
    
    Example for ComponentIdFor
    
    Improve documentation
    
    MaybeIter inbetween
    
    Remove unnecessary type for iterator
    
    Improve safety comment, don't box unnecessarily
    
    formatting
    Aceeri committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4d63994 View commit details
    Browse the repository at this point in the history
  2. Full path for phantomdata

    Aceeri committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8350f8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36469e1 View commit details
    Browse the repository at this point in the history
  4. Publicize the removed iter type with docs, move SystemParam impl for …

    …to removal detection file
    Aceeri committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    823e7c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    2389515 View commit details
    Browse the repository at this point in the history
  2. Add import for tests

    Aceeri committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    3081a3a View commit details
    Browse the repository at this point in the history