Commit Graph

4 Commits

Author SHA1 Message Date
Konrad Malawski 384a02d980 [Tests] NFC: Update nonisolated -> @concurrent on async declarations 2026-04-28 09:21:23 -07:00
Konrad Malawski 77ac31d946 Rename to ActorIsolation::Kind::Nonisolated*Concurrent* 2026-04-28 09:21:23 -07:00
Konrad Malawski 3beefe5bd8 Rename CallerIsolationInheriting -> NonisolatedNonsending 2026-04-28 09:21:23 -07:00
Michael Gottesman ee3db7cd63 [sil] Add support for properly parsing an explicit GlobalActor.
NOTE: This is just for testing. I am in the future going to add support for
serializing/handling actor instances. I messed with the serialization but I
found that b/c ActorInstances can take exprs and we generally do not serialize
exprs, we can't do this naively.

NOTE: We only do this for SIL parsed global actors so we do not have to update
code generated by SILGen. I want to do that at some point but a little later.
2026-03-26 16:10:14 -07:00