From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E0F33138B89 for ; Sun, 2 Nov 2014 16:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A41CE0940; Sun, 2 Nov 2014 16:50:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9F1FE0935 for ; Sun, 2 Nov 2014 16:50:12 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 4E9E334045F for ; Sun, 2 Nov 2014 16:50:10 +0000 (UTC) Date: Sun, 2 Nov 2014 08:49:18 -0800 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] depgraph: fix bug #526160 Message-ID: <20141102084918.6fd6251d.dolsen@gentoo.org> In-Reply-To: <1414371954-7512-1-git-send-email-zmedico@gentoo.org> References: <1414371954-7512-1-git-send-email-zmedico@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 4b785030-045f-429c-ae94-5135919dcd48 X-Archives-Hash: 3d5777ab18f9c7429f06501db852f3c8 On Sun, 26 Oct 2014 18:05:54 -0700 zmedico@gentoo.org wrote: > From: Zac Medico > > This fixes _dep_check_composite_db to mask packages that aren't the > highest visible match, but only if an update is desirable. This causes > desirable updates to get pulled in for cases like bug #526160. The > included unit test simulates the virtual/pypy update that triggered > the bug. > > X-Gentoo-Bug: 526160 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=526160 > --- > pym/_emerge/depgraph.py | 21 ++++++++ > pym/portage/tests/resolver/test_virtual_slot.py | 66 > +++++++++++++++++++++++++ 2 files changed, 87 insertions(+) > Looks good, merge away -- Brian Dolbec