JuliaGraphics / ColorTypes.jl

Basic color definitions and traits
Other
77 stars 35 forks source link

Support `isequal` (#272) #279

Closed timholy closed 2 years ago

timholy commented 2 years ago

Formerly we fell back to ==, but this does not do the right thing for NaN components.

(cherry picked from commit b8ed378531f1445ed2402a00d49ecbf64ce5a0fc)

Backported to the release-0.11 branch.

codecov[bot] commented 2 years ago

Codecov Report

Merging #279 (f314808) into release-0.11 (a9b5382) will increase coverage by 0.11%. The diff coverage is 100.00%.

@@               Coverage Diff                @@
##           release-0.11     #279      +/-   ##
================================================
+ Coverage         82.52%   82.64%   +0.11%     
================================================
  Files                 8        8              
  Lines               767      772       +5     
================================================
+ Hits                633      638       +5     
  Misses              134      134              
Impacted Files Coverage Δ
src/operations.jl 99.18% <100.00%> (+0.03%) :arrow_up:

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 a9b5382...f314808. Read the comment docs.