-
Notifications
You must be signed in to change notification settings - Fork 12
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
WIP: Fix display of images with non-1 indices #9
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 4
Lines 117 120 +3
=====================================
+ Hits 117 120 +3
Continue to review full report at Codecov.
|
This will need a REQUIRE bump for (just making a note before I forget about it) |
I have a more complete PR coming, just waiting for that METADATA PR to merge. I'm not sure the tests cover enough cases of non-1 indices, though, so I'll be curious to see what you think. |
OK, this sort of works. Two issues:
|
I'll take a look after a wake-up coffee. Thanks for doing this! |
The test oddity that you ran into was a consequence of the last tests overwriting the default color-depth to 24 bit https://github.com/JuliaImages/ImageInTerminal.jl/blob/master/test/tst_baseshow.jl#L20. Thus running the tests again caused the tests to fail that build on the assumption that the default depth is 256. I pushed a fix to your branch |
Concerning tests. I think the current tests look great. I like how you reuse other reference files. This tests output consistency, and keeps the memory footprint a bit in check. |
Test checklist for the changed functions:
To cover the two remaining |
A quick |
If you are too busy for these additional changes in this PR, let me know. I can't implement them right this instance, but I'd be happy to take care of them soonish. |
An error I first saw yesterday with ImageCore cropped up on AppVeyor. I don't know why that happened, but hopefully the fix is easy. |
REQUIRE
Outdated
@@ -2,5 +2,5 @@ julia 0.5 | |||
Crayons 0.1.0 | |||
ColorTypes 0.3.2 | |||
ImageCore 0.1.1 | |||
ImageTransformations 0.1.0 | |||
ImageTransformations 0.2.0 |
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.
needs a bump to 0.2.1
Very cool. I am excited about this change! |
lgtm. go for merge after CI passes? |
Thanks! As primarily a terminal user this change will make hacking on the |
Until I finish my fixes to
restrict
, we don't know if there are more changes needed. So don't merge yet.