JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

Port implicit named tuple and keyword argument names #747

Closed omus closed 3 years ago

omus commented 3 years ago

Fixes https://github.com/JuliaLang/Compat.jl/issues/699. I implemented this without noticing that issue so this implementation was created independently from the mentioned package

codecov[bot] commented 3 years ago

Codecov Report

Merging #747 (38e4efe) into master (aae32f1) will increase coverage by 0.14%. The diff coverage is 86.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #747      +/-   ##
==========================================
+ Coverage   81.67%   81.81%   +0.14%     
==========================================
  Files           4        4              
  Lines         513      528      +15     
==========================================
+ Hits          419      432      +13     
- Misses         94       96       +2     
Impacted Files Coverage Δ
src/compatmacro.jl 92.30% <86.66%> (-2.29%) :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 aae32f1...38e4efe. Read the comment docs.

omus commented 3 years ago

Rebased to use the fix for #745