Open brodieG opened 6 years ago
Not sure this is worth it. Many of the tests have diffobj output embedded in them, so we would have to redo all of them in order to be able to truly build independent of diffobj. Something to aspire to, and something that should have been more strongly considered at the beginning.
Main complication is to figure out if there is a way to automatically use diffobj if it is available without requiring at a minimum a
suggests
dependency. We really need to avoid this so that we can buildunitizer
withoutdiffobj
installed, and this should not be a big deal because the diff piece is really a separate bit.Maybe we can have
unitizer
create aobjects_to_diff
class, anddiffobj
adiffPrint
ordiffObj
method for two of those? Thendiffobj
enhancesunitizer
?