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

Remove an unnecessary dynamic #2239

Merged
merged 4 commits into from
Jun 4, 2024
Merged

Remove an unnecessary dynamic #2239

merged 4 commits into from
Jun 4, 2024

Commits on Jun 4, 2024

  1. Remove an unnecessary dynamic

    The `dynamic` was used to satisfy the purpose that is more directly
    expressed with `FutureOr`.
    natebosch committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0aaec29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b26ee8 View commit details
    Browse the repository at this point in the history
  3. Drop the _Command class

    natebosch committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6c22b9c View commit details
    Browse the repository at this point in the history
  4. Add typedef

    natebosch committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3592bfc View commit details
    Browse the repository at this point in the history