This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Commit 499f461
disable RE for CxxInferCaptureTransitiveRule
Summary:
CxxInferCaptureTransitiveRule is uncacheable (fixed recently) and should not run on RE as it manipulates absolute paths.
The absolute paths are a design bug (it dates back to more than 6-7 years); this diff is a workaround until we fix this.
The upshot is that this rule is pointless to RE as it basically just concatenates a list of outputs.
Reviewed By: martintrojer
fbshipit-source-id: 6bc19c494d92c729913e550d21d3bb07eef1e0161 parent 239e850 commit 499f461
2 files changed
Lines changed: 5 additions & 8 deletions
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
| 79 | + | |
81 | 80 | | |
82 | | - | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | | - | |
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
| 172 | + | |
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
| |||
0 commit comments