Thu, 29 Jan 2026 20:50:17 CST | login

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

ID37322
Package Namegolang-gopkg-warnings-0
Version0.1.2
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-gopkg-warnings-0.git?.#c74eea0e856ddd0835916132ba5f581a93937767
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 04:39:04 CST
CompletedFri, 13 Jun 2025 04:46:14 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
epol9-test-compose
RPMs
src
golang-gopkg-warnings-0-0.1.2-2.oc9.src.rpm (info) (download)
noarch
golang-gopkg-warnings-0-devel-0.1.2-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
aarch64
dnf.log
dnf.librepo.log
dnf.rpm.log
state.log
root.log
hw_info.log
mock_output.log
build.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jun 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.2-2 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build