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 2405F1384C0 for ; Sun, 30 Aug 2015 20:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A17C814294; Sun, 30 Aug 2015 20:02:42 +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 2DD621427F for ; Sun, 30 Aug 2015 20:02:42 +0000 (UTC) Received: from localhost (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 6487A34090F for ; Sun, 30 Aug 2015 20:02:41 +0000 (UTC) Date: Sun, 30 Aug 2015 13:02:37 -0700 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] emerge --search: fix duplication of results (bug 559044) Message-ID: <20150830130237.65c038b2.dolsen@gentoo.org> In-Reply-To: <1440826523-26000-1-git-send-email-zmedico@gentoo.org> References: <1440826523-26000-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: c3692fb7-57b2-4f0b-820c-e7bad0727e8e X-Archives-Hash: a53c7497a349b951d5d5c4679a23cfa3 On Fri, 28 Aug 2015 22:35:23 -0700 Zac Medico wrote: > Fix search._cp_all() to ensure sorted input for MultiIterGroupBy. > Add a boolean "sort" keyword argument to all dbapi.cp_all() > implementations, and set defaults for backward compatible behavior. > > X-Gentoo-Bug: 559044 > X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=559044 > Signed-off-by: Zac Medico > --- > pym/_emerge/PackageVirtualDbapi.py | 4 ++-- > pym/_emerge/search.py | 3 ++- > pym/portage/dbapi/IndexedPortdb.py | 4 ++-- > pym/portage/dbapi/IndexedVardb.py | 6 +++--- > pym/portage/dbapi/__init__.py | 4 ++-- > pym/portage/dbapi/bintree.py | 4 ++-- > pym/portage/dbapi/porttree.py | 6 ++++-- > pym/portage/dbapi/vartree.py | 4 ++-- > pym/portage/dbapi/virtual.py | 4 ++-- > 9 files changed, 21 insertions(+), 18 deletions(-) > Looks fine, Thanks -- Brian Dolbec