Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] More compact EAPI tables?
Date: Mon, 16 Feb 2015 15:28:08
Message-Id: 21730.3201.566598.688184@a1i15.kph.uni-mainz.de
1 There are many of them, and they have grown 7 rows. How about
2 compacting them a little, by combining rows with identical behaviour?
3
4 For example, "Table 11.8: Banned commands" currently looks like this:
5
6 --------------------------------
7 EAPI Command banned?
8 dohard dosed einstall
9 --------------------------------
10 0 No No No
11 1 No No No
12 2 No No No
13 3 No No No
14 4 Yes Yes No
15 5 Yes Yes No
16 6 Yes Yes Yes
17 --------------------------------
18
19 This could be changed to:
20
21 --------------------------------------
22 EAPI Command banned?
23 dohard dosed einstall
24 --------------------------------------
25 0, 1, 2, 3 No No No
26 4, 5 Yes Yes No
27 6 Yes Yes Yes
28 --------------------------------------
29
30 At the same time, I would drop usage of the teletype font for EAPI
31 names, because this isn't handled consistently anyway.
32
33 Ulrich

Replies

Subject Author
Re: [gentoo-pms] More compact EAPI tables? Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>