JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

add eachsplit #761

Closed longemen3000 closed 2 years ago

longemen3000 commented 2 years ago

this adds https://github.com/JuliaLang/julia/pull/39245 to Compat.jl. i'm marking this PR as a draft because i don't have the correct version number yet πŸ˜…

codecov[bot] commented 2 years ago

Codecov Report

Merging #761 (151ccf0) into master (88f0817) will increase coverage by 0.44%. The diff coverage is 91.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #761      +/-   ##
==========================================
+ Coverage   78.45%   78.90%   +0.44%     
==========================================
  Files           4        4              
  Lines         636      659      +23     
==========================================
+ Hits          499      520      +21     
- Misses        137      139       +2     
Impacted Files Coverage Ξ”
src/Compat.jl 78.92% <91.30%> (+0.51%) :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 88f0817...151ccf0. Read the comment docs.

longemen3000 commented 2 years ago

tests failed because the keyword syntax f(x;kw1,kw2) was introduced in 1.5 πŸ˜…. now its ready