LeoColman
12/25/2018, 8:35 PMdave08
12/25/2018, 8:45 PMLeoColman
12/25/2018, 8:47 PMLeoColman
12/25/2018, 8:50 PMrunBlocking
block and it bugs someone's codeLeoColman
12/25/2018, 8:51 PMdave08
12/25/2018, 8:53 PMLeoColman
12/25/2018, 8:54 PMco { XX }
block instead of giving Coroutines to everybody?LeoColman
12/25/2018, 8:54 PMcoIt
and similar useless, as the user can add runBlocking
inside the code, and the extra line of code would be the very samedave08
12/25/2018, 8:55 PMLeoColman
12/25/2018, 8:55 PMLeoColman
12/25/2018, 8:56 PMcoIt
, as you mentioned in the GH Issue is that it wouldn't apply for everything, such as FreeSpecdave08
12/25/2018, 8:59 PMdave08
12/25/2018, 8:59 PMdave08
12/25/2018, 9:00 PMLeoColman
12/25/2018, 9:00 PMLeoColman
12/25/2018, 9:00 PMLeoColman
12/25/2018, 9:01 PMLeoColman
12/25/2018, 9:02 PMLeoColman
12/25/2018, 9:05 PMdave08
12/25/2018, 9:19 PMdave08
12/25/2018, 9:21 PMdave08
12/25/2018, 9:22 PMLeoColman
12/25/2018, 10:31 PMdave08
12/26/2018, 4:06 PMcoIt
...?) that when I added a test function, junit runs the old ones, and doesn't find the new one... tried clearing/invalidating IDE and gradle caches, to no avail...dave08
12/26/2018, 4:11 PMcoroutineScope { }
builder might do the trick (to ensure all the cancellation is handled properly), the thing is that I don't know where the tests are actually executed (in TestEngine?), there you might need a single runBlocking to wait for everything to complete (it might be the one to use the SupervisorJob...).