> On Thu, 21 Sep 2017, Ulrich Mueller wrote:
> Meanwhile the ver_test function has been added to the eclass in the
> eapi7-ver branch. Please review the patch included below.
Merged, with some updates.
Ulrich
pgp0W2jQp0Jp_.pgp
Description: PGP signature
> On Tue, 19 Sep 2017, Michał Górny wrote:
>> EAPI 7 is introducing new version manipulation and comparison functions
>> that aim to replace versionator.eclass. This eclass provides an 'early
>> adopter' versions of those routines.
>>
>> It serves two goals:
>>
>> a. getting wider review and s
W dniu pią, 08.09.2017 o godzinie 13∶19 +0200, użytkownik Michał Górny
napisał:
> EAPI 7 is introducing new version manipulation and comparison functions
> that aim to replace versionator.eclass. This eclass provides an 'early
> adopter' versions of those routines.
>
> It serves two goals:
>
> a.
On Sat, 09 Sep 2017 17:54:52 +0200
Michał Górny wrote:
> I'm not sure if there's a serious proposal behind all this but I suppose
> it's all just perl-specific insanity that is of no value to everyone
> else.
Yeah, some of the stuff I suggested there are generalisations, because
it doesn't make
W dniu nie, 10.09.2017 o godzinie 03∶05 +1200, użytkownik Kent Fredric
napisał:
> On Fri, 8 Sep 2017 13:19:23 +0200
> Michał Górny wrote:
>
> > a. getting wider review and some real-life testing before
> > the specification is set in stone, and
>
> Any thoughts on a function that would represen
On Fri, 8 Sep 2017 13:19:23 +0200
Michał Górny wrote:
> a. getting wider review and some real-life testing before
> the specification is set in stone, and
Any thoughts on a function that would represent a dotted-decimal style version
as a floating point string?
eg:
ver_float 0.1.0-> 0.
> On Fri, 8 Sep 2017, Michał Górny wrote:
> +# A version component can either consist purely of digits ([0-9]+) or
> +# purely of uppercase and lowercase letters ([a-zA-Z]+). Any other
> +# character is treated as a version separator.
Minor documentation nitpick (sorry for not noticing this e
EAPI 7 is introducing new version manipulation and comparison functions
that aim to replace versionator.eclass. This eclass provides an 'early
adopter' versions of those routines.
It serves two goals:
a. getting wider review and some real-life testing before
the specification is set in stone, and