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 a bug importing declarations in generics #4752

Merged
merged 51 commits into from
Jan 3, 2025

Conversation

josh11b
Copy link
Contributor

@josh11b josh11b commented Jan 2, 2025

Imported declarations that are contained within a generic, such as an impl forall... would be given an abstract symbolic constant value instead of a concrete generic value in some cases where the function was used in an api file and impl file of the same library. This caused #4679 to fail using ImplicitAs.Convert transitively imported from the prelude.

@josh11b josh11b requested a review from zygoloid January 2, 2025 23:34
@github-actions github-actions bot requested a review from jonmeow January 2, 2025 23:34
@zygoloid zygoloid added this pull request to the merge queue Jan 2, 2025
Merged via the queue into carbon-language:trunk with commit 725e80f Jan 3, 2025
9 of 10 checks passed
@josh11b josh11b deleted the import branch January 3, 2025 00:35
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