-
Notifications
You must be signed in to change notification settings - Fork 34
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 FieldsTrait
#544
Add FieldsTrait
#544
Conversation
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #544 +/- ##
==========================================
+ Coverage 26.92% 27.67% +0.75%
==========================================
Files 89 91 +2
Lines 6797 6872 +75
==========================================
+ Hits 1830 1902 +72
- Misses 4967 4970 +3
☔ View full report in Codecov by Sentry. |
c2ee568
to
2d42254
Compare
c961083
to
b1309db
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.
clang-tidy
found issue(s) with the introduced code (1/2)
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.
clang-tidy
found issue(s) with the introduced code (2/2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No clang-tidy warnings found so I assume my comments were addressed
Description
Adds the
FieldsTrait
, which allows exposing the fields of an object. Will be super useful for serialization and editor UI.Checklist