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

Always name provided methods #328

Merged
merged 6 commits into from
Aug 22, 2024

Conversation

Nadrieril
Copy link
Member

Using the newly-added ItemOpacity::Invisible, we can exclude items from translation entirely. I used this to exclude known methods of the Iterator trait on which hax crashes. This means we can finally register FunDeclId for all trait methods, including for foreign traits. While I was at it, I also reordered trait impl methods to follow the order of the trait declaration.

This is progress towards #180.

@Nadrieril Nadrieril force-pushed the always-name-provided-methods branch from 7fb35ab to 9e782be Compare August 21, 2024 11:30
@Nadrieril Nadrieril merged commit 59c296d into AeneasVerif:main Aug 22, 2024
4 of 6 checks passed
@Nadrieril Nadrieril deleted the always-name-provided-methods branch August 22, 2024 07:57
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.

1 participant