Avatar
omochimetaru 9/18/2024 6:41 AM
Description Unable to specify @MainActor for a closure with explicit empty parameters Reproduction The following code does not compile: Task { @MainActor () in } // error: Extraneous whitespace bet...
6:45 AM
Description The following strange code compiles incorrectly: Reproduction Task { @MainActor(今日は日差しが強い) in } Expected behavior It should result in some kind of error. Environment $ swift --version s...
6:47 AM
https://x.com/kntkymt/status/1834192143558344717 この辺は @kntk@koher に任せた
@mtj_j @koher @omochimetaru というよりTaskによってcounterがMainActorのregionに移っていない、という現象ですかね ↓も通りました まつじさんの話と繋げて考えると、Taskの仕様が後から入ったから実装漏れしてる...?
👀 1