Gentoo Archives: gentoo-pms

From: Christian Faulhammer <fauli@g.o>
To: gentoo-pms@l.g.o
Subject: Re: [gentoo-pms] [PATCH 1/2] Rewrite version comparison rules in pseudocode
Date: Sun, 18 Oct 2009 17:45:49
Message-Id: 20091018194523.726f2b54@gentoo.org
In Reply to: [gentoo-pms] [PATCH 1/2] Rewrite version comparison rules in pseudocode by David Leverton
1 Hi,
2
3 I like the better readability of algorithmic presentation, but its
4 wording is not entirely clear, but maybe I am wrong from solely
5 patch reading. So those are algorithms for the comparison of
6 components (separated by dots). For me it read on first try like a
7 comparison of the whole version string, maybe an introducing sentence
8 like the one you removed is suited:
9
10 -Version specifications are compared component by component, moving
11 from left to right.
12
13 David Leverton <levertond@××××××××××.com>:
14 > --- a/pms.cls
15 > +++ b/pms.cls
16 > @@ -100,7 +100,7 @@
17 > % Enable the below option if you'd like to see both sides of KDEBUILD
18 > % conditionals shown in different colours. Disable it to either fully
19 > % enable or fully disable KDEBUILD. Not compatible with HTML output.
20 > -\setboolean{ENABLE-ALL-OPTIONS}{false}
21 > +\setboolean{ENABLE-ALL-OPTIONS}{true}
22
23 Is this intended?
24
25 V-Li
26
27 --
28 Christian Faulhammer, Gentoo Lisp project
29 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
30
31 <URL:http://gentoo.faulhammer.org/>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-pms] [PATCH 1/2] Rewrite version comparison rules in pseudocode David Leverton <levertond@××××××××××.com>