On Wed, Sep 2, 2015 at 2:13 PM, Marcus Denker <[email protected]> wrote: > >>>> Imagine, this is a functionality (I think) no other system has! >> >> >> Yes but we should make it pluggable. >> > Yes! > >> >> I would like something that says >> before all the tests were green and after these automatic changes >> they are also green :) > > > Exactly, that's what I implemented: you run the tests and all code covered > will be transformed automaticallly
Ahh. I thought you were thinking of doing it in normally executing code. Doing it while running tests makes more sense. It only occurs on a specific user action. If you start with clean packages, all changes can be reviewed. cheers -ben
