Commit 126fc14
Split °F temperature assertion to satisfy type-checker
The single-expression `1°F` assertion in testTemperature() exceeds the
Swift type-checker's per-expression time budget on the macOS CI toolchain
once Quantity becomes a RawRepresentable struct. Break it into typed
sub-expressions; arithmetic and assertion are unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 78ffb04 commit 126fc14
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
267 | 276 | | |
268 | 277 | | |
269 | 278 | | |
| |||
0 commit comments