-
Notifications
You must be signed in to change notification settings - Fork 9
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
switch to new registrator and drop CI support for julia 0.7 #8
Conversation
Project.toml
Outdated
[extras] | ||
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1" | ||
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663" | ||
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020" |
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.
I am guessing the @osx
marcos etc are gone? should we maybe just stcik with ImageMagick in this case?
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.
According to JuliaLang/Pkg.jl#165 this seems not implemented yet.
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! thanks
Is this problem caused by https://github.com/JuliaIO/ImageMagick.jl/blob/40d725a1f0bf9051585df2b0a9bf62a579c9955f/REQUIRE#L6? Perhaps we need to bring back 0.7 compatibility |
Looks like either ImageMagick or ImageShow needs a version bump first to solve the version conflict, regardless of the CI failure. |
version 0.1.3 as a temporary version that resolve the version conflict with ImageMagick by restricting ImageCore version while switching to the new registrator system
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
=======================================
Coverage 62.33% 62.33%
=======================================
Files 2 2
Lines 77 77
=======================================
Hits 48 48
Misses 29 29 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
=======================================
Coverage 62.33% 62.33%
=======================================
Files 2 2
Lines 77 77
=======================================
Hits 48 48
Misses 29 29 Continue to review full report at Codecov.
|
I find two solutions that might help Option1:Adding a compatibility restriction to
Still keep compatibility to julia 0.7 until Option2:drop the |
ping @timholy |
JuliaIO/ImageMagick.jl#152 is now merged and released. Awaiting merging on General |
Just noticed it, thanks! |
Fixed by above-mentioned PR to General. |
more details see JuliaImages/Images.jl#798