summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/resolver/circular_dependency.py
Commit message (Collapse)AuthorAgeFilesLines
* Use bool(digraph) instead of empty()/is_empty().Zac Medico2011-06-021-1/+1
|
* Use Package.use.force/mask attributes.Zac Medico2010-11-201-3/+1
|
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+0
|
* If there are circular dependencies, and circular_dependency_handlerZac Medico2010-08-281-0/+15
| | | | | | doesn't have a message, eliminate root nodes before calling digraph.debug_print(). If --debug is enabled then do this even if circular_dependency_handler has a message.
* circular dependency handler: Add support for REQUIRED_USESebastian Luther2010-08-201-13/+31
|
* circular dependency handler: Small code clean upsSebastian Luther2010-08-201-5/+6
|
* Move the clever parts of depgraph._show_circular_deps into its own module.Sebastian Luther2010-08-191-0/+227
This also fixes some bugs related to autounmask.