Information for build golang-gopkg-warnings-0-0.1.2-1.oc9

ID30175
Package Namegolang-gopkg-warnings-0
Version0.1.2
Release1.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-gopkg-warnings-0.git?.#6d880b10dc2949f9b97f016b8e4c1e4a7faa884b
SummaryImplements error handling with non-fatal errors (warnings)
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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedSat, 21 Sep 2024 03:11:54 CST
CompletedSat, 21 Sep 2024 03:14:21 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-gopkg-warnings-0.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-gopkg-warnings-0.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
golang-gopkg-warnings-0-0.1.2-1.oc9.src.rpm (info) (download)
noarch
golang-gopkg-warnings-0-devel-0.1.2-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build