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

Access to a slice pointer should yield access to its cells #238

Closed
jcp19 opened this issue Mar 14, 2021 · 2 comments · Fixed by #413 or #471
Closed

Access to a slice pointer should yield access to its cells #238

jcp19 opened this issue Mar 14, 2021 · 2 comments · Fixed by #413 or #471
Assignees
Labels
enhancement New feature or request VerifiedSCION

Comments

@jcp19
Copy link
Contributor

jcp19 commented Mar 14, 2021

In a conversation with @Felalolf, we came to the idea that acc(s) should yield access to all s's cells when s is of pointer to slice type, i.e. *[]T, for arbitrary T. This would be consistent with what is done for pointers to structs and its fields.

@jcp19 jcp19 added the enhancement New feature or request label Mar 14, 2021
@jcp19 jcp19 self-assigned this Apr 14, 2021
@jcp19
Copy link
Contributor Author

jcp19 commented Apr 20, 2021

this is a simple addition with the changes I introduced in the add-maps branch. I will add this after that branch is merged

@jcp19 jcp19 mentioned this issue Feb 10, 2022
@bors bors bot closed this as completed in c50dda8 Feb 14, 2022
@jcp19
Copy link
Contributor Author

jcp19 commented Jun 8, 2022

Right now, he are using a heap-dependent triggers, which are not ideal. I will fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request VerifiedSCION
Projects
None yet
1 participant