Zach Klippenstein (he/him) [MOD]
06/21/2021, 6:18 PMComposableSingletons
classes being generated and exposed as public. It seems like it might be some sort of a lambda cache, which seems fine, but does it need to be public? It’s not clear where it’s coming from, and I’m nervous about what this means for future binary compatibility because it seems to have appeared after adding a private @Preview
function which I wouldn’t expect to have public API implications.
I don’t see anything about this in the bug tracker, and I’m not sure it’s a bug anyway. Some references to this type in stack traces in this thread, but nothing specifically about whether it should be public API either.Adam Powell
06/21/2021, 6:33 PMshikasd
06/22/2021, 12:51 PMZach Klippenstein (he/him) [MOD]
06/22/2021, 4:15 PMshikasd
06/22/2021, 4:19 PMArkadii Ivanov
06/23/2021, 2:18 PMZach Klippenstein (he/him) [MOD]
06/23/2021, 3:18 PM