From 6f594976d019fd1cc8256602e9dc6d2c15f46627 Mon Sep 17 00:00:00 2001
From: jim <jim@62d5b8a3-27da-0310-9561-8e5933582275>
Date: Wed, 7 Jun 2006 22:52:39 +0000
Subject: [PATCH] Added ignores for various computed files.

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68518 62d5b8a3-27da-0310-9561-8e5933582275
---
 todo.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/todo.txt b/todo.txt
index 495d7946..d7c1c14a 100644
--- a/todo.txt
+++ b/todo.txt
@@ -38,3 +38,20 @@
 
 - Logging
 
+Issue:
+
+- If recipes require zc.buildout, there are weird problems for the
+  tests, because we'll try to get zc.buildout when the test runs the
+  recipe and there might not be a convenient way for it to do that.
+
+  This is really a case of "plugins".  A plugin system has to be
+  prepared to dynamically find eggs of the thing doing the plugging.
+  This is a potential problem for my plan of just including eggs (or
+  link dests) in generated script paths, as that would prevent a
+  plugin system from finding the eggs already loaded.  We really need
+  to include the egg dirs as well.  This feels a bit weird.
+
+  Suppose you have some package, X and X supports plugins.  If X loads
+  a plugin and the plugin requires X, then we need to be able to find
+  X's egg.  Furthermore, if we upgrade the plugin when we find it, we
+  will end up upgrading X, which makes no sense.  
-- 
2.30.9