Christophe Bedard
Christophe Bedard
> * for aggregation / sibling files we want to make sure that the entries don't collide (either error or warn about it if they do) and Indeed. In this...
@dirk-thomas friendly ping. What's the next step?
> Here is a thought on the approach for aggregation. Would it be easier to add a vcs client for type: vcs? While probably not impossible, I'm not sure that...
> Sorry if I was not clear. I was suggesting a way to do recursive aggregation where a VCS input file can include children VCS input files. So a repo...
I worked on this exact feature and have a working prototype, see here: https://github.com/dirk-thomas/vcstool/pull/148 Unfortunately, it didn't go anywhere as far as merging it into this repo.
It might be possible to extract this feature into a separate tool that takes the "extension" repos file as an input and outputs the combined repos file. Then you could...
@esteve yes the PR is pretty complete. I think the repo is in light maintenance mode, since Dirk has stopped needing this tool. Maybe @dirk-thomas would be open to letting...
@esteve should probably bring this up in a https://github.com/ros2/ros2 issue. I think Dirk is enjoying life these days :smile:
No progress unfortunately.
We need to register a callback with `PLUGIN_FINISH_DECL` instead of `PLUGIN_FINISH_PARSE_FUNCTION` to process `#include`d headers/function declarations (including system headers): https://github.com/gcc-mirror/gcc/blob/d64584d2fbe79b34e7176681a9d9f85851628ce8/gcc/plugin.def#L32-L33 However, even if the instrumentation gets enabled following a match...