Marcus Müller

Results 137 issues of Marcus Müller

Signed-off-by: Marcus Müller

## Description This way, Python code using GNU Radio blocks has the same type propagation behaviour as numpy 2, no matter whether it's using numpy 1 (>=1.24.0) or 2. Background...

QA
Python3
No Backport
Backport-3.10

## Description Numpy 2 changed type propagation rules (see PR #7465, which should make the failures we see on a numpy2 builder happen on numpy1 builders, as well). This fixes...

Python
QA
Bug Fix

## Description Oversight on my side: new statedir is used for saving hier-blocks, but not for reading them ## Related Issue main version of maint-3.10 #7454 ## Which blocks/areas does...

GRC
Bug Fix
ported-to-3.10

## Description Due to an oversight of mine, while *saving* hier blocks put them in the "new" path, looking for hier blocks wasn't changed. ## Related Issue reported on Development...

GRC
Don't Merge
Bug Fix

### Steps to reproduce 1. I'm using an EMS-hosted element web 1.11.42 2. As usual, I opened a second tab to go to the element URL in order to handle...

T-Enhancement

Trying to compile c01c93ccfbaafe7ab0674910469d154c8d007288 using -DCMAKE_BUILD_TYPE=RelWithDebInfo -GNinja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang on Fedora 40's default clang; failing with ```text -- Is block registry enabled? (faster compile-times and when runtime or Python...

This is just to test whether CI will deal correctly with clang-tidy / git refs . **Don't merge**.

Don't Merge

cpu_hog: don't use non-reentrant rand() in threads, do smth with result Previously, stress -c did a terrible job at actually loading the CPU; it was idle most of the times:...

# The problem Since the purpose of `stress -c` is to put real load on the specified number of CPU cores, it's desirable that of these CPU cores, pipelines don't...