Commit 4dfd693
committed
fix: address fourteenth round of Copilot PR review feedback
- Extract stable source_id from display label in reconciliation: parse
'extension:foo v1.0' to 'foo' instead of passing the human-facing
display string as source_id
- Fix bash lowercase to be POSIX-compatible: use tr instead of ${,,}
which requires Bash 4+ and fails on macOS default Bash 3.21 parent c655b0e commit 4dfd693
2 files changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
678 | 685 | | |
679 | 686 | | |
680 | | - | |
| 687 | + | |
681 | 688 | | |
682 | 689 | | |
683 | 690 | | |
| |||
719 | 726 | | |
720 | 727 | | |
721 | 728 | | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
722 | 734 | | |
723 | 735 | | |
724 | | - | |
| 736 | + | |
725 | 737 | | |
726 | 738 | | |
727 | 739 | | |
| |||
0 commit comments