Marcus Müller

Results 470 comments of Marcus Müller

https://gist.github.com/marcusmueller/c3d28f6a3c6ba701cc963aeb83797fba Note the non-redness: ![chunkstosymbols](https://github.com/gnuradio/gnuradio/assets/958972/75a7de30-78ba-4bb7-8550-0cbf2c983774)

@krono-i2 no, see the second entry: this is due a shortcoming of the bindings. PRs welcome!

on most Linux distros where ccache is installed, it does get used automatically: ```shell git clone https://github.com/gnuradio/gnuradio mkdir gnuradio/build-defaultconfig cd gnuradio/build-defaultconfig cmake .. grep CMAKE_CXX_COMPILER CMakeCache.txt ``` yields ```cmake CMAKE_CXX_COMPILER:FILEPATH=/usr/lib64/ccache/c++...

By the way, @willcode: > Our CI does not have ccache installed, based on the cmake output in the logs. It wouldn't have any effect on CI anyway since that's...

Debian? Interesting! So, we're now a bit on a crossroads: 1. We change nothing, and ccache is opt-in on debian, and opt-out on Fedora, Ubuntu, it seems, through setting `-DCMAKE_CXX_COMPILER_LAUNCHER`...

Need to be reproduced, and probably be part of the CI

need to have a sensible test suite for this. I *think* we fixed the python problem for these functions, but whether that addresses the issue here: determining that would require...

Aang23 reproduced this issue on current git; further investigation ongoing

This is too big an issue to tackle right now, but my guess is that the answer here is twofold: 1. Python blocks are still a bit problematic, because all...