Spec URL: https://rathann.fedorapeople.org/review/golang-gopkg-warnings-0/golang-gopkg-warnings-0.spec SRPM URL: https://rathann.fedorapeople.org/review/golang-gopkg-warnings-0/golang-gopkg-warnings-0-0.1.2-1.fc27.src.rpm Description: A recurring programming pattern pattern is to allow interrupting the flow on any received error. But what if there are errors that should be noted but still not fatal, for which the flow should not be interrupted? Implementing such logic at each if statement would make the code complex and the flow much harder to follow. Package warnings provides the Collector type and a clean and simple pattern for achieving such logic. The Collector takes care of deciding when to break the flow and when to continue, collecting any non-fatal errors (warnings) along the way. The only requirement is that fatal and non-fatal errors can be distinguished programmatically. Fedora Account System Username: rathann
Spec URL: https://rathann.fedorapeople.org/review/golang-gopkg-warnings/golang-gopkg-warnings.spec SRPM URL: https://rathann.fedorapeople.org/review/golang-gopkg-warnings/golang-gopkg-warnings-0.1.2-1.fc27.src.rpm Dropped -0 from package name, this is the latest (and only) version.
- Latest version packaged - License ok - Builds in Mock - No rpmlint errors - Conforms to the Packaging Guidelines Package approved.
(fedrepo-req-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-gopkg-warnings
Imported and built for rawhide. Thanks for the review!