Commit 20886ff
Fix transitive deps crashes due to IllegalStateException (bazelbuild#29289)
### Description
This adds a needed `valuesMissing()` guard to fix rare crashes with `IllegalStateException` when evaluating `TransitiveTargetKey` nodes whose transitive closures include rules with aspects.
### Motivation
Fixes bazelbuild#29280
### Build API Changes
No
### Checklist
- [ ] I have added tests for the new use cases (if any).
- [ ] I have updated the documentation (if applicable).
### Release Notes
RELNOTES: None
Closes bazelbuild#29289.
PiperOrigin-RevId: 900232825
Change-Id: I7ba3c5282e4f56a6ef803495b03419b9322c8be31 parent a7e72ec commit 20886ff
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
0 commit comments