Skip Menu |

This queue is for tickets about the Geo-Address-Formatter CPAN distribution.

Report information
The Basics
Id: 111685
Status: open
Priority: 0/
Queue: Geo-Address-Formatter

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1.49
  • 1.70
Fixed in: (no value)



Subject: Requires at least YAML 1.15
Tests fail if older YAML versions (e.g. 1.13) are used: # Failed test 'parsing file t/blackbox/../../address-formatting/testcases/countries/gf.yaml' # at t/blackbox/countries.t line 77. # died: YAML Error: Stream does not end with newline character # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE # Line: 0 # Document: 0 # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/YAML/Loader.pm line 37. # Failed test 'parsing file t/blackbox/../../address-formatting/testcases/countries/fr.yaml' # at t/blackbox/countries.t line 77. # died: YAML Error: Stream does not end with newline character # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE # Line: 0 # Document: 0 # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/YAML/Loader.pm line 37. # Looks like you failed 2 tests of 349. t/blackbox/countries.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/349 subtests
On 2016-02-02 13:54:18, SREZIC wrote: Show quoted text
> Tests fail if older YAML versions (e.g. 1.13) are used: > > # Failed test 'parsing file t/blackbox/../../address- > formatting/testcases/countries/gf.yaml' > # at t/blackbox/countries.t line 77. > # died: YAML Error: Stream does not end with newline character > # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE > # Line: 0 > # Document: 0 > # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/YAML/Loader.pm line 37. > > # Failed test 'parsing file t/blackbox/../../address- > formatting/testcases/countries/fr.yaml' > # at t/blackbox/countries.t line 77. > # died: YAML Error: Stream does not end with newline character > # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE > # Line: 0 > # Document: 0 > # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/YAML/Loader.pm line 37. > # Looks like you failed 2 tests of 349. > t/blackbox/countries.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/349 subtests
In the meantime, with release 1.70, it fails even with YAML 1.17. But YAML 1.21 and newer are OK. No information for the version in between.
Subject: Re: [rt.cpan.org #111685] Requires at least YAML 1.15
Date: Fri, 21 Dec 2018 22:15:32 +0100
To: bug-Geo-Address-Formatter [...] rt.cpan.org
From: Ed Freyfogle <edf [...] sloan.mit.edu>
thanks, just pushed 1.72 which should address this (pun intended) Am Fr., 21. Dez. 2018 um 21:43 Uhr schrieb Slaven_Rezic via RT < bug-Geo-Address-Formatter@rt.cpan.org>: Show quoted text
> Queue: Geo-Address-Formatter > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111685 > > > On 2016-02-02 13:54:18, SREZIC wrote:
> > Tests fail if older YAML versions (e.g. 1.13) are used: > > > > # Failed test 'parsing file t/blackbox/../../address- > > formatting/testcases/countries/gf.yaml' > > # at t/blackbox/countries.t line 77. > > # died: YAML Error: Stream does not end with newline character > > # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE > > # Line: 0 > > # Document: 0 > > # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/YAML/Loader.pm line 37. > > > > # Failed test 'parsing file t/blackbox/../../address- > > formatting/testcases/countries/fr.yaml' > > # at t/blackbox/countries.t line 77. > > # died: YAML Error: Stream does not end with newline character > > # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE > > # Line: 0 > > # Document: 0 > > # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/YAML/Loader.pm line 37. > > # Looks like you failed 2 tests of 349. > > t/blackbox/countries.t .. > > Dubious, test returned 2 (wstat 512, 0x200) > > Failed 2/349 subtests
> > In the meantime, with release 1.70, it fails even with YAML 1.17. But YAML > 1.21 and newer are OK. No information for the version in between. >
Subject: Re: [rt.cpan.org #111685] Requires at least YAML 1.15
Date: Fri, 21 Dec 2018 22:37:07 +0100
To: bug-Geo-Address-Formatter [...] rt.cpan.org
From: Ed Freyfogle <edf [...] sloan.mit.edu>
actually 1.73 Am Fr., 21. Dez. 2018 um 22:16 Uhr schrieb Ed Freyfogle via RT < bug-Geo-Address-Formatter@rt.cpan.org>: Show quoted text
> Queue: Geo-Address-Formatter > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111685 > > > thanks, just pushed 1.72 which should address this (pun intended) > > Am Fr., 21. Dez. 2018 um 21:43 Uhr schrieb Slaven_Rezic via RT < > bug-Geo-Address-Formatter@rt.cpan.org>: >
> > Queue: Geo-Address-Formatter > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111685 > > > > > On 2016-02-02 13:54:18, SREZIC wrote:
> > > Tests fail if older YAML versions (e.g. 1.13) are used: > > > > > > # Failed test 'parsing file t/blackbox/../../address- > > > formatting/testcases/countries/gf.yaml' > > > # at t/blackbox/countries.t line 77. > > > # died: YAML Error: Stream does not end with newline character > > > # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE > > > # Line: 0 > > > # Document: 0 > > > # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/YAML/Loader.pm line 37. > > > > > > # Failed test 'parsing file t/blackbox/../../address- > > > formatting/testcases/countries/fr.yaml' > > > # at t/blackbox/countries.t line 77. > > > # died: YAML Error: Stream does not end with newline character > > > # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE > > > # Line: 0 > > > # Document: 0 > > > # at /opt/perl-5.20.1D/lib/site_perl/5.20.1/YAML/Loader.pm line 37. > > > # Looks like you failed 2 tests of 349. > > > t/blackbox/countries.t .. > > > Dubious, test returned 2 (wstat 512, 0x200) > > > Failed 2/349 subtests
> > > > In the meantime, with release 1.70, it fails even with YAML 1.17. But
> YAML
> > 1.21 and newer are OK. No information for the version in between. > >
>