Commit add20ca
authored
fix: Enable macOS tests and fix concurrent cache race
- Remove Debug-only restriction for macOS C++ tests (aligns with Linux)
- Fix CachingFileProvider race: use emplace to avoid double-counting cache entries on concurrent misses
- Add setuptools build-system config to pyproject.toml
- Replace hardcoded absolute paths in test_mcp_instructions.py with PROJECT_ROOT
- Add checks: write permission to build.yaml
Closes #161 parent 0a68514 commit add20ca
3 files changed
Lines changed: 15 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
| 330 | + | |
336 | 331 | | |
337 | 332 | | |
338 | 333 | | |
339 | | - | |
| 334 | + | |
340 | 335 | | |
341 | 336 | | |
342 | 337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments