https://kotlinlang.org logo
#compose
Title
# compose
z

Zach Klippenstein (he/him) [MOD]

11/03/2020, 2:15 AM
I’m curious if anyone has ran into this bug. It’s pretty weird, but it’s consistent: https://issuetracker.google.com/issues/172268023
It seems to be related to stability (or the lack thereof), and I saw that @Leland Richardson [G] merged his “Infer stability” CL the other day, so I wonder if this will soon be a lot harder to reproduce.
l

Leland Richardson [G]

11/03/2020, 2:27 AM
that CL shouldn’t make it much harder to make a type not stable. just tack a backing field on it and you’re done
👍 1
but this looks like a strange bug
i’ve assigned it to me. will take a look at it when i get a chance. thanks for the very detailed repro steps
z

Zach Klippenstein (he/him) [MOD]

11/03/2020, 2:29 AM
awesome, thanks!
l

Leland Richardson [G]

11/03/2020, 2:29 AM
what is the actual exception that occurs?
z

Zach Klippenstein (he/him) [MOD]

11/03/2020, 2:31 AM
oops, sorry. posted the full message and stacktrace on the issue
l

Leland Richardson [G]

11/03/2020, 2:37 AM
the stacktrace makes me think not a compiler / stable related problem. responded to the issue.
z

Zach Klippenstein (he/him) [MOD]

11/03/2020, 2:39 AM
yea, seems like a layout thing. thanks for assigning!