JuliaFolds / FLoops.jl

Fast sequential, threaded, and distributed for-loops for Julia—fold for humans™
MIT License
308 stars 6 forks source link

Put back `unreachable_floop()` #102

Closed tkf closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #102 (8e95bf9) into master (dcb4255) will decrease coverage by 0.15%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
- Coverage   95.60%   95.44%   -0.16%     
==========================================
  Files           5        5              
  Lines         614      615       +1     
==========================================
  Hits          587      587              
- Misses         27       28       +1     
Flag Coverage Δ
Pkg.test 93.69% <0.00%> (-0.16%) :arrow_down:
Run.test 89.38% <0.00%> (-0.15%) :arrow_down:

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

Impacted Files Coverage Δ
src/reduce.jl 95.77% <0.00%> (-0.30%) :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 dcb4255...8e95bf9. Read the comment docs.

tkf commented 2 years ago

In xfail/init branch bb910acfd65a81773b1806019ee52ce84caa7c5d

test_init_in_loop: Error During Test at /home/runner/work/FLoops.jl/FLoops.jl/test/FLoopsTests/src/test_reduce.jl:176
  Test threw exception
  Expression: sum_arrays2([]) == UndefVarError(:s)
  unrechable reached (FLoops.jl bug)

https://github.com/JuliaFolds/FLoops.jl/runs/4770213614?check_suite_focus=true#step:6:136