I am actually thinking of splitting up the two functionalities, keeping 'forced_deps' for enforcing a specific loading order of modules that are not proper dependencies of each other, and a similar config parameter called something like 'autoinstall' for triggering the loading of new modules. A module referenced in 'force_deps' should then be autoinstalled, but not the other way around. Reusing 'force_deps' for my purposes may be confusing and could easily lead to a circular dependency.
-- https://code.launchpad.net/~therp-nl/openupgrade-server/7.0-fix_forced_deps/+merge/176709 Your team OpenUpgrade Committers is subscribed to branch lp:openupgrade-server. -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

