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

Define halve and amount on iterator transforms #27

Merged
merged 2 commits into from
May 11, 2020
Merged

Define halve and amount on iterator transforms #27

merged 2 commits into from
May 11, 2020

Conversation

tkf
Copy link
Member

@tkf tkf commented May 11, 2020

Commit Message

Define halve and amount on iterator transforms (#27)

When Base.Generator etc. are in zip, we can't use the adjoint
trick to convert it to transducer. So, it'd be nice to implement this
even though it won't be used from, e.g., tcollect(f(x) for x in xs).

@codecov-io
Copy link

codecov-io commented May 11, 2020

Codecov Report

Merging #27 into master will increase coverage by 0.38%.
The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   91.52%   91.91%   +0.38%     
==========================================
  Files           3        3              
  Lines         118      136      +18     
==========================================
+ Hits          108      125      +17     
- Misses         10       11       +1     
Impacted Files Coverage Δ
src/implementations.jl 89.00% <93.75%> (+0.90%) ⬆️
src/testing.jl 100.00% <100.00%> (ø)

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 28b2ff3...f5a6a54. Read the comment docs.

@mergify mergify bot merged commit b30d99b into master May 11, 2020
@mergify mergify bot deleted the ixf branch May 11, 2020 22:00
tkf added a commit that referenced this pull request May 11, 2020
Add a line accidentally removed in #27.
@tkf tkf mentioned this pull request May 11, 2020
mergify bot pushed a commit that referenced this pull request May 11, 2020
Add a line accidentally removed in #27.
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.

2 participants