Commit 94ac2dc
committed
fix: add FetchDepth to IR for round-trip data preservation
IRJob was missing FetchDepth, so round-tripping through pipeline.json
(via pisyn build followed by pisyn graph/run) silently dropped the
fetch depth setting.
Added the field to IRJob and wired it through jobToIR() and
irJobToJob().
Closes #91 parent ab0305a commit 94ac2dc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
| 232 | + | |
230 | 233 | | |
231 | 234 | | |
0 commit comments