public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Johannes Huber <johu@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] EAPI usage
Date: Fri, 31 Aug 2012 11:33:07 +0200	[thread overview]
Message-ID: <2734956.DPl8juOARd@elia> (raw)
In-Reply-To: <201208311103.19398.dilfridge@gentoo.org>

Am Freitag, 31. August 2012, 11:03:06 schrieb Andreas K. Huettel:
> Am Donnerstag, 30. August 2012, 12:57:25 schrieb Rich Freeman:
> > On Thu, Aug 30, 2012 at 6:28 AM, Johannes Huber <johu@gentoo.org> wrote:
> > >> scarabeus suggested the change "dev should use latest eapi when
> > >> bumping"
> > >> to "dev must use latest eapi when bumping if not forbidden by
> > >> eclasses".
> > >> He was asked to bring it up on the mailing lists, to get a better
> > >> definition of when what EAPI should be used.
> > > 
> > > I raised the issue through scarabeus, as in my opinion there is no
> > > reason
> > > to not use latest EAPI. So please discuss.
> > 
> > I can't say I'm a big fan of this.  This requires forcing changes to
> > ebuilds that offer no actual benefit to either the maintainer or the
> > end-users (changes that actually have some benefit to either are
> > likely to be made anyway).  The PM maintainers have chimed in that
> > there is no benefit to PM maintenance from this change.
> > 
> > So, I can't really see what the upside of such a policy is.
> 
> <rant>
> Let's say, we as in Gentoo decide that we're completely sick of keeping all
> that old code out there adjusted to newer and newer gcc versions that are
> more and more critical towards minor details of the c++ standards. So, we
> declare that gcc-4.5 has to be enough for everyone, we'll just keep it in
> tree forever and dont bother anymore with all these superfluous "does not
> build with gcc-4.7" bugs.
> 
> Well, newer gcc versions might have some very minor marginal advantages, but
> they require that we mess with code that has worked for ages. They require
> that we actually give some thought on the evolution of the language
> semantics or nag upstream, but we can't really be bothered with that
> because of limited time. Also, keeping gcc-4.5 will always (trivially) keep
> us backward compatibility... much more important than forward
> compatibility, should porting to a much never future version ever become
> necessary.
> 
> For a real world analogy, serious quakes happen only once a century... why
> should we even bother with improving building codes? I mean, at some point
> in the future things will fall apart anyway. Better dont shake anything in
> between.
> </rant>
> 
> Sorry but I could not really resist... please take it with a grain of salt.
> However, seriously, ...
> 
> Give me one non-trivial ebuild where you can absolutely guarantee that a
> bump from EAPI=0 to EAPI=4 will not enable any improvements (in
> readability, failsafe behaviour and code size for example).
> 
> Last point, if someday the tree contains ebuilds with 7-8 different EAPI's,
> we'll have succeeded in generating an unmaintainable mess (tm). It will not
> be any fun to look up things in PMS anew everytime you edit something. (Was
> the prayer to Paludis only required in EAPI=7 in src_prepare or in EAPI=8
> in pkg_preinst?) This problem could however also be solved by selectively
> phasing out in-between EAPIs (i.e. deprecate EAPIs 1 and 3 asap).

Words of wisdom, nothing to add.

Greetings.

> Cheers,
> Andreas

Cheers,
-- 
Johannes Huber (johu)
Gentoo Linux Developer / KDE Team
GPG Key ID F3CFD2BD


  parent reply	other threads:[~2012-08-31  9:34 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30 10:28 [gentoo-dev] EAPI usage Johannes Huber
2012-08-30 10:57 ` Rich Freeman
2012-08-30 11:29   ` Johannes Huber
2012-08-30 12:30     ` Rich Freeman
2012-08-30 13:04       ` Ian Stakenvicius
2012-08-30 13:14         ` Rich Freeman
2012-08-30 13:28           ` Michael Mol
2012-08-30 19:47             ` Thomas Sachau
2012-08-30 20:05               ` Michael Mol
2012-08-30 20:11                 ` Ciaran McCreesh
2012-08-30 23:58                   ` [gentoo-dev] " Duncan
2012-08-31  0:38                     ` Rich Freeman
2012-08-31  3:33                       ` Duncan
2012-08-31 14:23                         ` Zac Medico
2012-08-31 14:49                     ` Ciaran McCreesh
2012-09-02  0:16                       ` Brian Harring
2012-08-30 13:33           ` [gentoo-dev] " Ian Stakenvicius
2012-08-30 12:37     ` Michael Mol
2012-08-30 12:58       ` Ian Stakenvicius
2012-08-30 13:04         ` Rich Freeman
2012-08-30 13:07           ` Ian Stakenvicius
2012-08-30 13:15             ` Rich Freeman
2012-08-31  9:03   ` Andreas K. Huettel
2012-08-31  9:11     ` Fabian Groffen
2012-08-31  9:27       ` Andreas K. Huettel
2012-08-31  9:33     ` Johannes Huber [this message]
2012-08-31 12:14     ` Rich Freeman
2012-09-02 13:10       ` Andreas K. Huettel
2012-09-02 13:46         ` Rich Freeman
2012-09-02 14:36           ` Michael Orlitzky
2012-09-03  6:19             ` [gentoo-dev] " Duncan
2012-09-04 21:06             ` [gentoo-dev] " Brian Harring
2012-09-05  1:03               ` Michael Orlitzky
2012-09-05 16:15                 ` Mike Gilbert
2012-09-06 17:03                   ` Michael Orlitzky
2012-09-06 17:15                     ` Rich Freeman
2012-09-05 21:29                 ` Brian Harring
2012-09-06 17:16                   ` Michael Orlitzky
2012-09-06 17:59                     ` Rich Freeman
2012-09-06 21:06                     ` Brian Harring
2012-08-30 10:59 ` hasufell
2012-08-30 11:35   ` Johannes Huber
2012-08-30 13:27   ` Andreas K. Huettel
2012-08-30 19:44     ` Thomas Sachau
2012-08-30 21:25       ` Rich Freeman
2012-08-30 22:50 ` hasufell
     [not found] <jEakh-71e-3@gated-at.bofh.it>
     [not found] ` <jEaDE-7a4-9@gated-at.bofh.it>
     [not found]   ` <jEvoJ-5tM-7@gated-at.bofh.it>
     [not found]     ` <jEymC-7yq-9@gated-at.bofh.it>
2012-09-02 10:52       ` Vaeth
2012-09-02 11:13         ` Rich Freeman
2012-09-02 12:03         ` hasufell
2012-09-02 12:33           ` Rich Freeman
2012-09-02 13:23             ` Andreas K. Huettel
2012-09-02 18:04               ` Ciaran McCreesh
2012-09-02 17:54           ` Alexis Ballier
2012-09-02 19:04             ` Michał Górny
2012-09-02 18:02           ` Ciaran McCreesh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2734956.DPl8juOARd@elia \
    --to=johu@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox