Commit 599bd07
committed
fix(manhattan-recovery): update TyArrow arity to 4-args in parser + julia backend
The Manhattan Recovery commit bundled the pre-existing grammar refactor
that added a quantity field to TyArrow (3-arg -> 4-arg). Two call sites
in parser.mly (type_expr_arrow productions) and julia_codegen.ml
(type_expr_to_julia_string) were at line locations where the auto-merge
with origin/main took upstream's 3-arg version without conflict markers.
Post-cherry-pick build fix — adds the missing quantity argument (None)
in all three call sites. No semantic change.1 parent b165468 commit 599bd07
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments