rename rosidl_generator_cpp namespace to rosidl_runtime_cpp#456
rename rosidl_generator_cpp namespace to rosidl_runtime_cpp#456dirk-thomas merged 2 commits intomasterfrom
Conversation
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
|
I accidentally squash merged the PR. Since the intention was to keep the two commits separate (to maintain history) I force pushed to |
|
I just updated my workspace with am I missing something here? I tried compiling with |
|
You might want to check that you have the latest master of this repo as well as all the referenced PRs. If you use a branch on any of them you will likely need to rebase it. |
|
The build is currently failing on a fresh checkout of master from this PR - https://ci.ros2.org/view/All/job/ci_linux/10100/console Edit 1 for context: Built up to Edit 2: but i don't fully understand why this change would cause the breakage, it doesn't seem to have touched |
|
I don't fully grasp the dependencies here:
|
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This was the actual problem - I was already working on the follow up patch to move the I have fixed the problem with the two recently referenced commits which only touch Sorry for the hassle (it didn't help that I went for a bike ride after force push...). |
The headers have been moved in #442 but the directory / namespace has not been updated. This PR does exactly that - update the namespace to match the package name - for the C++ generator / runtime. A similar PR for C will need to follow. All part of the API review in #446 / #447. |
Follow up of #442 as part of #447 to match namespace with the package the name the symbols are defined in.