Implement package resolve logic fixes

This commit is contained in:
AI Bot
2026-04-17 18:24:14 +02:00
committed by Riyyi
parent 536a8d5ccb
commit 4143a23c91
3 changed files with 48 additions and 49 deletions
@@ -1,7 +1,7 @@
## 1. Fix Resolve Function Logic
- [ ] 1.1 Change initialization: start packages with Exists: false instead of true
- [ ] 1.2 Reorder to check sync DBs BEFORE local DB
- [ ] 1.3 Separate availability check (sync DBs) from installation check (local DB)
- [ ] 1.4 Add AUR fallback for packages not in sync DBs
- [ ] 1.5 Validate all packages have either Exists or InAUR before returning
- [x] 1.1 Change initialization: start packages with Exists: false instead of true
- [x] 1.2 Reorder to check sync DBs BEFORE local DB
- [x] 1.3 Separate availability check (sync DBs) from installation check (local DB)
- [x] 1.4 Add AUR fallback for packages not in sync DBs
- [x] 1.5 Validate all packages have either Exists or InAUR before returning