Collect p.buildtool_export_depends when parsing the manifest file#191
Collect p.buildtool_export_depends when parsing the manifest file#191seanyen wants to merge 1 commit intoros-infrastructure:masterfrom
Conversation
|
@dirk-thomas @tfoote I am not sure if the behavior I saw is expected or not. And hope you can take a look and triage my fix. Thanks! |
|
I think The impact of this change is hard to foresee though. I am worried that this change of behavior having might have negative impact in other cases (e.g. tests failing which passed before). It would be good to perform a full build and test on a larger set of packages (like |
|
I just noticed that you are using @seanyen So I am wondering what you are trying to achieve and why you aren't using |
|
@dirk-thomas Sorry for my late reply on this. I was using |
I am not really sure if it is my usage problem or a bug.
Here is a example how I use
rospkg.And in this case, I would expect
ament_cmake_include_directoriesin the resulting list. However, it is not, and it seems to me thatparse_manifest_filedoesn't takebuildtool_export_dependsinto consideration, which smells like a bug to me.