-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
zv: Multiple lists support for derive macros. #986
Conversation
a728b63
to
08bf644
Compare
Looks like it's ready for review |
Cool. Still no emojis? 😿 Could you please add those, it helps me as a very visual person to follow the history better and especially in writing release notes from the commit log. Emoji-less commits also look out of place in our git history now a days. :) |
Oh and |
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.
Awesome. Functionality wise, it looks great. Only nits about commit log of last commit. 😆
- Could just be "zd: Allow
zbus
attribute in macros". This will fit in the 50 chars limit and is sufficient. - It would be good to mention that this will make it possible to resolve zb: Re-export zvariant types & macros directly #807.
Indeed. Functionality wise, this is ready for merge. :) |
08bf644
to
c125ce2
Compare
Just reworded everything, added emojis. Not sure if these are the best choice... I was only familiar with 🍻 gitmoji before 😄 |
This PR adds support for multiple attribute list identifiers to
def_attrs!
macro fromzvariant_utils
and uses this inzvariant_derive
to avoid mentioningzvariant
when using macros out ofzbus
(as described in #820).