Commit 5cf3853
committed
agent: drop unused FromField SimplexNameInfo
The instance landed in the previous commit alongside ToField but has
zero consumers in either repo — chat-side row decoders use the
soft-degradation `decodeSimplexName` helper at the tuple level, never
this instance. `fromTextField_` raises ConversionFailed on parse
failure, which doesn't compose with the chat policy.
Keep ToField (used by parameter binding in name lookups). Leave a
comment explaining why FromField is absent so a future contributor
doesn't reintroduce it without thinking about the decode policy.1 parent e5b083c commit 5cf3853
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
127 | 132 | | |
128 | 133 | | |
129 | | - | |
130 | | - | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
0 commit comments