csharpfritz / csharpfritz/Taml
Empty lists/maps not supported
Open
scheduled-to-close
- Dominant language
- C#
- Stars
- 16
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
TAML allows empty strings but does not allow:
- empty lists
- empty maps
This seems like an odd omission since empty (string) values are supported.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing issue #29 with TAML inputs containing an empty list and an empty map, then trace the parser entry point that handles collection values. Add coverage for both cases and verify that empty strings continue to work while both empty collections are accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100