Commit 7496db3
committed
fix(runtime): replace unreliable replaceItemAt with removeItem+moveItem on Linux
FileManager.replaceItemAt is unreliable on Linux's swift-corelibs-foundation,
silently failing to place the replacement file and leaving the original path
empty. This caused the StoreFlushService round-trip test to crash in CI.1 parent 09b048f commit 7496db3
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
0 commit comments