JuliaFolds / Transducers.jl

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

fix typos #559

Closed musvaage closed 1 year ago

musvaage commented 1 year ago

examples/tutorial_parallel.jl src/combinators.jl src/consecutive.jl src/executors.jl src/library.jl src/progress.jl src/teezip.jl

codecov[bot] commented 1 year ago

Codecov Report

Merging #559 (76b1d32) into master (2a51f8d) will increase coverage by 0.93%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #559      +/-   ##
==========================================
+ Coverage   94.61%   95.54%   +0.93%     
==========================================
  Files          32       32              
  Lines        2267     2269       +2     
==========================================
+ Hits         2145     2168      +23     
+ Misses        122      101      -21     
Flag Coverage Δ
Pkg.test 94.35% <ø> (?)
Run.test 95.27% <ø> (+0.65%) :arrow_up:

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

Impacted Files Coverage Δ
src/combinators.jl 96.72% <ø> (ø)
src/consecutive.jl 100.00% <ø> (ø)
src/executors.jl 94.23% <ø> (ø)
src/library.jl 98.44% <ø> (+0.51%) :arrow_up:
src/progress.jl 92.52% <ø> (ø)
src/teezip.jl 100.00% <ø> (ø)

... and 7 files with indirect coverage changes

musvaage commented 1 year ago

@MasonProtter

Have you an opinion on the two failing checks?

MasonProtter commented 1 year ago

Hi @musvaage this repo is no longer the head of Transducers.jl, Could you please redirect this PR to https://github.com/JuliaFolds2/Transducers.jl/ ?

The situation is that the owner of this org is MIA, and I don't have sufficient permissions to fully administer it. I can only merge PRs if all checks pass, I can't change various repository settings, etc, so the solution has been to create a new org where we can actually get things done.

The failing check you encountered is already fixed on that repo.