Inter-dependant plugin load order

Robert Collins robertc at robertcollins.net
Tue Sep 25 20:56:21 BST 2007


On Tue, 2007-09-25 at 09:27 -0400, Kevin Light wrote:
> Out of curiosity, has there been any documentation or design details
> on the order of the plug-in loading?  I know that there has been work
> on the user vs. system plug-in load order but what about alphabetical
> ordering within a location?  I guess this might also fall under the
> category of plug-in dependencies.  
> 
> I've done some preliminary searching and have not found any
> discussions.  Are there any guidelines for inter-dependant plug-in
> development?

Same as any python module; if A depends on B it should do 'import B',
and if B is not loaded, it will be loaded at that point.

-Rob
-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070926/a61e31b5/attachment.pgp 


More information about the bazaar mailing list