Gentoo Archives: gentoo-dev

From: Erik Mackdanz <stasibear@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] RFC: Eclasses and EAPI
Date: Wed, 07 Sep 2016 01:02:33
Message-Id: 87oa408qul.fsf@comms.i-did-not-set--mail-host-address--so-tickle-me
In Reply to: [gentoo-dev] RFC: Eclasses and EAPI by Kristian Fiskerstrand
1 Kristian Fiskerstrand <k_f@g.o> writes:
2 > inherited eclasses. having a whitelist in place and die if eclass is not
3 > updated to handle it solves it.
4 >
5 > Thoughts? comments? cookies? threats?
6
7 Wouldn't a blacklist be more practical than a whitelist?
8
9 root# cat /usr/portage/profiles/eclass.eapi.mask
10
11 fooutils.eclass >=6
12
13 The problem seems infrequent enough that a blacklist is sufficient, like
14 all the *.mask files in /usr/portage/profiles.
15
16 The whitelist places a large testing burden on eclass authors on each
17 EAPI bump, where 99% of the time there won't be any issue to fix.
18
19 Erik

Replies

Subject Author
Re: [gentoo-dev] RFC: Eclasses and EAPI Rich Freeman <rich0@g.o>