API/ABI break: associate behaviour flags with client object instead of for each function call #105
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ariadne/pkgconf#105
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?
This makes things more consistent and allows for cleaner implementation of some things (like prefix relocation), but breaks ABI. Thusly it cannot go back to 1.1 series.
I think this is the right approach. Also my Perl module already does this, so even it breaks my code it shouldn't break my interface.
And that is that.