Commit f3440e4
Keep original fspy path for fingerprinting, only clean for glob matching
The cleaned path (with `..` normalized) is used solely for matching
against negative globs. The original stripped path is returned and
stored in the fingerprint, keeping create/validate consistent.
Restore fingerprint.rs to use the path as-is since it already contains
the original fspy-reported relative path.
https://claude.ai/code/session_01PR9yhnScRoVoHUcviV47u51 parent 078f722 commit f3440e4
2 files changed
Lines changed: 12 additions & 6 deletions
File tree
- crates
- vite_task_bin/tests/e2e_snapshots/fixtures/inputs-negative-glob-subpackage/snapshots
- vite_task/src/session/execute
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
209 | 208 | | |
210 | | - | |
211 | | - | |
212 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
213 | 219 | | |
214 | 220 | | |
215 | 221 | | |
| |||
| 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