aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/overrides.example
AgeCommit message (Collapse)AuthorFilesLines
2026-07-14test-build: make drop: satisfy a dep at resolution timeDanilo M.1-2/+5
Previously drop: only filtered the resolved build order, so an external dep with no dir in the tree (a 15.0-only SBo package like rust-opt) was flagged UNMET before the order filter ran, and drop: could never rescue it. Move the OV_DROP check into _resolve_visit: a dropped token is now skipped entirely (no recurse, no UNMET, no order entry), satisfying 15.0-only deps that the -current base already provides. Still inert on 15.0. Add self-check coverage and clarify overrides.example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13test-build: current-vs-stable override engineDanilo M.1-0/+13