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

Look in libraries associated with the interface #4510

Merged
merged 4 commits into from
Nov 12, 2024

Conversation

josh11b
Copy link
Contributor

@josh11b josh11b commented Nov 12, 2024

This was broken by #4499 .

@josh11b josh11b removed the request for review from geoffromer November 12, 2024 00:37
@@ -66,6 +66,14 @@ static auto FindAssociatedImportIRs(Context& context,
add_entity(context.interfaces().Get(SemIR::InterfaceId(arg)));
break;
}
case SemIR::IdKind::For<SemIR::FacetTypeId>: {
const auto& facet_type_info =
context.sem_ir().facet_types().Get(SemIR::FacetTypeId(arg));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we expose facet_types() on Check::Context like we do for various other value stores?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably, I can do that in a separate PR.

@josh11b josh11b added this pull request to the merge queue Nov 12, 2024
Merged via the queue into carbon-language:trunk with commit 3824c5f Nov 12, 2024
8 checks passed
@josh11b josh11b deleted the associated branch November 12, 2024 20:47
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