You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed result or behaviour:
PR #258 cleaned-up some local variable name prefixes. However, that introduced a name clash inside a function rendering a check useless.
Expected result or behaviour:
Do a proper check.
Conditions where it occurred / Performed steps:
In file /iceoryx_posh/source/roudi/roudi_process.cpp inside bool ProcessManager::removeProcess(...) fix
...
auto name = it->getName();
if (name == name)
...
The text was updated successfully, but these errors were encountered:
marthtz
changed the title
Name clash
Name clash in RouDi process removeProcess()
Sep 7, 2020
marthtz
added a commit
to marthtz/iceoryx
that referenced
this issue
Sep 7, 2020
Required information
Operating system:
General issue
Compiler version:
General issue
Observed result or behaviour:
PR #258 cleaned-up some local variable name prefixes. However, that introduced a name clash inside a function rendering a check useless.
Expected result or behaviour:
Do a proper check.
Conditions where it occurred / Performed steps:
In file
/iceoryx_posh/source/roudi/roudi_process.cpp
insidebool ProcessManager::removeProcess(...)
fixThe text was updated successfully, but these errors were encountered: