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 InterpreterPaths.access_projection #355

Open
sonmarcho opened this issue Nov 12, 2024 · 0 comments
Open

Fix InterpreterPaths.access_projection #355

sonmarcho opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sonmarcho
Copy link
Member

The access_projection function does not exactly implement the semantics of LLBC when dereferencing a shared borrow.
At this line we should dive inside the shared value only if the remaining path is not empty.

Note that the impact of this semantical change is very minor, so it's not a high priority.

@sonmarcho sonmarcho added the bug Something isn't working label Nov 12, 2024
@sonmarcho sonmarcho self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant