Rintaro Ishizaki
f9cbba2c2c
Migrate test-case atomic usages to ThreadSafeBox / Atomic
...
Migrate remaining AtomicBool / AtomicUInt32 usages in test cases to
ThreadSafeBox / Atomic.
- Closure-captured `AtomicBool` flags become `ThreadSafeBox<Bool>` for
now. We will revisit this when eliminating ThreadSafeBox.
- One `AtomicUInt32` counter (SourceKitDRegistryTests.swift's
`nextToken`) to `Atomic<UInt32>`.
2026-05-22 16:40:29 -07:00
..
2026-05-22 16:40:29 -07:00
2025-10-31 14:11:11 -07:00
2026-05-13 16:19:42 +05:30
2026-05-22 16:40:29 -07:00
2025-10-31 14:11:11 -07:00
2026-05-13 16:19:42 +05:30
2026-05-13 16:19:42 +05:30
2025-12-03 12:37:07 +10:00
2026-04-07 10:26:45 +10:00
2026-05-18 09:21:01 -07:00
2025-10-31 14:11:11 -07:00
2026-05-19 00:02:17 +02:00
2025-10-31 14:11:11 -07:00
2026-03-22 12:29:46 +05:30
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2026-03-04 16:58:21 -08:00
2025-10-31 14:11:11 -07:00
2026-05-13 16:19:42 +05:30
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2026-01-13 22:46:54 +01:00
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2026-05-19 00:02:17 +02:00
2025-10-31 14:11:11 -07:00
2026-05-18 09:21:01 -07:00
2026-05-18 09:21:01 -07:00
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2026-05-13 22:38:45 +09:00
2025-10-31 14:11:11 -07:00
2026-05-21 10:55:47 +02:00
2025-10-31 14:11:11 -07:00
2026-02-26 09:15:01 +01:00
2026-04-03 13:38:40 +02:00
2026-05-18 09:21:01 -07:00
2026-02-28 09:19:43 +05:30
2025-12-19 15:43:47 +05:30
2026-03-20 16:01:42 +01:00
2026-05-18 15:27:18 +02:00
2026-05-19 00:02:17 +02:00
2025-10-31 14:11:11 -07:00
2026-05-11 11:10:40 +05:30
2026-05-19 00:02:17 +02:00
2025-10-31 14:11:11 -07:00
2026-05-13 16:19:42 +05:30
2026-05-12 22:21:17 -07:00
2025-10-31 14:11:11 -07:00
2026-05-22 16:40:29 -07:00
2026-05-22 16:40:29 -07:00