a formatter for kotlin data classes (or even better generic show/toString output) is something I have already working an a wip branch on propcheck (plus diffing) and I'll add a repo with it later this week
p
pakoito
10/29/2019, 5:41 PM
gotcha, good idea
pakoito
10/29/2019, 5:41 PM
rename it to
kotlinfmt
to piss off people 😄
j
Jannis
10/29/2019, 5:42 PM
it includes a parser for toString output and then diffs the result and pretty prints the diff. The parser is implemented with parser combinators (which I ported from megaparsec).
❤️ 1
Jannis
10/29/2019, 5:43 PM
pretty printer is already misleading enough I think 😄