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

Resolve the definition of the self specific when re-entering its scope for an inline method definition. #4281

Merged
merged 3 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Resolve the definition of the self specific immediately when we finish

    the generic definition.
    
    The self specific could be used immediately by a nested inline method,
    for which we don't have a `Generic(T:! type).` name qualifier, so we
    won't have already triggered resolving the self specific definition.
    zygoloid committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    30993b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ccab5 View commit details
    Browse the repository at this point in the history
  3. Autoupdate after merge

    zygoloid committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    158811a View commit details
    Browse the repository at this point in the history