Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Executor from Transducers.jl #35

Merged
merged 7 commits into from
Jan 5, 2021
Merged

Import Executor from Transducers.jl #35

merged 7 commits into from
Jan 5, 2021

Conversation

tkf
Copy link
Member

@tkf tkf commented Jan 5, 2021

Commit Message

Import Executor from Transducers.jl (#35)

JuliaFolds/Transducers.jl#439 and
JuliaFolds/FLoops.jl#59 move executors from
FLoops.jl to Transducers.jl. This patch reflects the change.
FLoops.jl is removed from dependencies.

@codecov
Copy link

codecov bot commented Jan 5, 2021

Codecov Report

Merging #35 (499dc8a) into master (2b14890) will decrease coverage by 61.62%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #35       +/-   ##
==========================================
- Coverage   61.62%   0.00%   -61.63%     
==========================================
  Files           9       2        -7     
  Lines         172     107       -65     
==========================================
- Hits          106       0      -106     
- Misses         66     107       +41     
Flag Coverage Δ
unittests 0.00% <0.00%> (ø)

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

Impacted Files Coverage Δ
src/api.jl 0.00% <0.00%> (-100.00%) ⬇️
src/kernels.jl 0.00% <0.00%> (-46.85%) ⬇️
examples/findminmax.jl
examples/monte_carlo_pi.jl
examples/histogram_msd.jl
test/runtests.jl
test/nogpu/test_monte_carlo_pi.jl
test/test_findminmax.jl
test/nogpu/test_histogram_msd.jl

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 2b14890...57ddc7f. Read the comment docs.

@tkf tkf changed the title Use development version of FLoops and Transducers Import Executor from Transducers.jl Jan 5, 2021
@tkf tkf marked this pull request as ready for review January 5, 2021 23:34
@mergify mergify bot merged commit ebc0899 into master Jan 5, 2021
@mergify mergify bot deleted the executors branch January 5, 2021 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant