JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

add supports for new `@inline` and `@noinline` features #753

Closed aviatesk closed 2 years ago

aviatesk commented 2 years ago

xrefs:

Built on top of https://github.com/JuliaLang/Compat.jl/pull/752.

codecov[bot] commented 2 years ago

Codecov Report

Merging #753 (a572195) into master (d4e51c0) will decrease coverage by 0.92%. The diff coverage is 56.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #753      +/-   ##
==========================================
- Coverage   79.06%   78.13%   -0.93%     
==========================================
  Files           4        4              
  Lines         597      622      +25     
==========================================
+ Hits          472      486      +14     
- Misses        125      136      +11     
Impacted Files Coverage Δ
src/Compat.jl 78.04% <56.00%> (-1.07%) :arrow_down:

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 d4e51c0...a572195. Read the comment docs.

aviatesk commented 2 years ago

No worries, I can also make a release :)