From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87754138350 for ; Fri, 21 Feb 2020 08:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 091FCE085D; Fri, 21 Feb 2020 08:18:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C2A3E085D for ; Fri, 21 Feb 2020 08:18:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80B6034E106 for ; Fri, 21 Feb 2020 08:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 020C7AF for ; Fri, 21 Feb 2020 08:18:02 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1581361370.570a944b6db950bd27faf62b6aa63aef8b69b379.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: TODO.md X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 570a944b6db950bd27faf62b6aa63aef8b69b379 X-VCS-Branch: master Date: Fri, 21 Feb 2020 08:18:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f50709ee-6ae7-472f-a9ae-08b5e39d41cb X-Archives-Hash: 42303e12d27b226bf8b38d43bcb106da commit: 570a944b6db950bd27faf62b6aa63aef8b69b379 Author: Fabian Groffen gentoo org> AuthorDate: Mon Feb 10 19:02:50 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Feb 10 19:02:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=570a944b TODO: add note aboute qsearch test Signed-off-by: Fabian Groffen gentoo.org> TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index fc10f26..2cce64a 100644 --- a/TODO.md +++ b/TODO.md @@ -26,6 +26,10 @@ the cache (set), as frequently happens in dependency calculations - tree\_{open,close}\_cat can be made static afterwards +# tests +- add test for qsearch to avoid repetitions like + https://bugs.gentoo.org/701470 + # qmerge - dep resolver needs spanktastic love. - needs safe deleting (merge in place rather than unmerge;merge)