Post #1839179
2026-04-07 11:13 UTC
@mattiem @akbashev Here's an example of just that, where the fact the test isn't isolated to any particular actor *is* a problem. (Also, the lack of a serial executor is a problem for this test's reliability, but that's something else to contend with). Isolating this specific test to an actor (any actor, not necessarily MainActor) allows it to compile, run, and (most of the time) pass.
Replies (1)
-
@rhysmorgan@mastodon.social 2026-04-07 11:15
@mattiem @akbashev Just to demo, any actor-isolation is enough to get this compiling and in passing order again: