Adi
Adi
I encountered this problem on the latest raspian too.
I found this regex a bit suspicious, how does it work for 0.10 and 0.11 when they are not in 0-9? Or does it only match the first digit? https://github.com/ElektraInitiative/libelektra/blob/dbbe4ae4f669c322a8f95f59112d3f5fc370bbd9/scripts/release/release.sh#L123...
> As far as I can tell everything worked as it was supposed to? I see, so it is a manual step and we can close this. Thank you for...
## Fedora32 Docker image analysis So I did a small investigation on the "scripts/docker/fedora/32/Dockerfile" image. I analyzed its layers and most of the size comes from all the packages installed....
### FLOSS H1 ## Triage ### 1. enable tests again First I removed the flag -E in the Jenkins file in the function ctest() to no longer skip the tests....
I force pushed to rebase my commits. It looks like you already have a mypy check in the python linting action, so I guess this is obsolete or did I...
I was thinking about that, but hard to make a decision on what you want/need. I can add some reasonable ones.
There is some inconsistencies with return types. For example BaseHandle.controlWrite returns `int` and PandaSpiHandle.controlWrite returns `bytes`. Because of the general function _transfer, which does read and write inside one function....

Need to ignore now the tests folder with pylint I guess?