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

Keep a full trait reference alongside methods #468

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Nov 21, 2024

Instead of keeping just a TraitDeclId/TraitImplId inside a method, we keep a full trait/impl reference including generic arguments.

Required for #210 and #127.

Requires hacspec/hax#1122 (and currently based on #465).

@Nadrieril Nadrieril force-pushed the keep_method_trait_args branch from 248400c to b121a9e Compare November 26, 2024 13:46
@Nadrieril Nadrieril force-pushed the keep_method_trait_args branch from b121a9e to f54e30a Compare November 26, 2024 14:04
@Nadrieril Nadrieril merged commit 1d52bed into AeneasVerif:main Nov 26, 2024
4 of 5 checks passed
@Nadrieril Nadrieril deleted the keep_method_trait_args branch November 26, 2024 14:33
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