Skip to content

The default buffer size is fine for 99% of pipe operations#204

Merged
tleonhardt merged 1 commit intomasterfrom
pipe_simplify
Aug 10, 2017
Merged

The default buffer size is fine for 99% of pipe operations#204
tleonhardt merged 1 commit intomasterfrom
pipe_simplify

Conversation

@tleonhardt
Copy link
Copy Markdown
Member

Removed the complexity of a member variable which would be unnecessary for the vast majority of applications.

If users have an application with atypical requirements, they are free to override the default.

Removed the complexity of a member variable which would be unnecessary for the vast majority of applications.

If users have an application with atypical requirements, they are free to override the default.
@tleonhardt tleonhardt added this to the 0.7.6 milestone Aug 10, 2017
@tleonhardt tleonhardt self-assigned this Aug 10, 2017
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 10, 2017

Codecov Report

Merging #204 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
- Coverage   96.81%   96.81%   -0.01%     
==========================================
  Files           1        1              
  Lines        1162     1161       -1     
==========================================
- Hits         1125     1124       -1     
  Misses         37       37
Impacted Files Coverage Δ
cmd2.py 96.81% <100%> (-0.01%) ⬇️

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 b319900...3db44e5. Read the comment docs.

@tleonhardt tleonhardt merged commit bdd06fb into master Aug 10, 2017
@tleonhardt tleonhardt deleted the pipe_simplify branch August 10, 2017 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant