You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tags api)!: return number of tags removed by delete operations (#178)
## Description
It's a huge footgun to silently return `Ok(())`, even when no tags are
actually removed. Returning the number of tags removed. Also adds
documentation calling out this behaviour.
## Breaking Changes
breaks the return value of the tags API
## Notes & open questions
Should we do this with rename, and other mutating operations?
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
---------
Co-authored-by: Ruediger Klaehn <[email protected]>
0 commit comments