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
is not actually used anywhere in the code. So setting this option has no affect on the job.
I'm not sure exactly how to fix the argument because I don't understand the purpose of the --white-space-in option, which is coupled to determining the actual workspace named used:
I'm not sure exactly how to fix the argument because I don't understand the purpose of the --white-space-in option, which is coupled to determining the actual workspace named used:
The purpose of --white-space-in is to test out that our build and install stack (colcon and ament) handle whitespaces in paths properly. This is particularly relevant on Windows, where whitespaces are often found in paths.
That said, I'm guessing that this option is rarely, if ever, used. I'd be OK with removing the option altogether; while we should test whitespaces-in-path somehow, this doesn't seem like the right way to do it. Thoughts from anyone else?
Looking at the code we see that the argparse option declared here:
ci/ros2_batch_job/__main__.py
Lines 238 to 240 in eb8d0ad
is not actually used anywhere in the code. So setting this option has no affect on the job.
I'm not sure exactly how to fix the argument because I don't understand the purpose of the
--white-space-in
option, which is coupled to determining the actual workspace named used:ci/ros2_batch_job/__main__.py
Line 427 in eb8d0ad
If I'm not mistaken, this section of code is relevant as well:
ci/ros2_batch_job/__main__.py
Lines 267 to 270 in eb8d0ad
Here are other references to the option I could find:
ci/job_templates/ci_job.xml.em
Line 123 in eb8d0ad
ci/job_templates/ci_job.xml.em
Line 265 in eb8d0ad
ci/job_templates/ci_job.xml.em
Line 368 in eb8d0ad
The text was updated successfully, but these errors were encountered: