enforce pkg_t::conflicts as part of formal graph verification #13
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ariadne/pkgconf#13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
right now we don't do anything with conflicts as we don't really need to, but we should enforce conflicts as depgraph breaks so our behaviour matches pkg-config's.
we should have --ignore-conflicts and PKG_CONFIG_IGNORE_CONFLICTS env var to maintain the current behaviour.
conflicts support has been added, and it passes my tests.