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] - Obviate the need for RunSystem, and remove it #3817

Closed
wants to merge 6 commits into from

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    7d02561 View commit details
    Browse the repository at this point in the history
  2. Add the StaticSystemParam trick

    Add missing `DerefMut` impl and `inner` fn
    DJMcNab authored and cart committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e8b7faa View commit details
    Browse the repository at this point in the history
  3. Migrate to StaticSystemParam

    Remove `RunSystem`
    DJMcNab authored and cart committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    898da83 View commit details
    Browse the repository at this point in the history
  4. Add some more docs, and rename inner

    Also add a proper read-only delegation
    DJMcNab authored and cart committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    054ce4a View commit details
    Browse the repository at this point in the history
  5. Use assert_is_system instead

    DJMcNab authored and cart committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    8a300c4 View commit details
    Browse the repository at this point in the history
  6. remove old Config api usage

    cart committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    59067f9 View commit details
    Browse the repository at this point in the history