dew/packages/kanban
Chris Hendrickson 49c6e995a8 fix: tolerate non-string YAML list elements when parsing tickets
YAML values like '1.0' (unquoted) parse as double, not String.
Changed parseStringList to use string interpolation ('$e') instead
of 'e as String', so numeric YAML scalars in labels/milestones
don't crash ticket parsing.

Also quote all '1.0' label values in existing ticket files so they
are unambiguously strings in YAML.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 16:05:01 -04:00
..
lib fix: tolerate non-string YAML list elements when parsing tickets 2026-04-25 16:05:01 -04:00
test chore: 1.0 release prep 2026-04-25 15:58:54 -04:00
.gitignore chore: Initial Commit 2026-04-23 13:09:11 -04:00
LICENSE chore: 1.0 release prep 2026-04-25 15:58:54 -04:00
pubspec.yaml chore: 1.0 release prep 2026-04-25 15:58:54 -04:00