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] - Remove ExactSizeIterator from QueryCombinationIter #5895

Closed
wants to merge 2 commits into from
Closed

[Merged by Bors] - Remove ExactSizeIterator from QueryCombinationIter #5895

wants to merge 2 commits into from

Commits on Oct 24, 2022

  1. 5846 Remove ExactSizeIterator from QueryCombinationIter

    QueryCombinationIter can have sizes greater than usize::MAX.
    
    - Remove implementation of ExactSizeIterator
    - Remove UI compile fail tests for ExactSizeIterator
    - Align println! strings
    
    Fixes #5846
    ottah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6498354 View commit details
    Browse the repository at this point in the history
  2. 5846 Fix API changes from main

    WorldQuery -> ReadOnlyWorldQuery
    world.spawn().insert_bundle(...) -> world.spawn(...)
    ottah committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    fda886b View commit details
    Browse the repository at this point in the history