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

feat(typing): add type hints to compiled router #1944

Merged
merged 8 commits into from
Jul 16, 2024

Commits on Aug 4, 2021

  1. chore: try typing compiled.

    this is mainly to try how cython works with pep484 types
    CaselIT committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    8e4adf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Merge branch 'master' into type_compiled_wip

    # Conflicts:
    #	falcon/routing/compiled.py
    CaselIT committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    57406ef View commit details
    Browse the repository at this point in the history
  2. chore: update compiler typing

    CaselIT committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    0270b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa70197 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    6a8f3db View commit details
    Browse the repository at this point in the history
  2. style: make sphinx happy

    CaselIT committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d6c8838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    703431a View commit details
    Browse the repository at this point in the history
  4. style: minor cleanups

    CaselIT committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    325f2af View commit details
    Browse the repository at this point in the history