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

First draft of an update to the Overloads chapter (DRAFT: DO NOT MERGE) #1839

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Aug 13, 2024

  1. First draft of an update to the Overloads chapter.

    * Attempts to clearly define the algorithm for overload matching.
    * Describes checks for overload consistency, overlapping overloads, and implementation consistency.
    erictraut committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bab532e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de81026 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    5ca254e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'overloads' of https://github.com/erictraut/typing into …

    …overloads
    
    * 'overloads' of https://github.com/erictraut/typing:
      [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    # Conflicts:
    #	docs/spec/overload.rst
    erictraut committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    33c819f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f993b28 View commit details
    Browse the repository at this point in the history
  4. Fixed reference.

    erictraut committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    660295c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'overloads' of https://github.com/erictraut/typing into …

    …overloads
    
    * 'overloads' of https://github.com/erictraut/typing:
      [pre-commit.ci] auto fixes from pre-commit.com hooks
    erictraut committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    06c86f1 View commit details
    Browse the repository at this point in the history
  6. Fixed reference.

    erictraut committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    831945b View commit details
    Browse the repository at this point in the history
  7. Another reference fix.

    erictraut committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3906a12 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Incorporated PR feedback.

    erictraut committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bb8fe09 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    cce3879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7591a4d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Incorporated more feedback.

    erictraut committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    91d4adc View commit details
    Browse the repository at this point in the history