drslebedev
drslebedev
Currently, the `Sequence` class uses the type alias `using signed_index_type = std::make_signed_t;` to represent indices. This choice can potentially lead to undefined behavior because of overflows, converting between signed and...
The problem test appears on Github CI/CD and can not be reproduced locally. Here are some error output: ```text You may not have permission to collect perf stats data. Consider...
This test works locally but not on Github CI/CD. One of the assumption is that it has some timing/timeout issues. Here is the link to failing test: https://github.com/fair-acc/gnuradio4/actions/runs/10260701739/job/28403805260
With this issue we want to review the semantic of `Async` ports and clearly define the difference between `Sync` and `Async` cases. #### Number of samples constraints There are two...
### Description: `InputSpan` and `OutputSpan` classes maintain internal states (e.g., `tagsPublished`) that are unique to each instance and not shared among different instances. Copying these objects without proper state management...
There appears to be a potential problem with the `ThreadPool` where not all threads are properly terminated or stopped before a new test begins. This issue was observed in the...