You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON::Syck fails to decode JSON strings with escaped characters
correctly. For example:
JSON::Syck::load('"http:\/\/example.com\/"') should decode to
'http://example.com/'
I patched t/json-basic.t to produce failing tests.
On Tue Jan 13 17:23:57 2009, MMIMS wrote:
> JSON::Syck fails to decode JSON strings with escaped characters
> correctly. For example:
>
> JSON::Syck::load('"http:\/\/example.com\/"') should decode to
> 'http://example.com/'
>
> I patched t/json-basic.t to produce failing tests.
Can you make these tests TODO so that they don't fail, unless you have a
patch to fix them that is.
Also, see this boring form letter I'm pasting around:
(This is a form-reply that isn't specific to your particular report)
YAML::Syck has just acquired one new maintainer (me), it still doesn't
have anyone that *cares* about it. But I'm willing to help solve your
report & release a new version with the fix if it's easy for me.
It now has a Git repository at:
http://github.com/avar/YAML-Syck
If your report is a patch that fixes a problem, great. Please remake
the patch against Git by forking that repo and sending me a pull
request on GitHub (or an update to this bug if you prefer
git-format-patch(1) or some other repo provider..). Make sure to
include a test for what you fixed.
If your report is some code that fails (and you have a testcase for
it) a patch against the test suite to demonstrate that failure would
be very useful. It's OK if the test crashes and burns, see
Test::More's docs for how to make TODO tests that fail now, but
shouldn't. Even if it segfaults perl C<system $^X => qw/ -Mblib
-MYAML::Syck .../> or something like that and checking the return
value will do.
On Tue Jan 13 17:23:57 2009, MMIMS wrote:
> JSON::Syck fails to decode JSON strings with escaped characters
> correctly. For example:
>
> JSON::Syck::load('"http:\/\/example.com\/"') should decode to
> 'http://example.com/'
>
> I patched t/json-basic.t to produce failing tests.
Greetings, discussing with the other Syck developers, we have a question for you. JSON::XS is 5
times faster than this module. Is there any reason you prefer JSON::Syck to JSON::XS?
* Todd Rinaldo via RT <[email protected]> [100923 14:39]:
> <URL: https://rt.cpan.org/Ticket/Display.html?id=42390 >
>
> On Tue Jan 13 17:23:57 2009, MMIMS wrote:
> > JSON::Syck fails to decode JSON strings with escaped characters
> > correctly. For example:
> >
> > JSON::Syck::load('"http:\/\/example.com\/"') should decode to
> > 'http://example.com/'
> >
> > I patched t/json-basic.t to produce failing tests.
>
> Greetings, discussing with the other Syck developers, we have a question for you. JSON::XS is 5
> times faster than this module. Is there any reason you prefer JSON::Syck to JSON::XS?
No. I prefer JSON::XS. I use JSON::Any, however, in my Net::Twitter
module in oder to offer users to select their own preference. If I'm
not mistaken, JSON::Syck has been demoted to an optional in JSON::Any if
not remove entirely.
-Marc
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#42390 (status was 'open')
Requestors:
Attachments:
From [email protected] on 2009-01-13 22:23:57:
From [email protected] on 2010-05-20 11:17:40:
From [email protected] on 2010-07-19 20:35:57:
From [email protected] on 2010-09-23 21:39:29:
From [email protected] on 2010-09-24 02:36:14:
The text was updated successfully, but these errors were encountered: