-
Notifications
You must be signed in to change notification settings - Fork 314
fixed image bounds error status null bug + test case #1896
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
fixed image bounds error status null bug + test case #1896
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your changes status has failed because you have indirect coverage changes. Learn more about Unexpected Coverage Changes and reasons for indirect coverage changes. Additional details and impacted files@@ Coverage Diff @@
## main #1896 +/- ##
==========================================
+ Coverage 84.11% 84.79% +0.67%
==========================================
Files 198 177 -21
Lines 22241 12791 -9450
Branches 4687 1193 -3494
==========================================
- Hits 18709 10846 -7863
+ Misses 2610 1762 -848
+ Partials 922 183 -739
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 135 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Signed-off-by: Yingjie Wang <yingjiew@pixar.com>
Signed-off-by: Yingjie Wang <yingjiew@pixar.com>
Signed-off-by: Yingjie Wang <yingjiew@pixar.com>
|
Hi, and thanks for the fix! It would also be nice to fix the It looks like the declarations need to be fixed in To: |
Signed-off-by: Yingjie Wang <yingjiew@pixar.com>
Signed-off-by: Yingjie Wang <yingjiew@pixar.com>
Signed-off-by: Yingjie Wang <yingjiew@pixar.com>
|
Hi Darby! I made the changes you mentioned and it's ready for re-review! Thank you :) |
|
Thanks for the changes! Just one more small change and I think it is ready; in the second test, you could use Or keep the JSON and remove the part about setting the media references to empty, they both do the same thing and only one is needed. |
Signed-off-by: Yingjie Wang <yingjiew@pixar.com>
Signed-off-by: Yingjie Wang <yingjiew@pixar.com>
|
Looks good, thanks again! |
bacf095
into
AcademySoftwareFoundation:main
Summarize your change.
Added null pointer check for the error status pointer in the available image bounds function.
Reference associated tests.
Added two new test cases to test_clip.cpp called "test_error_ptr_null" and "test_error_ptr_null_no_media". One test has a media reference, the other test has no media reference.