charley-oai
be9e55c5fc
Add total (non-partial) TextElement placeholder accessors ( #9545 )
...
## Summary
- Make `TextElement` placeholders private and add a text-backed accessor
to avoid assuming `Some`.
- Since they are optional in the protocol, we want to make sure any
accessors properly handle the None case (getting the placeholder using
the byte range in the text)
- Preserve placeholders during protocol/app-server conversions using the
accessor fallback.
- Update TUI composer/remap logic and tests to use the new
constructor/accessor.
History
..
2026-01-20 13:07:28 -08:00
2026-01-13 16:12:30 +00:00
2026-01-16 21:51:25 -08:00
2026-01-16 21:51:25 -08:00
2026-01-08 15:06:44 -08:00
2026-01-16 20:58:55 +00:00
2026-01-19 11:23:25 -08:00
2026-01-16 21:51:25 -08:00
2026-01-09 17:31:17 +00:00
2026-01-18 01:31:14 +00:00
2026-01-14 16:41:50 -08:00
2026-01-14 16:41:50 -08:00
2026-01-19 11:23:25 -08:00
2025-12-08 01:23:21 -08:00
2026-01-16 21:51:25 -08:00
2025-12-10 17:18:48 +00:00
2026-01-14 16:41:50 -08:00
2025-11-21 22:10:52 +00:00
2026-01-14 19:14:24 +00:00
2026-01-16 21:51:25 -08:00
2026-01-20 14:04:11 -08:00
2026-01-16 21:51:25 -08:00
2025-11-13 17:12:10 -08:00
2026-01-13 22:33:34 -08:00
2025-12-23 19:29:32 -08:00
2026-01-19 10:17:30 -08:00
2026-01-07 13:06:20 -08:00
2026-01-16 21:51:25 -08:00
2026-01-19 10:17:30 -08:00
2026-01-16 21:51:25 -08:00
2026-01-16 21:51:25 -08:00
2026-01-14 16:41:50 -08:00
2026-01-18 01:31:14 +00:00
2026-01-14 16:41:50 -08:00
2026-01-18 01:31:14 +00:00
2026-01-20 11:06:14 -08:00
2026-01-19 10:17:30 -08:00
2026-01-14 16:41:50 -08:00
2025-11-13 17:12:10 -08:00
2026-01-20 14:02:07 -08:00
2026-01-14 16:41:50 -08:00
2026-01-19 10:17:30 -08:00
2026-01-19 21:59:36 -08:00
2026-01-20 14:04:11 -08:00
2026-01-17 16:02:28 -08:00
2026-01-16 21:51:25 -08:00
2026-01-17 16:02:28 -08:00
2025-12-12 15:25:22 -08:00
2026-01-08 20:31:03 +00:00
2025-12-04 11:57:58 -08:00
2026-01-16 21:51:25 -08:00
2026-01-16 21:51:25 -08:00
2026-01-14 16:41:50 -08:00
2026-01-14 16:41:50 -08:00
2025-11-20 11:04:11 -08:00
2026-01-19 10:17:30 -08:00
2026-01-16 21:51:25 -08:00
2025-12-19 21:09:20 +00:00
2026-01-16 21:51:25 -08:00
2026-01-16 09:30:11 -08:00
2026-01-07 17:04:53 +00:00
2026-01-16 21:51:25 -08:00
2026-01-14 16:41:50 -08:00
2026-01-09 17:31:17 +00:00
2026-01-16 21:51:25 -08:00
2026-01-15 11:28:57 -08:00