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

Fix dyno resolving type fields in method signatures #25944

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

Commits on Sep 13, 2024

  1. Test resolving a dependently-typed field in method

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e04331d View commit details
    Browse the repository at this point in the history
  2. Instantiate generic class types with actual type

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    76d2bca View commit details
    Browse the repository at this point in the history
  3. Refactor to include manageability check

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7c5551b View commit details
    Browse the repository at this point in the history
  4. Revert accidental autoformat changes

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0326e9e View commit details
    Browse the repository at this point in the history
  5. Add tests for type field/parenless in signature

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2e80bbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee2c288 View commit details
    Browse the repository at this point in the history
  7. Fix setting receiver type in Resolver setup

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    da307cc View commit details
    Browse the repository at this point in the history
  8. Test generic receiver with parenless type proc case

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    caa671a View commit details
    Browse the repository at this point in the history
  9. Delay qualified field resolution on generic types

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    45a164a View commit details
    Browse the repository at this point in the history
  10. Delay unqualified field resolution on generic types

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1eac82d View commit details
    Browse the repository at this point in the history