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 85282138334 for ; Thu, 25 Apr 2019 09:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB49E09AB; Thu, 25 Apr 2019 09:22:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC40FE09AB for ; Thu, 25 Apr 2019 09:22:16 +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 974A4342654 for ; Thu, 25 Apr 2019 09:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 923F55D3 for ; Thu, 25 Apr 2019 09:22:12 +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: <1556183024.90f48f81ea23366f1140d0f8102a4e8d3752285a.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: 90f48f81ea23366f1140d0f8102a4e8d3752285a X-VCS-Branch: master Date: Thu, 25 Apr 2019 09:22:12 +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: a250293a-a0bb-4292-a0dd-6bcf8c94e46d X-Archives-Hash: c913cc887b1c38135674d9e5346f413b commit: 90f48f81ea23366f1140d0f8102a4e8d3752285a Author: Fabian Groffen gentoo org> AuthorDate: Thu Apr 25 09:03:44 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Apr 25 09:03:44 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=90f48f81 TODO: add note about odd libq/vdb behaviour on pkg_free Signed-off-by: Fabian Groffen gentoo.org> TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 8173a63..ab5acad 100644 --- a/TODO.md +++ b/TODO.md @@ -27,6 +27,8 @@ - q\_vdb\_foreach\_pkg should have variant that takes an atom (or just cat?) to reduce search space, same for cache\_foreach\_pkg +- vdb repo/slot think about when it is freed (see cache\_pkg\_close) + # Atoms - only 32bit values are supported for revision (-r#)