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

Don't eagerly import all impls. #4447

Merged
merged 2 commits into from
Oct 26, 2024

Conversation

zygoloid
Copy link
Contributor

Instead, eagerly import only the impls from the api file corresponding to the current file, if any, because we need those for impl redeclaration lookup. For all other cases, load only the impls in libraries that are referenced as part of an impl lookup query.

Instead, eagerly import only the impls from the api file corresponding
to the current file, if any, because we need those for impl
redeclaration lookup. For all other cases, load only the impls in
libraries that are referenced as part of an impl lookup query.
@josh11b
Copy link
Contributor

josh11b commented Oct 25, 2024

Looks like there is a test fuzzer failure?

@zygoloid zygoloid enabled auto-merge October 26, 2024 00:24
@zygoloid zygoloid added this pull request to the merge queue Oct 26, 2024
Merged via the queue into carbon-language:trunk with commit a0609b9 Oct 26, 2024
8 checks passed
@zygoloid zygoloid deleted the toolchain-impl-lookup branch October 26, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants