Allan Shortlidge
c02fc4724d
Tests: Remove -disable-availability-checking from many Concurrency tests.
...
Instead, use the `%target-swift-5.1-abi-triple` substitution to compile the tests
for deployment to the minimum OS versions required for use of _Concurrency APIs.
2024-10-18 16:21:51 -07:00
Konrad `ktoso` Malawski
dc5e354d69
[Concurrency] Reimplement @TaskLocal as a macro ( #73078 )
2024-05-01 20:57:20 -07:00
Konrad `ktoso` Malawski
070f9a773b
[TaskLocals] review 2: projected value wrapper
2021-04-29 15:48:23 +09:00
Konrad `ktoso` Malawski
f0781b1f8b
[TaskLocals] prettier API thanks to default inits
2021-04-29 15:48:23 +09:00
Konrad `ktoso` Malawski
664936cd03
[TaskLocal] crash on illegal withValue
2021-04-29 15:48:22 +09:00
Konrad `ktoso` Malawski
3d96d05546
[TaskLocals] property wrapper keys
2021-04-29 15:48:09 +09:00
Nate Chandler
ff7c98123a
[Test] Disabled several Concurrency tests for back_deployment_runtime.
...
rdar://76566598
2021-04-13 15:27:41 -07:00
Mike Ash
1173b737aa
[Concurrency] Add availability to Concurrency APIs.
...
This allows programs to target older OSes while using Concurrency behind an availability check. When targeting older OSes, the symbols are weak-linked and the compiler will require the use of Concurrency features to be guarded by an availability check.
rdar://75850003
2021-04-01 10:42:08 -04:00
Karoy Lorentey
24aca4072a
[test] Skip concurrency tests during back deployment testing
...
rdar://76038845
2021-03-30 22:35:38 -07:00
Doug Gregor
52096a640e
SE-0302: Rename ConcurrentValue/@concurrent to Sendable/@Sendable.
2021-03-18 23:48:21 -07:00
Konrad `ktoso` Malawski
fcb1c01a36
[TaskLocal] Use the task-local stack discipline allocator
2021-03-02 11:14:41 +09:00
Konrad `ktoso` Malawski
5c71ba98e2
[TaskLocal] remove unnecessary awaits, trys, and rename tests
2021-03-02 00:54:47 +09:00