drewhamilton / Poko

A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support CharArrays in toString

drewhamilton opened this issue · comments

Redacted leaves CharArrays out of toString completely and I'm not sure why. Maybe because it would end up printing a bunch of numbers?

Right now Careful does the same because it copied from Redacted.

Per ZacSweers/redacted-compiler-plugin#15, this is not Redacted-specific but part of kotlinc, so I'll keep this the same for consistency.