Commit 4215b4b7 authored by Jim Fulton's avatar Jim Fulton

Removed bogus issue.

parent 86740374
......@@ -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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment