Martchus
Martchus
* Avoid implicit signedness conversions where possible * Avoid c-style casts * Avoid warnings about bypassing virtual dispatch in destructors
* Submit [existing packages](https://build.opensuse.org/project/show/home:mkittler) to Tumbleweed * Note: This also covers my other projects and required dependencies. ## TODOs and checklist 1. Find appropriate devel projects: * [x] [c++utilities](https://github.com/Martchus/cpp-utilities): devel:libraries:c_c++...
So far language/locale specifications are extracted from various formats/places as-is. That means with this information can not be dealt with in a format-independent manner. It would make sense to at...
See https://progress.opensuse.org/issues/111254 and particular commit messages
See particular commit messages and https://progress.opensuse.org/issues/111473
* Avoid additional space before comma * Improve formatting
Syncthing sometimes re-generates its HTTPs certificate: ``` [INFO] Loading HTTPS certificate: certificate will soon expire [INFO] Creating new HTTPS certificate [INFO] TCP listener ([::]:22000) starting ``` At this point this...
The variable `$testsuite_name` might be `undef` if the spec is an empty hash leading to: ``` Use of uninitialized value $testsuite_name in hash element at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/JobGroups.pm line 413. ``` We...
* Render the result of all text results (not just softfailures) on the server via the `rendered_refs_no_shortening` helper that is also already used in `viewtext.html`. * Remove the condition `...