Commit e92b455
committed
refactor(lobster): deduplicate upstream_req_list via depset; tighten test assertion
- dependable_element.bzl: replace list.extend() accumulation with depset
transitive merge so repeated ASR deps across multiple feature_requirements
targets cannot produce duplicate {UPSTREAM_REQ_SOURCES} entries or duplicate
lobster report inputs
- seooc_test.bzl: replace generic count assertion with explicit check that
'asr_trlc.lobster' is present in the lobster report action inputs1 parent 916fd50 commit e92b455
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
1083 | | - | |
| 1083 | + | |
1084 | 1084 | | |
1085 | 1085 | | |
1086 | | - | |
| 1086 | + | |
| 1087 | + | |
1087 | 1088 | | |
1088 | 1089 | | |
1089 | 1090 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
396 | | - | |
| 394 | + | |
| 395 | + | |
397 | 396 | | |
398 | 397 | | |
399 | 398 | | |
| |||
0 commit comments