-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 out_file to v0.14 API #1159
Conversation
Any progress on this patch? |
I'm writing an internal feature for parser/formatter/others to provide TimeParser/TimeFormatter & timezone configurations. |
I added the feature to handle TimeParser/TimeFormatter in parser/formatter plugins & inject/extract plugin helpers. |
OK, I will work for this after RubyKaigi2016. |
3f98ce2
to
4d63356
Compare
Because we cannot retrieve default value under <inject> section such as `localtime`. This change breaks backward compatibility.
@tagomoris I've pushed changes use new TimeFormatter. |
5a9627c
to
0fed1a0
Compare
|
Mmm. I'll take this task, because there are some difficult points to be considered... |
I re-created the change as #1257. Thank you to show me problems and basic form to be done. |
TODO