-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Upgrade darling
and syn
and rename #[kube(struct)]
#1307
Conversation
Signed-off-by: clux <[email protected]>
Signed-off-by: clux <[email protected]>
darling
and syn
darling
and syn
and rename #[kube(struct)]
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1307 +/- ##
=====================================
Coverage 72.4% 72.4%
=====================================
Files 75 75
Lines 6343 6343
=====================================
Hits 4586 4586
Misses 1757 1757
|
How about |
All of these feel too overloaded to me. I kind of like something with |
I like |
Somewhere from this upgrade is a breaking change that makes it illegal to use
struct
as an attribute name.Users will see this error if using
#[kube(struct)]
:Have worked around this by renaming this attribute name to something less keywordy:
Will point this out in the release notes if it is accepted.