Skip Menu |

This queue is for tickets about the Object-InsideOut CPAN distribution.

Report information
The Basics
Id: 102868
Status: resolved
Priority: 0/
Queue: Object-InsideOut

People
Owner: Nobody in particular
Requestors: damian [...] conway.org
Cc:
AdminCc:

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



Subject: Fwd: Problem with :Type and ARRAY_ref(...) specifier
Date: Wed, 18 Mar 2015 19:52:38 +0000
To: bug-Object-InsideOut [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
I don't seem to be able to use :Type( ARRAY_ref(numeric) ) as part of an atttribute specification. Indeed, any variation of :Type( ARRAY_ref( <anything> ) seems to fail in the same way. The attached script demonstrates the problem, which occurs under version 3.98 under at least Perl 5.14 and 5.20. I haven't been able to isolate the cause, but it seems to be somewhere in the code generator for types. Damian

Message body is not shown because sender requested not to inline it.

Fixed in version 3.99 which is now on CPAN. My apologies for the delay in attending to this. On 2015-03-18 15:53:28, damian@conway.org wrote: Show quoted text
> I don't seem to be able to use :Type( ARRAY_ref(numeric) ) > as part of an atttribute specification. > > Indeed, any variation of :Type( ARRAY_ref( <anything> ) seems to fail > in the same way. > > The attached script demonstrates the problem, which occurs under > version 3.98 under at least Perl 5.14 and 5.20. > > I haven't been able to isolate the cause, but it seems to be > somewhere in the code generator for types. > > Damian
Subject: Re: [rt.cpan.org #102868] Fwd: Problem with :Type and ARRAY_ref(...) specifier
Date: Sun, 23 Aug 2015 07:25:34 +1000
To: bug-Object-InsideOut [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
> Fixed in version 3.99 which is now on CPAN.
Much appreciated, Jerry! Damian