Skip to content
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

don't directly depend on ColorTypes and FixedPointNumbers #66

Merged
merged 4 commits into from
Jul 26, 2020
Merged

don't directly depend on ColorTypes and FixedPointNumbers #66

merged 4 commits into from
Jul 26, 2020

Conversation

johnnychen94
Copy link
Member

@johnnychen94 johnnychen94 commented Jul 21, 2020

I just hit this in #65

Given that this package already depends on ImageCore, it doesn't need to directly maintain ColorTypes and FixedPointNumber versions.

I also added a CompatHelper for this.

closes #61
closes #64

@codecov
Copy link

codecov bot commented Jul 21, 2020

Codecov Report

Merging #66 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   73.61%   73.61%           
=======================================
  Files           1        1           
  Lines         288      288           
=======================================
  Hits          212      212           
  Misses         76       76           
Impacted Files Coverage Δ
src/QuartzImageIO.jl 73.61% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b98efc7...498cc2c. Read the comment docs.

@rsrock rsrock merged commit 333d56e into JuliaIO:master Jul 26, 2020
@rsrock
Copy link
Contributor

rsrock commented Jul 26, 2020

Thanks, this is a much better solution

@johnnychen94 johnnychen94 deleted the jc/compat_fix branch July 26, 2020 22:54
timholy added a commit to JuliaIO/ImageMagick.jl that referenced this pull request Sep 9, 2020
xref JuliaRegistries/General#11114
By switching to depending on just ImageCore we make the dependencies
easier to maintain (e.g., JuliaIO/QuartzImageIO.jl#66).
timholy added a commit to JuliaIO/ImageMagick.jl that referenced this pull request Sep 9, 2020
xref JuliaRegistries/General#11114
By switching to depending on just ImageCore we make the dependencies
easier to maintain (e.g., JuliaIO/QuartzImageIO.jl#66).
timholy added a commit to JuliaIO/ImageMagick.jl that referenced this pull request Sep 10, 2020
xref JuliaRegistries/General#11114
By switching to depending on just ImageCore we make the dependencies
easier to maintain (e.g., JuliaIO/QuartzImageIO.jl#66).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants