Cedric Beust

Results 186 comments of Cedric Beust

Just to clarify, I don't have a problem with breaking changes, just wondering if it's worth polluting the `Converter` interface with pretty printing concerns.

Overloading? Like I said, it's still a breaking change, even with default values. Try it.

This is all getting a bit confusing :) How about people interested in a change send a pull request so I can see what they want?

@sghpjuikit As the saying goes, any problem in computer science can be solved by adding one layer of indirection :-) I agree with your suggestion and I'm open to introducing...

I think it's dangerous to rely on the spelling of your `enum` values since a harmless refactoring will break your JSON parsing. How about just implementing your adapter so it...

Are you using the latest version? Because the code above didn't compile for me. After modifying it as follows, the whole test passes: ``` @Test fun jsonTest() { val json...

Augh. I can fix this later, or feel free to send a PR.

How can I reproduce this, do you have project I can clone?

Not sure what you mean, can you elaborate?

Ah ok. You can already simulate this with: ``` install { libDir = homeDir(".kobalt/whatever") } ``` but I guess you are advocating for a specific task to do this, i.e....