Commit 90a6817
committed
Handle extracting the same file to the same destination
When a source is added multiple times the content after the 2nd
extraction will be the same and no new files/folders are detected.
So `extract_file` would return the parent folder.
However if there was a clear result after the first extraction the same
result should be returned.
This works trivially until something else is extracted to the same
folder between the 2 extraction operations.1 parent 5cc1038 commit 90a6817
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
512 | 517 | | |
513 | 518 | | |
514 | 519 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2622 | 2622 | | |
2623 | 2623 | | |
2624 | 2624 | | |
| 2625 | + | |
| 2626 | + | |
| 2627 | + | |
| 2628 | + | |
2625 | 2629 | | |
2626 | 2630 | | |
2627 | 2631 | | |
| 2632 | + | |
| 2633 | + | |
| 2634 | + | |
| 2635 | + | |
| 2636 | + | |
2628 | 2637 | | |
2629 | 2638 | | |
2630 | 2639 | | |
| |||
0 commit comments