Doing this properly will eliminate a class of failures in (among others) Inline::Pdlapp deps, where the smoker has the prereq (Inline::Pdlapp) in a local-lib, which the existing filter doesn't find.
I have made this be a method call. I am also putting the same logic (and in fact code) in Inline. If that is accepted and released, it could remain a method call, but deleting the local implementation, with an updated dep.
Doing this properly will eliminate a class of failures in (among others)
Inline::Pdlapp
deps, where the smoker has the prereq (Inline::Pdlapp
) in a local-lib, which the existing filter doesn't find.I have made this be a method call. I am also putting the same logic (and in fact code) in
Inline
. If that is accepted and released, it could remain a method call, but deleting the local implementation, with an updated dep.