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

More improvements to trait resolution #977

Merged
merged 12 commits into from
Oct 8, 2024
Merged

More improvements to trait resolution #977

merged 12 commits into from
Oct 8, 2024

Conversation

Nadrieril
Copy link
Collaborator

@Nadrieril Nadrieril commented Oct 8, 2024

This fixes a few more things about trait resolution. In particular, I added a step that removes all regions so we can finally use normal equality between predicates instead of comparing strings. This should hopefully fix most binder issues, including #974.

@Nadrieril
Copy link
Collaborator Author

Nadrieril commented Oct 8, 2024

Charon breakage is because this fixes some bugs which is great

@Nadrieril Nadrieril requested a review from W95Psp October 8, 2024 15:27
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.

That PR looks great to me, thank you! 🎉
You did a great job there, thanks :)

Let's merge that, @maximebuyse told me at the moment this is indeed fixing the regression #974!

@W95Psp W95Psp added this pull request to the merge queue Oct 8, 2024
@W95Psp W95Psp mentioned this pull request Oct 8, 2024
4 tasks
Merged via the queue into hacspec:main with commit 2e8df8b Oct 8, 2024
12 of 13 checks passed
@Nadrieril Nadrieril deleted the foo branch October 9, 2024 07:59
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.

2 participants