Commit fda9dfa
fix(dfir_lang): fix lattice_reduce dropping write_tick_end, use fully qualified RefCell::take
- Fix lattice_reduce to pass through write_tick_end from the delegated
reduce operator (was silently dropped by `..` destructuring pattern).
- Use fully qualified `RefCell::take()` syntax in state_by tick reset
for clarity.
- Remove `#[non_exhaustive]` from OperatorWriteOutput and add doc comment
warning against using `..` in destructuring patterns for delegating
operators.
Co-authored-by: Infinity 🤖 <infinity@hydro.run>1 parent 9717a91 commit fda9dfa
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | | - | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
0 commit comments