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

Manipulate non-send resources with Commands #12819

Closed
wants to merge 8 commits into from

Commits on Apr 1, 2024

  1. feat: test check in ci

    BD103 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0c3f52a View commit details
    Browse the repository at this point in the history
  2. style: reorder remove_resource

    This makes the declaration order consistent with the surrounding methods of `Commands::remove_resource`. This is an opinionated change that I would be fine with reverting.
    BD103 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e9e20c8 View commit details
    Browse the repository at this point in the history
  3. feat: non-send commands

    BD103 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    981b703 View commit details
    Browse the repository at this point in the history
  4. feat: add tests

    BD103 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e92a8e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3938830 View commit details
    Browse the repository at this point in the history
  6. fix: tests

    I incorrectly assumed that bevy was added as a dev-dependency. :)
    BD103 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5331768 View commit details
    Browse the repository at this point in the history
  7. feat: give example of trying to send a non-send

    Also remove the `is_in_fact_not_being_sent` test.
    BD103 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    fadc683 View commit details
    Browse the repository at this point in the history
  8. refactor: rustfmt

    BD103 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    451c3be View commit details
    Browse the repository at this point in the history