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

Extract OutputChain #800

Merged
merged 3 commits into from
Mar 9, 2016
Merged

Conversation

cosmo0920
Copy link
Contributor

I've extracted OutputChain from output.rb.

And I also keep to be able to run tests test_output alone.

@@ -32,6 +32,7 @@
require 'fluent/event'
require 'fluent/buffer'
require 'fluent/input'
require 'fluent/output_chain'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This require seems not needed because 'fluent/output' requires 'fluent/output_chain'.
If any code were broken, it depends on that file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've confirmed that this require is needless.
Thank you!

@repeatedly
Copy link
Member

Can we merge this?

@tagomoris
Copy link
Member

LGTM

tagomoris added a commit that referenced this pull request Mar 9, 2016
@tagomoris tagomoris merged commit d417f58 into fluent:master Mar 9, 2016
@cosmo0920 cosmo0920 deleted the extract-output_chain branch March 9, 2016 22:13
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.

3 participants