ros-infrastructure / rosdistro

Tools to work with catkinized rosdistro files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse depends on not working for Source Dependency Walker

tspicer01 opened this issue · comments

The get_depends_on and get_recursive_depends_on are not working for a SourceDependencyWalker.
The functions are trying to pull the repo from the release_repository which in our case doesn't exist as we have only the source.

Proposal
Have a new function _get_repo that can be used internally and overridden in the SourceDependencyWalker to return the repo depending on the object that is being used. This will allow for the SourceDependencyWalker to use the parent functions.

Addressed by #106.