Commit 4f8b945
Fix rewatch panic on duplicate module name (#8102)
* Fix rewatch panic on duplicate module name
* Deterministic order of file/module names in error message
* Update rewatch/src/build/packages.rs
Co-authored-by: Florian Verdonck <[email protected]>
* Fix snapshot
* Move cloning root_path into error handling code
* CHANGELOG
---------
Co-authored-by: Florian Verdonck <[email protected]>1 parent ff9d6d3 commit 4f8b945
File tree
6 files changed
+226
-203
lines changed- rewatch
- src
- build
- tests
- snapshots
6 files changed
+226
-203
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
0 commit comments