Commit c749cd4
committed
[RDF] Fix varied Defines not showing up in Snapshots.
RActionSnapshot did not create the varied versions of Defines.
Therefore, Defines that implicitly depended on a variation were
identical to nominal, and did not get snapshot.
Here, the computation graph is JITted and the variations of Defines are
created when the snapshot action gets created.
Fix root-project#205061 parent eb5ecc3 commit c749cd4
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
| |||
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
109 | 118 | | |
110 | 119 | | |
111 | 120 | | |
| |||
0 commit comments