Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] _slot_operator_update_probe: fix bug #520856
Date: Mon, 01 Sep 2014 17:10:09
Message-Id: 5404A86A.9010206@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] _slot_operator_update_probe: fix bug #520856 by Brian Dolbec
1 On 08/31/2014 07:52 AM, Brian Dolbec wrote:
2 > On Sat, 30 Aug 2014 00:40:20 -0700
3 > Zac Medico <zmedico@g.o> wrote:
4 >
5 >> This fixes the check_reverse_dependencies function (inside the
6 >> depgraph _slot_operator_update_probe method) to account for
7 >> irrelevant parent atoms from parents that need to be rebuilt or have
8 >> been involved in unsolved slot conflicts.
9 >>
10 >> X-Gentoo-Bug: 520856
11 >> X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=520856
12 >> ---
13 >> pym/_emerge/depgraph.py | 35 +++++++++++++++++++++++++++++++----
14 >> 1 file changed, 31 insertions(+), 4 deletions(-)
15 >>
16 >
17 > I like this patch :) it is well commented to explain the logic for
18 > future troubleshooting or changes.
19 >
20 > Since Arfever confirmed it fixed the bug for him, I think this is
21 > clear to merge.
22
23 Thanks for your review. I've pushed this as commit
24 d569a2d7275c65f991ea0e9648edf9458be240fa, and marked bug 520856 as a
25 duplicate of bug 508762.
26
27 --
28 Thanks,
29 Zac