Zach Klippenstein (he/him) [MOD]
06/07/2020, 2:17 PMFlow.collect
method from the Flow
interface showed up first in code completion, despite being effectively internal. How does that actually work? Is there some internal hard-coding that special-cases that particular method, or is there a way to use this trick in other code?Alexey Belkov [JB]
06/08/2020, 10:10 AMZach Klippenstein (he/him) [MOD]
06/08/2020, 11:38 AMRequiresOptIn.Level.ERROR
? The compiler already knows it's going to raise an error in those cases, so it would seem useful to always push those down.Alexey Belkov [JB]
06/08/2020, 2:11 PMlouiscad
07/12/2020, 5:26 PMZach Klippenstein (he/him) [MOD]
07/13/2020, 1:50 PM