-
Notifications
You must be signed in to change notification settings - Fork 31
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
Core (Tests): Add unit test for image loading #258
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.
@kaixiong I like this pull request but it seems to have some not-terminating or infinite-loop problem: Multiple CI tasks are stuck during tests execution. Any ideas?
PS: I have canceled the related CI runs for now so that runners can pick up other jobs again. |
c2fe3f5
to
856f3a9
Compare
@kaixiong it's rebased on 7d536d1 by now, I see. Nice, I won't cancel it again then, good to know! 😄
Sounds good! 👍 |
7c461b8
to
d9611dd
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.
@kaixiong I found one thing:
Commit "Core (Tests): Add test for BMP image loading." seems to be doing to separate things:
- stop
load_raw_indexed_image
from converting the image toVISUAL_VIDEO_DEPTH_24BIT
- add BMP loading tests on top
I believe splitting this in two would yield two almost-trivial-to-review commits for the developers after you and me (and future versions of ourselves) while currently the splitting needs to be done in the reviewer head and is "actual work" and takes while. What do you think?
@hartwork Oh dear, it looks like I missed that change in |
d9611dd
to
08a18e1
Compare
@hartwork I did some touching up and divided the change into two distinct commits for simplicity, one for PNG and one for BMP. |
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.
@kaixiong thanks for the adjustments! 👍
No description provided.