Skip Menu |

This queue is for tickets about the YAML-Syck CPAN distribution.

Report information
The Basics
Id: 20969
Status: resolved
Priority: 0/
Queue: YAML-Syck

People
Owner: TODDR [...] cpan.org
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.67
Fixed in: (no value)



Subject: Make Load() and Dump() compatible with YAML.pm
YAML::Syck::Dump() is not compatible with YAML::Dump(). YAML::Syck::Load() is not compatible with YAML::Load(). One should return a null string, and then second should return a null array. Instead, YAML::Yyck throws errors. Adam K
Adam, this is how YAML::Syck has worked for quite some time. I agree that the module claims to match YAML, but I'm concerned that changing the dies now would be a bad idea. What do you think?
CC: adamk [...] cpan.org
Subject: Re: [rt.cpan.org #20969] Make Load() and Dump() compatible with YAML.pm
Date: Fri, 16 Jul 2010 15:54:50 +1000
To: bug-YAML-Syck [...] rt.cpan.org
From: Adam Kennedy <adamkennedybackup [...] gmail.com>
I think you are right that you have a conundrum :) Adam K On 16 July 2010 13:37, Todd Rinaldo via RT <bug-YAML-Syck@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=20969 > > > Adam, this is how YAML::Syck has worked for quite some time. I agree that the module claims to > match YAML, but I'm concerned that changing the dies now would be a bad idea. What do you > think? >
Subject: Update docs about die behavior differences with YAML
Will provide a doc patch to reflect the differences between YAML and YAML::Syck
Documented in 1.10_03