Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: Mike Frysinger <vapier@g.o>
Cc: gentoo-dev@l.g.o, Justin Lecher <jlec@g.o>
Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 31 Oct 2015 08:09:13
Message-Id: 20151031090843.19fee262.mgorny@gentoo.org
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/ by Mike Frysinger
1 On Sat, 31 Oct 2015 03:06:21 -0400
2 Mike Frysinger <vapier@g.o> wrote:
3
4 > On 30 Oct 2015 18:20, Michał Górny wrote:
5 > > On Fri, 30 Oct 2015 12:03:59 +0000 (UTC) "Justin Lecher" wrote:
6 > > > commit: df8e399c9bac2dc30d7cf69c2462a81729a3ae69
7 > > > Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
8 > > > AuthorDate: Fri Oct 30 10:18:05 2015 +0000
9 > > > Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
10 > > > CommitDate: Fri Oct 30 12:03:49 2015 +0000
11 > > > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8e399c
12 > > >
13 > > > eclass: Use consistent place for then in if clause
14 > >
15 > > Excuse me but who are you exactly to take a random eclass and commit
16 > > random style changes inside without even bothering to contact
17 > > the author?
18 >
19 > your attitude is wrong and is a great example of why people in the project
20 > are hesitant to touch anything anymore
21 >
22 > > > Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
23 > > >
24 > > > eclass/distutils-r1.eclass | 3 +--
25 > > > 1 file changed, 1 insertion(+), 2 deletions(-)
26 > > >
27 > > > diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
28 > > > index 185dd4f..dbd27a7 100644
29 > > > --- a/eclass/distutils-r1.eclass
30 > > > +++ b/eclass/distutils-r1.eclass
31 > > > @@ -322,8 +322,7 @@ distutils-r1_python_prepare_all() {
32 > > >
33 > > > _distutils-r1_disable_ez_setup
34 > > >
35 > > > - if [[ ${DISTUTILS_IN_SOURCE_BUILD} && ! ${DISTUTILS_SINGLE_IMPL} ]]
36 > > > - then
37 > > > + if [[ ${DISTUTILS_IN_SOURCE_BUILD} && ! ${DISTUTILS_SINGLE_IMPL} ]]; then
38 > >
39 > > This was intentionally wrapped to stay within 72-column line width. Not
40 > > saying the eclass is perfect in keeping text width, especially with
41 > > others committing random changes to it, but that's no reason to
42 > > introduce further offenders.
43 >
44 > Gentoo has never had a hard 80-col rule let alone 72-cols. forcing a wrap
45 > here makes no sense and the new version is an improvement.
46
47 For years, Gentoo was unable to make *any* *sane* *global* rules. Which
48 doesn't mean everything needs to be as crappy as the overall Gentoo
49 'quality'.
50
51 So what's this improvement exactly? 'I like this style better, so it's
52 an improvement'? As I see it, it's a pointless, changing-nothing-really
53 commit that causes huge cache regen for no good reason except someone's
54 fancy.
55
56 --
57 Best regards,
58 Michał Górny
59 <http://dev.gentoo.org/~mgorny/>

Replies