Commit f0d40a7
refactor(subc): ignore RouteBind config via
AFT already reads config from CortexKit files and discards any wire-relayed
config tiers, but the RouteBind match arm still bound the `config` field by name
(then dropped it). When subc-protocol removes the now-dead `config` field from
RouteOpen/RouteBind, that named binding would stop compiling. Switching the
destructure to `..` ignores the field whether the protocol version still carries
it or has dropped it, so the upstream field removal can land in either order
without breaking AFT's build. Behavior is unchanged — the field was already
ignored.
Co-authored-by: Alfonso <289616620+alfonso-aft@users.noreply.github.com>.. for protocol forward-compat1 parent 81e63fe commit f0d40a7
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1461 | 1461 | | |
1462 | 1462 | | |
1463 | 1463 | | |
1464 | | - | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
1465 | 1469 | | |
1466 | 1470 | | |
1467 | 1471 | | |
| |||
1502 | 1506 | | |
1503 | 1507 | | |
1504 | 1508 | | |
1505 | | - | |
1506 | | - | |
| 1509 | + | |
| 1510 | + | |
1507 | 1511 | | |
1508 | | - | |
1509 | 1512 | | |
1510 | 1513 | | |
1511 | 1514 | | |
| |||
0 commit comments