From bae5f223e0fd2446c8d28a64a14cb7e1b66a2db5 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 31 May 2011 11:19:19 +0200 Subject: [PATCH] [todo] update TODO --- docs/TODO | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/TODO b/docs/TODO index 6685e2e1b..88731f2ac 100644 --- a/docs/TODO +++ b/docs/TODO @@ -2,18 +2,18 @@ Backlog (raw) 1.0: - - entropy.services: refactoring - rewrite UGC using HTTP protocol + - make possible to embed ebuild content inside db repo (and drop old schema checks) - - add disabled_useflags metadatum and fixup __filterUse() - - python3.x tests - entropy ugc fixes - - - evaluate or-dependencies after complete dependency graph calculation. - definitely fixes or dependencies + - graph improvements: + - graph with or dependencies support + - graph with weighted edges (nvidia-userspace:0 must not collide with something + already pulled in) - complete README + - when upgrading branch, drop packages.db.critical break backward compat: - enable baseinfo-extrainfo-2010 tables - conditional deps support, implement in entropy.spm, class is there (add unit test) + test removal (reverse deps could be problematic?) -- add resolved dep + instead of full conditional?