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

Merged
merged 1 commit into from
Feb 5, 2025

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
@maximebuyse
Copy link
Contributor Author

@W95Psp I changed my fix to actually fix the visitor.

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.

LGTM, thanks!

@maximebuyse maximebuyse added this pull request to the merge queue Feb 5, 2025
Merged via the queue into main with commit ad76cb1 Feb 5, 2025
15 checks passed
@maximebuyse maximebuyse deleted the fix-raw-fstar-bundle branch February 5, 2025 10: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
2 participants