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

Refactor modification of scopes #382

Merged
merged 2 commits into from
Oct 16, 2022
Merged

Refactor modification of scopes #382

merged 2 commits into from
Oct 16, 2022

Commits on Oct 15, 2022

  1. Refactor modification of scopes

    `add_scope` is simplified to simply add scopes, and no longer takes an `Option<_>` item.
    Added `add_scopes` convenience function, which allows adding multiple scopes at once.
    Added `clear_scopes` function to explicitly allow clearing method scopes.
    
    Refactor modification of scopes
    
    `add_scope` is simplified to simply add scopes, and no longer takes an `Option<_>` item.
    Added `add_scopes` convenience function, which allows adding multiple scopes at once.
    Added `clear_scopes` function to explicitly allow clearing method scopes.
    
    Refactor modification of scopes
    
    `add_scope` is simplified to simply add scopes, and no longer takes an `Option<_>` item.
    Added `add_scopes` convenience function, which allows adding multiple scopes at once.
    Added `clear_scopes` function to explicitly allow clearing method scopes.
    philippeitis committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    3183af0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d5b2e View commit details
    Browse the repository at this point in the history