Skip Menu |

This queue is for tickets about the Dios CPAN distribution.

Report information
The Basics
Id: 106172
Status: resolved
Priority: 0/
Queue: Dios

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

Bug Information
Severity: Normal
Broken in: 0.000003
Fixed in: (no value)



Subject: Move 'subtype' keyword out of Dios::Types
Dios::Types::validate() could be useful without the 'subtype' keyword that is also injected by Dios::Types.

Without the 'subtype' keyword, Dios::Types would also not require Keyword::Declare, and so would be compatible with perls < 5.14.

So I suggest to move the 'subtype' keyword definition in a Dios::Types::Subtype module that would only export that keyword.

-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
Le 2015-07-31 10:15:00, DOLMEN a écrit :
Show quoted text
> Without the 'subtype' keyword, Dios::Types would also not require
> Keyword::Declare, and so would be compatible with perls < 5.14.

I'm obviously wrong on this as the code use the 'r' modifier on regexps and (?(DEFINE)).

But at list I think it would be helpful to avoid the loading cost of Keyword::Declare.

-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
Subject: Re: [rt.cpan.org #106172] Move 'subtype' keyword out of Dios::Types
Date: Sat, 1 Aug 2015 08:01:51 +1000
To: bug-Dios [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
I don't want to change Dios::Types itself, but I'll look at adding Dios::Types::Pure, which will omit the keyword (and hence Keyword::Declare). Thanks for the suggestion, Olivier. Damian
Le 2015-08-01 00:02:43, damian@conway.org a écrit :
Show quoted text
> I don't want to change Dios::Types itself, but I'll look at adding
> Dios::Types::Pure, which will omit the keyword (and hence
> Keyword::Declare).
>
> Thanks for the suggestion, Olivier.
>
> Damian

The Changes for release 0.000004 advertise Dios::Types::Pure, but I can't find this package in the tarballs up to the latest 0.000007. Did I miss something or did you just forget to commit it or to add to MANIFEST?

-- 
Olivier Mengué - http://perlresume.org/DOLMEN
Subject: Re: [rt.cpan.org #106172] Move 'subtype' keyword out of Dios::Types
Date: Thu, 5 May 2016 06:11:46 +0200
To: bug-Dios [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
> The Changes for release 0.000004 advertise Dios::Types::Pure, but I can't
find Show quoted text
> this package in the tarballs up to the latest 0.000007. Did I miss
something or Show quoted text
> did you just forget to commit it or to add to MANIFEST?
My fault entirely. I simply forgot to add it to the MANIFEST. I have scheduled a new release (with a major upgrade of features) for the next week or two. I will ensure that it includes Dios::Types::Pure. Email me directly (not via RT) if you would like to receive it sooner; in which case I will provide it to you via an attachment. Thanks for the report, Olivier. Damian
Hi Damian,

Le 2016-05-05 06:12:36, damian@conway.org a écrit :
Show quoted text
> > The Changes for release 0.000004 advertise Dios::Types::Pure, but I can't
> find
> > this package in the tarballs up to the latest 0.000007. Did I miss
> something or
> > did you just forget to commit it or to add to MANIFEST?
>
> My fault entirely. I simply forgot to add it to the MANIFEST.
>
> I have scheduled a new release (with a major upgrade of features) for
> the next week or two. I will ensure that it includes Dios::Types::Pure.

Will it be ready for Christmas? ;)

-- 
Olivier Mengué - http://perlresume.org/DOLMEN
Subject: Re: [rt.cpan.org #106172] Move 'subtype' keyword out of Dios::Types
Date: Thu, 30 Jun 2016 20:19:40 -0400
To: bug-Dios [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
I am sincerely sorry, Olivier. The planned update is very nearly done, mostly now just awaiting proper updates to the documentation. I have been caught up in family crises and a rather intense travel schedule over the past two months, but I'm heading home now, and will hope to finish updating Dios shortly after I do. It will certainly be out well before Christmas! ;-) Damian
Subject: Re: [rt.cpan.org #106172] Move 'subtype' keyword out of Dios::Types
Date: Fri, 1 Jul 2016 18:54:22 -0700
To: bug-Dios [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Just to follow up... I have now uploaded v0.1.1 of Dios, which should be available from CPAN in the next few minutes. Once again, I apologize most sincerely for the delay. Damian
Resolved in v0.001001