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

Fail on second router #384

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    1c27657 View commit details
    Browse the repository at this point in the history
  2. Application-CE: Throw on multipe *_router

    Adds a check when `use_router` is called twice, or `use_router` after
    `no_router` or the other way around, and fail directly.
    This is to prohibit setting two routers, which does not have any effect…
    only the last router is used, which might be confusing.
    
    Fixes SaturnFramework#323.
    ChrSteinert committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7da37c7 View commit details
    Browse the repository at this point in the history
  3. Application-CE: XML Doc Warning

    Add a warning in the XML doc about the new throws.
    ChrSteinert committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5c09622 View commit details
    Browse the repository at this point in the history