humblehacker
08/31/2022, 12:58 AMjw
08/31/2022, 1:30 AMjw
08/31/2022, 1:31 AMfun `hi`() { .. }
and have it work on every platform because the backticks don't actually do anything.humblehacker
08/31/2022, 1:33 AMjw
08/31/2022, 1:35 AMephemient
08/31/2022, 2:37 AM.;[]/<>:\
as those are considered special by the JVM. Android has stricter limits than the JVM, as Jake mentions, but Kotlin doesn't enforce thatephemient
08/31/2022, 2:39 AM$
and _
, as long as it doesn't start with a digitephemient
08/31/2022, 2:44 AM.;,()[]{}/<>:\$&~*?#|§^@
- I'm not sure why on some of them, because native linkers ought to be OK with those as far as I know… but ;,()[]{}<>&~
are used by Kotlin's own name manglerGrégory Lureau
08/31/2022, 8:51 AM-
when running on a platform that doesn't support spaces?
I mean I care about tests running and having a clean test code, but for me I don't mind if the test reports are a bit different depending of the platform.jw
08/31/2022, 11:54 AMephemient
08/31/2022, 9:12 PMjw
08/31/2022, 9:21 PM