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

Track item attributes and visibility #105

Merged
merged 7 commits into from
Apr 18, 2024
Merged

Track item attributes and visibility #105

merged 7 commits into from
Apr 18, 2024

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Apr 8, 2024

Fixes #63. Fixes #69. Fixes #68.

I made attributes be a list of strings for now, we can have something more structured if needed later. I made public a boolean, we can gather something more precise if needed. Note the comment about pub-in-priv; whether that's ok or not depends on what we need the info for.

@Nadrieril
Copy link
Member Author

Corresponding aeneas PR: AeneasVerif/aeneas#116

@Nadrieril Nadrieril changed the title Track item atttributes and visibility Track item attributes and visibility Apr 9, 2024
charon/src/translate_ctx.rs Outdated Show resolved Hide resolved
charon/src/meta.rs Outdated Show resolved Hide resolved
charon/src/meta.rs Outdated Show resolved Hide resolved
charon/src/translate_ctx.rs Outdated Show resolved Hide resolved
Copy link
Member

@sonmarcho sonmarcho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks! If you add the comment above in the code, you're free to merge

@Nadrieril Nadrieril merged commit 80ceb48 into main Apr 18, 2024
2 checks passed
@Nadrieril Nadrieril deleted the item_meta branch April 18, 2024 09:52
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.

Extract inlining information Extract visibility information Add support for attributes
3 participants