Open ahawkins opened 12 years ago
Does additional_dependencies not work as it stands?
@wagenet it did IIRC if you explicitly declared all the required files. This PR takes that step out and make require
detection automatic.
@wagenet @wycats ping, this should really be merged.
All tests pass at the moment. I'm currently looking for a way to refactor the relationship between the
NeuterFilter
,NeuterWrapper
andNeuterBatch
because the code feels very odd. It's especially odd since now there additional responsibilities to implementadditional_dependencies
.