Mon, 02 Feb 2026 04:36:22 CST | login

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

ID18727
Package Namegolang-gopkg-warnings-0
Version0.1.2
Release1.ocs23
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
StartedMon, 26 Aug 2024 14:04:28 CST
CompletedMon, 26 Aug 2024 14:08:22 CST
Taskbuild (dist-ocs23-epol9, /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-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-gopkg-warnings-0-0.1.2-1.ocs23.src.rpm (info) (download)
noarch
golang-gopkg-warnings-0-devel-0.1.2-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build