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(engine) Add const parameter for assoc const of parametric impl. #1293

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

maximebuyse
Copy link
Contributor

Fixes #1289.

@W95Psp The changes fix the bug but feel a bit ad hoc, if you see some other cases of NamedConst which need an App with args or generic_args we can try to catch them as well.

@maximebuyse maximebuyse requested a review from a team as a code owner February 5, 2025 11:02
@maximebuyse maximebuyse self-assigned this Feb 5, 2025
@maximebuyse maximebuyse requested a review from W95Psp February 5, 2025 11:03
Copy link
Collaborator

@W95Psp W95Psp left a comment

Choose a reason for hiding this comment

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

I think that's fine for now. Maybe we'll revisit when fixing #842 and #991 (we should probably pack such generic instantiation in one unique constructor in the frontend)

@W95Psp W95Psp added this pull request to the merge queue Feb 10, 2025
Merged via the queue into main with commit 5a00248 Feb 10, 2025
15 checks passed
@W95Psp W95Psp deleted the fix-1289 branch February 10, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing parameter for associated constant of parametric impl
2 participants