timholy / MethodAnalysis.jl

Utilities to analyze Julia's method tables
https://timholy.github.io/MethodAnalysis.jl/stable/
MIT License
94 stars 3 forks source link

Make == definition conditional #6

Closed timholy closed 4 years ago

timholy commented 4 years ago

Julia nightly now has this method (https://github.com/JuliaLang/julia/pull/35855), so we should check for it before defining it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   93.67%   93.67%           
=======================================
  Files           3        3           
  Lines         158      158           
=======================================
  Hits          148      148           
  Misses         10       10           
Impacted Files Coverage Δ
src/MethodAnalysis.jl 93.33% <0.00%> (ø)

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 85a2715...7195a67. Read the comment docs.