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

Merged
merged 6 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Add tests for type field/parenless in signature

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    12a7e6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b31b37 View commit details
    Browse the repository at this point in the history
  3. Fix setting receiver type in Resolver setup

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

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

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

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