Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: Zac Medico <zmedico@g.o>
Cc: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Split @selected into @selected-packages and @selected-sets
Date: Mon, 01 Dec 2014 06:30:23
Message-Id: 20141201073011.318241c6@pomiot.lan
In Reply to: Re: [gentoo-portage-dev] [PATCH] Split @selected into @selected-packages and @selected-sets by Zac Medico
1 Dnia 2014-11-30, o godz. 17:52:29
2 Zac Medico <zmedico@g.o> napisał(a):
3
4 > On 11/30/2014 03:04 PM, Michał Górny wrote:
5 > > Split the big @selected set into separate @selected-packages for plain
6 > > packages and @selected-sets for subsets. The @selected set is still
7 > > provided as compatibility wrapper for both, though the new sets are
8 > > preferred for more flexibility.
9 >
10 > LGTM.
11 >
12 > Later, we might replace WorldSelectedSet with this:
13 >
14 > [selected]
15 > class = portage.sets.base.DummyPackageSet
16 > packages = @selected-packages @selected-sets
17 >
18
19 I've tried but the current code relies on using 'selected' a lot,
20 and DummyPackageSet isn't mutable.
21
22 --
23 Best regards,
24 Michał Górny