Closed fbacchella closed 6 years ago
Can you resolve the check style errors?
This looks good, can you create some unit test coverage for these changes?
Done.
Awesome, change look good to me. I am making a PR to fix previous rebase, would you be okay to rebase your branch after? I will merge it when ci is green
I just merged #91 and it fixes the previous checkstyle issue. After ci is green, lets merge.
Done.
GrokeCompiler can register an InputStream but convert it using an hard coded charset. Adding GrokeCompiler.register(Reader) so developper can manage that themselves.