[Checkins] SVN: zc.buildout/trunk/todo.txt Removed bogus issue.

Jim Fulton jim at zope.com
Wed Jun 7 19:24:43 EDT 2006


Log message for revision 68519:
  Removed bogus issue.
  

Changed:
  U   zc.buildout/trunk/todo.txt

-=-
Modified: zc.buildout/trunk/todo.txt
===================================================================
--- zc.buildout/trunk/todo.txt	2006-06-07 22:52:39 UTC (rev 68518)
+++ zc.buildout/trunk/todo.txt	2006-06-07 23:24:43 UTC (rev 68519)
@@ -37,21 +37,3 @@
 - Local download cache
 
 - 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.  



More information about the Checkins mailing list