-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
✨ zb,zm: Support Option<Header<'_>> parameter in property getters #1176
Conversation
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.
Really impressive work. I know it's quite difficult to get into the very complex and strange macro code and most contributors don't touch it.
Apart from the inline comments (mostly minor nitpicks), please add the new parameter to the interface
docs and also to the book's service
chapter.
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.
oops, used the wrong option. :)
035601a
to
a43ca7e
Compare
Thanks for the prompt and very helpful review, and the kind words! I've hopefully addressed your comments, other than updating the book and interface docs, and doing the "prequel" commit renaming the short parameter names - I'll be updating the PR with those changes as soon as possible too. |
a43ca7e
to
97fec7e
Compare
All done, I think, except for updating the book, because I'm not sure where this new information fits. Would you like me to update the |
97fec7e
to
3d9c1a0
Compare
👍
I just had a look a the book again and seems we don't introduce all the special args there so never mind. |
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.
LGTM otherwise. Getting very close now. :)
Signed-off-by: Razvan Cojocaru <rzvncj@gmail.com>
Signed-off-by: Razvan Cojocaru <rzvncj@gmail.com>
3d9c1a0
to
082c2f3
Compare
Great, thanks! Submitted a new round of patches for review. |
3273241
to
088d643
Compare
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.
LGTM otherwise. I guess we can merge once you fix this one tiny thing.
Head branch was pushed to by a user without write access
088d643
to
1d14cfa
Compare
This allows for fine-grained connecting-UID checking, in order to be able to control who is able to access property values. Signed-off-by: Razvan Cojocaru <rzvncj@gmail.com>
This allows for fine-grained connecting-UID checking, in order to be able to control who is able to access property values.