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

Migrate in exec to v0.14 #1078

Merged
merged 6 commits into from
Jul 11, 2016
Merged

Conversation

cosmo0920
Copy link
Contributor

No description provided.

end

if @time_key
if @time_format
f = @time_format
@time_parse_proc =
begin
strptime = Strptime.new(f)
strptime = ::Strptime.new(f)
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need full qualified class name?
I think this is not needed here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we can remove this full qualifier.

@okkez
Copy link
Contributor

okkez commented Jul 5, 2016

In setup, you can use event_time("2011-01-02 13:14:15") instead of Fluent::EventTime.parse("2011-01-02 13:14:15").

@tagomoris tagomoris added the v0.14 label Jul 6, 2016
@tagomoris
Copy link
Member

child_process plugin helper should this plugin code shorter.

@tagomoris
Copy link
Member

LGTM. Thank you for great change!

@tagomoris tagomoris merged commit a933b56 into fluent:master Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants