Re: [gentoo-dev] [PATCH] eapi7-ver.eclass: 'Early adopter' version of EAPI 7 version manip

2017-09-26 Thread Ulrich Mueller
> 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

Re: [gentoo-dev] [PATCH] eapi7-ver.eclass: 'Early adopter' version of EAPI 7 version manip

2017-09-21 Thread Ulrich Mueller
> 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

Re: [gentoo-dev] [PATCH] eapi7-ver.eclass: 'Early adopter' version of EAPI 7 version manip

2017-09-19 Thread Michał Górny
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.

Re: [gentoo-dev] [PATCH] eapi7-ver.eclass: 'Early adopter' version of EAPI 7 version manip

2017-09-09 Thread Kent Fredric
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

Re: [gentoo-dev] [PATCH] eapi7-ver.eclass: 'Early adopter' version of EAPI 7 version manip

2017-09-09 Thread Michał Górny
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

Re: [gentoo-dev] [PATCH] eapi7-ver.eclass: 'Early adopter' version of EAPI 7 version manip

2017-09-09 Thread Kent Fredric
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.

Re: [gentoo-dev] [PATCH] eapi7-ver.eclass: 'Early adopter' version of EAPI 7 version manip

2017-09-08 Thread Ulrich Mueller
> 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

[gentoo-dev] [PATCH] eapi7-ver.eclass: 'Early adopter' version of EAPI 7 version manip

2017-09-08 Thread Michał Górny
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