Skip Menu |

This queue is for tickets about the Data-Sah-Resolve CPAN distribution.

Report information
The Basics
Id: 116464
Status: resolved
Priority: 0/
Queue: Data-Sah-Resolve

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

Bug Information
Severity: (no value)
Broken in: 0.003
Fixed in: (no value)



Subject: t/01-basic.t may fail
See subject. Unfortunately I cannot give more information about it. Neither http://matrix.cpantesters.org/?dist=Data-Sah-Resolve%200.003 nor http://analysis.cpantesters.org/solved?distv=Data-Sah-Resolve-0.003 give a clear pattern what is causing the problems.
On 2016-07-25 13:44:01, SREZIC wrote: Show quoted text
> See subject. Unfortunately I cannot give more information about it. > Neither http://matrix.cpantesters.org/?dist=Data-Sah-Resolve%200.003 > nor http://analysis.cpantesters.org/solved?distv=Data-Sah-Resolve- > 0.003 give a clear pattern what is causing the problems.
An educated guess: it fails if Data::Sah::Type::int is not available (and it would help if it says it clearly --- not only telling about an unknown type/schema, but also about the missing Perl module). Data::Sah::Type::int is part of Data-Sah, but Data-Sah depends on Data::Sah::Resolve, so we have a dependency cycle here...
On Mon, 25 Jul 2016 19:48:22 GMT, SREZIC wrote: Show quoted text
> On 2016-07-25 13:44:01, SREZIC wrote:
> > See subject. Unfortunately I cannot give more information about it. > > Neither http://matrix.cpantesters.org/?dist=Data-Sah-Resolve%200.003 > > nor http://analysis.cpantesters.org/solved?distv=Data-Sah-Resolve- > > 0.003 give a clear pattern what is causing the problems.
> > An educated guess: it fails if Data::Sah::Type::int is not available > (and it would help if it says it clearly --- not only telling about an > unknown type/schema, but also about the missing Perl module). > Data::Sah::Type::int is part of Data-Sah, but Data-Sah depends on > Data::Sah::Resolve, so we have a dependency cycle here...
Yup, I figured that out last week, but haven't got the chance to push a fix. Done, I've made the parts that need Data::Sah optional. Thanks for the report.