NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
YAML (Score:1)
Please make sure to specify that the diagnostics have to conform to the YAML Tiny [cpan.org] subset of YAML.
Re: (Score:2)
Why? Do recall that this is also be allowed for other languages with different data structures with different serialization requirements.
Re:YAML (Score:1)
Precisely. YAML is not suitable for high-fidelity serialisation. You really want eg. Data::Dump::Streamer if your data structures are tricky.
However, writing a YAML parser is a much bigger job than writing a TAP parser. Parsing YAML Tiny is on par with parsing TAP, and the dialect is perfectly sufficient for modest serialisation needs.
So demanding a full YAML parser to parse TAP won’t provide substantial benefit but may hamper adoption of TAP.
Reply to This
Parent