Max Desiatov
ffc6152f68
[Distributed] fix deprecation warning in LocalTesting ( #61415 )
2022-10-24 20:19:41 +09:00
Konrad `ktoso` Malawski
1675669e43
Revert "[Distributed] workaround for LocalTestingDAS crashes;"
...
This reverts commit bcd0f64e91 .
2022-05-08 19:37:24 +09:00
Konrad `ktoso` Malawski
1e489d6c0b
[Distributed] Force the order of properties in AST
2022-05-08 18:20:50 +09:00
Konrad `ktoso` Malawski
bcd0f64e91
[Distributed] workaround for LocalTestingDAS crashes;
...
This happens to work, but is not a real fix; we are not handling well
types declared in a library evolution enabled library, which this DAS
is. Without this, at runtime, we crash in LocalTestingDAS using actor
initializers
2022-05-07 07:28:55 +09:00
Konrad `ktoso` Malawski
79ad9278b2
[Distributed] Retain adhoc decodeNextArgument in distributed thunk
2022-04-18 16:53:10 -07:00
Konrad `ktoso` Malawski
8d3e7d91c0
[Distributed] ResultHandler.onReturn must be ad-hoc because SerializationRequirement ( #41916 )
...
* [Distributed] Invoke handler.onReturn ad hoc via ast synthesized func
* reformat and cleanup
* remove unused var
2022-03-24 21:44:37 +09:00
Konrad `ktoso` Malawski
5a5d1ba2e6
[Distributed] Implement RemoteCallArgument
2022-03-17 22:55:09 +09:00
Konrad `ktoso` Malawski
8a1c513993
add test and availability annotations
2022-03-15 16:42:58 -07:00
Yim Lee
b001d5bc59
swift-syntax-test bug fixed; remove workaround
2022-03-15 12:34:28 -07:00
Yim Lee
143914a4e7
Use os_unfair_lock on Apple platforms
2022-03-15 12:34:28 -07:00
Yim Lee
2adcd724cb
Make thread safe
2022-03-15 12:34:28 -07:00
Yim Lee
a5adf2640b
Workaround swift-syntax-test bug
2022-03-15 12:34:28 -07:00
Yim Lee
c5254bb427
Add @available
2022-03-15 12:34:28 -07:00
Yim Lee
2e5d4b64e6
Fix build errors
2022-03-15 12:34:28 -07:00
Yim Lee
1dd0604cf5
Don't print
2022-03-15 12:34:28 -07:00
Yim Lee
290506d006
Add LocalTestingActorAddress
2022-03-15 12:34:28 -07:00
Yim Lee
97da20585e
Fix build errors
2022-03-15 12:34:28 -07:00
Yim Lee
bb9014017a
Offer LocalTestingDistributedActorSystem
...
Add local-only actor system `LocalTestingDistributedActorSystem` to make code and tutorial development easier.
rdar://89580224
2022-03-15 12:34:28 -07:00