-
Notifications
You must be signed in to change notification settings - Fork 23
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
Introducing built-in mutability entitlements #86
Conversation
One other suggestion I had to improve this proposal would be to "break" the
This way it will be possible to give someone only add/remove access to an array, while still also making it simple to give them full edit access as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start! 👌
16085d0
to
9acd77d
Compare
9acd77d
to
8b576ac
Compare
👍 for the idea We still might want to find consensus on the naming scheme. As Dete pointed out, it'll set a precedent, so we might want to discuss the naming scheme separately, as it also is a question/blocker for e.g. #92 |
I think it is a good idea to discuss naming scheme in more general and just have a documented way on how it is done. Naming things is hard. |
@SupunS given the alignment on naming in #86 (comment), maybe the proposed entitlements should be renamed to Also, is setting with indexing going to require |
Yea, I was waiting till we reach a conclusion to update the naming. Will update once we have a consensus (looks like we are almost there).
Yes, this is explained in assigment section |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@SupunS Approved in the Cadence Language Design Meeting, let's merge this FLIP and the implementation 👏 🎉 |
Depends on #89