ips/pkgtree
Till Wegmueller 8bdc6d6641
Enhance pkgtree with advisor and error analysis modes
- Added advisor mode to analyze package installability with recursive dependency checks.
- Introduced solver error file analysis to diagnose and suggest fixes for specific install issues.
- Updated CLI options to support advisor and solver error analysis functionalities.
- Improved dependency processing logic to filter by applicable dependency types.
- Added support for configurable recursion depth and dependency limits in advisor mode.
- Enhanced graph mode logic to prioritize error analysis and provide better logging for failure cases.
- Included new helper functions for version parsing, dependency constraint extraction, and caching.
- Added tests for version parsing and dependency handling.
2025-08-26 14:53:31 +02:00
..
src Enhance pkgtree with advisor and error analysis modes 2025-08-26 14:53:31 +02:00
Cargo.toml Introduce pkgtree: CLI tool for analyzing IPS package dependency trees 2025-08-26 12:38:36 +02:00