JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

Add `@something` and `@coalesce` #742

Closed omus closed 3 years ago

omus commented 3 years ago

Added in https://github.com/JuliaLang/julia/pull/40729

codecov-commenter commented 3 years ago

Codecov Report

Merging #742 (f213d30) into master (13757f5) will increase coverage by 0.52%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #742      +/-   ##
==========================================
+ Coverage   75.38%   75.91%   +0.52%     
==========================================
  Files           4        4              
  Lines         455      465      +10     
==========================================
+ Hits          343      353      +10     
  Misses        112      112              
Impacted Files Coverage Δ
src/Compat.jl 75.18% <100.00%> (+0.63%) :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 13757f5...f213d30. Read the comment docs.

omus commented 3 years ago

Just to be safe I'm going to rebase this change once https://github.com/JuliaLang/Compat.jl/pull/743 is merged.