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

Extension types - add updated inference rules for num types. #3384

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

Commits on Oct 6, 2023

  1. Add updated inference rules for num types.

    No changes intended, but the existing rules are phrased based
    on assumptions that are no longer true with extension types.
    Adds more restrictions on when the rules apply, to rule out
    things that previously couldn't happen.
    lrhn committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    42d33bb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    c281e6f View commit details
    Browse the repository at this point in the history
  2. Remove dynamic-awareness.

    It's a change, and it may require inserting a new dynamic
    downcast, which the current semantics does not.
    (We should decide whether we want this to act like real
    "overloading", and if so, how to resolve, or if we should
    just have rules that are "good enough" for most common
    use-cases.)
    lrhn committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    f66279a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    cfc6ddb View commit details
    Browse the repository at this point in the history