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
When I have a workspace with a circular build_depend, and I attempt to catkin build it, I get the expected behaviour:
[build] Found '2' packages in 0.0 seconds.
[build] Error: The workspace packages have a circular dependency, and cannot be built. Please run `catkin list --deps` to determine the problematic package(s).
However, when my workspace has a circular exec_depend, the build step simply hangs:
[build] Found '2' packages in 0.0 seconds.
[build] Updating package table.
When I have a workspace with a circular
build_depend
, and I attempt tocatkin build
it, I get the expected behaviour:However, when my workspace has a circular
exec_depend
, the build step simply hangs:This is with catkin_tools 0.4.4.
Minimum working example: https://github.com/mikepurvis/catkin_tools_439
The text was updated successfully, but these errors were encountered: