-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add ValueDelegate macro #1000
Add ValueDelegate macro #1000
Conversation
56ea5d2
to
960d1d4
Compare
Added support to make the newtype I should probably add another example on the properties macro taking advantage of this. |
960d1d4
to
2f66122
Compare
The code itself looks good to me, though given that this is a new API etc, before merging I would prefer to get a thumbs-up from someone who had approval permission for more than a couple of days :) In the mean time let me bring up some bikeshedding: which alternatives have we considered to the |
Also, if |
No, because that would silently ignore the error. We would need a specific |
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.
As mentioned, this looks good to me, but let's wait for other reviews as well before adding new API
2f66122
to
ef7c865
Compare
@sdroege we would like a thumbs up before merging a new API :) |
Seems good to me, please merge after solving the conflicts :) |
So let's get this in now? @pbor ? |
I wanted to merge it, I just needed a review to do so |
Ah, because mine was discarded because of the rebasing. I see |
closes #983
It works pretty well I'd say.
Should I add support for generics?