-
Notifications
You must be signed in to change notification settings - Fork 293
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 AnyDictionary and AnyVector support for V2d and Box2d #1811
Add AnyDictionary and AnyVector support for V2d and Box2d #1811
Conversation
Signed-off-by: Peter Targett <[email protected]>
Signed-off-by: Peter Targett <[email protected]>
Signed-off-by: Peter Targett <[email protected]>
Signed-off-by: Peter Targett <[email protected]>
Signed-off-by: Peter Targett <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1811 +/- ##
==========================================
- Coverage 84.11% 81.66% -2.46%
==========================================
Files 198 176 -22
Lines 22241 12679 -9562
Branches 4687 2791 -1896
==========================================
- Hits 18709 10354 -8355
+ Misses 2610 1786 -824
+ Partials 922 539 -383
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 120 files with indirect coverage changes Continue to review 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.
lgtm!
68d891a
into
AcademySoftwareFoundation:main
…twareFoundation#1811) * Add AnyDictionary and AnyVector support for V2d and Box2d Signed-off-by: Peter Targett <[email protected]> --------- Signed-off-by: Peter Targett <[email protected]>
Fixes #1714
Summarize your change.
Add Imath V2d and Box2d types so they can be added as metadata in AnyDictionary and AnyVector containers.
Reference associated tests.
Add basic tests for V2d and Box2d to serializable object tests. Also, adapt the composable object test, to test metadata serialization.