@ChrisTimperley I added the deep_clean function to CatkinInterface. With this functionality I no longer need CatkinMake and I can simply just use CatkinTools, so if you think the repeated functionality is code smell I can return both build and clean back to raise NotImplementedError as before.
@ChrisTimperley I added the
deep_clean
function toCatkinInterface
. With this functionality I no longer needCatkinMake
and I can simply just useCatkinTools
, so if you think the repeated functionality is code smell I can return bothbuild
andclean
back toraise NotImplementedError
as before.