Zach Klippenstein (he/him) [MOD]
05/28/2020, 3:31 AMStateFlow<T>.collectAsFlow() extension introduced in dev12 (https://android-review.googlesource.com/c/platform/frameworks/support/+/1308154), why does T have a non-null upper bound? `StateFlow`’s T is nullable, and I don’t see why this bound should be required for the extension.Zach Klippenstein (he/him) [MOD]
05/28/2020, 3:31 AMinline fun <T : Any> StateFlow<T>.collectAsState(
context: CoroutineContext = Dispatchers.Main
): State<T> = collectAsState(value, context)Leland Richardson [G]
05/28/2020, 4:26 AMZach Klippenstein (he/him) [MOD]
05/28/2020, 4:55 AMjw
05/28/2020, 1:06 PMjw
05/28/2020, 1:08 PMbrew install repo, make and cd into a directory, repo init ... (steal from readme), repo sync -j16, ./studiow 💥 !jw
05/28/2020, 1:08 PM./ui/studiow I thinkAndrey Kulikov
05/28/2020, 1:25 PM<T>, thanks for noticing. did you file a bug?Andrey Kulikov
05/28/2020, 1:25 PMZach Klippenstein (he/him) [MOD]
05/28/2020, 9:20 PMZach Klippenstein (he/him) [MOD]
05/28/2020, 9:29 PMChange-Id for the commit?Andrey Kulikov
05/28/2020, 9:44 PMjw
05/29/2020, 12:48 AMZach Klippenstein (he/him) [MOD]
05/29/2020, 12:55 AM[FAILED] commit_msg_changeid_field
Commit message is missing a "Change-Id:" line. It must match the
following case-sensitive regex:
^Change-Id: I[a-f0-9]+$