Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

META.yml of DMAKI/DateTime-Format-Japanese-0.01.tar.gz cannot be parsed [rt.cpan.org #23850] #27

Open
toddr opened this issue May 11, 2017 · 0 comments

Comments

@toddr
Copy link
Member

toddr commented May 11, 2017

Migrated from rt.cpan.org#23850 (status was 'open')

Requestors:

From [email protected] on 2006-12-07 21:28:33:

FYI (but I suppose you know).

The META.yml file that comes with 
DMAKI/DateTime-Format-Japanese-0.01.tar.gz cannot be parsed by YAML::Syck.

% ysh -MYAML::Syck <
/home/k/.cpan/build/DateTime-Format-Japanese-0.01-UGq5Vv/META.yml
Syck parser (line 8, column -1): syntax error at /usr/local/bin/ysh line
241, <STDIN> line 35.


YAML.pm can parse it.

From [email protected] on 2010-05-20 11:35:53:

On Thu Dec 07 16:28:33 2006, ANDK wrote:
> FYI (but I suppose you know).
> 
> The META.yml file that comes with 
> DMAKI/DateTime-Format-Japanese-0.01.tar.gz cannot be parsed by 
YAML::Syck.
> 
> % ysh -MYAML::Syck <
> /home/k/.cpan/build/DateTime-Format-Japanese-0.01-UGq5Vv/META.yml
> Syck parser (line 8, column -1): syntax error at /usr/local/bin/ysh 
line
> 241, <STDIN> line 35.
> 
> 
> YAML.pm can parse it.

Is this still an issue?

From [email protected] on 2010-05-20 19:53:41:

> Is this still an issue?

Yes.

Here is a shorter test case:

perl -MYAML -le 'Load "---\n- ! >-\n"'
(no output)

perl -MYAML::Syck -le 'Load "---\n- ! >-\n"'
Syck parser (line 3, column -1): syntax error at
/home/src/perl/repoperls/installed-perls/perl/v5.13.0-214-g618c9ef/lib/site_perl/5.13.0/x86_64-linux-thread-multi-ld/YAML/Syck.pm
line 75.


I "hope" you can reproduce the example.

From [email protected] on 2010-07-19 21:44:28:

I've added a TODO test to t/1-basic.t

That said, are you sure this is a part of the YAML 1.0 spec?

From [email protected] on 2010-07-20 06:21:06:

> That said, are you sure this is a part of the YAML 1.0 spec?

Not at all. I just encountered an incompatibility in the wild. Not
trying to imply anything.

-- 
andreas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant