Commit 1a019ab
authored
fix(engine): diffFilePriority's vendored-directory pattern misses vendored/third_party/third-party/bower_components/jspm_packages (#7540)
* fix(engine): diffFilePriority's vendored-directory pattern misses vendored/third_party/third-party/bower_components/jspm_packages
diffFilePriority's priority-4 ("least-useful-to-review, never real collision
evidence") directory alternation only matched vendor (singular), while the
sibling isVendoredFileFrom matcher in path-matchers.ts already recognized
vendored, third_party, third-party, bower_components, and jspm_packages too.
A file shared between two unrelated PRs under one of those paths was ranked
priority 0 (ordinary source) instead of 4, inflating sharesMeaningfulFile's
collision/duplicate-cluster signal on exactly the kind of vendored-artifact
path both call sites' own doc comments say should be excluded.
Closes #7526
* chore: retrigger CI (transient Codecov GPG signature verification failure)
The previous CI run's Codecov upload step failed on both shards with
"gpg: no valid OpenPGP data found" / "Can't check signature: No public
key" -- a transient Codecov CLI key-server issue during a narrow ~10s
window, unrelated to this PR's code (a separate PR's run minutes earlier
uploaded successfully with the identical action). Empty commit to force
a fresh CI run since re-running the existing workflow run requires admin
rights on JSONbored/loopover this account doesn't have.1 parent 3a4ffa6 commit 1a019ab
2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments