Commit 33e01f8
fix: normalize
fspy reports paths with `..` components (e.g. `packages/sub-pkg/../shared/src/utils.ts`)
on macOS but normalized paths on Linux/Windows. Always clean `..` before storing to ensure
consistent cache miss messages across platforms.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>.. in fspy paths for cross-platform consistency1 parent 4311180 commit 33e01f8
File tree
2 files changed
+10
-9
lines changed- crates
- vite_task_bin/tests/e2e_snapshots/fixtures/inputs-negative-glob-subpackage/snapshots
- vite_task/src/session/execute
2 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
0 commit comments