JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
433 stars 24 forks source link

Update for v1.9 compatability #536

Closed MasonProtter closed 1 year ago

MasonProtter commented 1 year ago

Should fix failures caused by https://github.com/JuliaLang/julia/pull/45540 and closes https://github.com/JuliaFolds/Transducers.jl/issues/537

codecov[bot] commented 1 year ago

Codecov Report

Merging #536 (2d55cff) into master (958213c) will increase coverage by 1.71%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #536      +/-   ##
==========================================
+ Coverage   93.71%   95.42%   +1.71%     
==========================================
  Files          32       32              
  Lines        2227     2230       +3     
==========================================
+ Hits         2087     2128      +41     
+ Misses        140      102      -38     
Flag Coverage Δ
Pkg.test 94.55% <100.00%> (+4.89%) :arrow_up:
Run.test 95.20% <100.00%> (+1.64%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/processes.jl 94.21% <ø> (ø)
src/Transducers.jl 73.33% <100.00%> (+1.90%) :arrow_up:
src/reduce.jl 96.42% <100.00%> (+14.28%) :arrow_up:
src/threading_utils.jl 100.00% <100.00%> (ø)
src/show.jl 96.71% <0.00%> (+0.65%) :arrow_up:
src/groupby.jl 92.06% <0.00%> (+1.58%) :arrow_up:
src/nondeterministic_threading.jl 90.81% <0.00%> (+2.04%) :arrow_up:
src/library.jl 98.43% <0.00%> (+2.86%) :arrow_up:
src/interop/onlinestats.jl 91.30% <0.00%> (+4.34%) :arrow_up:
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.