Davide Pesavento

Results 67 comments of Davide Pesavento

> Gcovr 5.1 adds support for function coverage. Usually, execution counts for functions can be merged across different compilation units, since they refer to the same function. But here, we...

Thanks for the clarification. I think I got confused by this earlier comment: > Thus, we have two different functions with the same name: > compilation unit 1: function allpix_module_generator()...

> This is using whatever hunspell dictionaries are installed which cannot be directly tied to a specific date (aside from whenever the user ran emerge). I'm aware of that. And...

Also, should there be a dependency on this package from `qtwebengine`?

> Yeah, I don't have a good way to fix that. We can make the PV match the current Qt release as you suggest. Yeah let's do that please. >...

> Why would DPDK end up in `/usr/include/dpdk`? That's not important. It could be installed anywhere. The point is that the script shouldn't assume a specific location. However, see below...

> I could make `--dpdk=0` option issue a warning instead of an error. > > As you might have noticed, the new check for Linux kernel 5.4 can be bypassed...

Oh yeah, I remember the linker script. But I don't remember why you need to use dlopen instead of linking at compile time. In any case, the linker script is...

[This](https://spdk.io/doc/libraries.html) says > All SPDK libraries have their dependencies specified at object compile time.