-
Notifications
You must be signed in to change notification settings - Fork 32
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
Replace typeid
by reflection on asset bridges
#795
Replace typeid
by reflection on asset bridges
#795
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #795 +/- ##
=======================================
Coverage 41.79% 41.79%
=======================================
Files 108 108
Lines 7005 7005
=======================================
Hits 2928 2928
Misses 4077 4077 ☔ View full report in Codecov by Sentry. |
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.
Thanks for working on this @roby2014! Didn't realize it also meant changing the internals of the Assets
resource 😔
f4e53bf
to
f3f05cf
Compare
No Clang-Tidy warnings found so I assume my comments were addressed
f4bf19a
to
9fc2633
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/1)
bedc510
to
b81194b
Compare
No Clang-Tidy warnings found so I assume my comments were addressed
429203b
to
48e58b0
Compare
48e58b0
to
93d3654
Compare
93d3654
to
3c9c044
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.
Thanks for working on this! Overall LGTM, but please remove that const_cast
- types should never be referenced in a mutable way, only during their creation do we provide mutable access.
449e834
to
85b5c7c
Compare
85b5c7c
to
483b100
Compare
Blocked by #799and uses commits from #775Description
typeid
by reflection on asset bridgesChecklist