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) Make sure origins are renamed in bundles. #1284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maximebuyse
Copy link
Contributor

Fixes #1177

The crash was due to the item_ident of item_quote_origin (inside Quote items) not being renamed when a bundle is created. This is apparently a weird bug of the visitor (I would expect visit_concrete_ident to be called on this name without having to override visit_item_quote_origin).

@maximebuyse maximebuyse requested a review from W95Psp February 3, 2025 14:11
@maximebuyse maximebuyse self-assigned this Feb 3, 2025
@maximebuyse maximebuyse requested a review from a team as a code owner February 3, 2025 14:11
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.

Crash with hax_lib::fstar::before in recursive bundle
1 participant