> On 4 Apr 2018, at 18:02, Marcus Denker <[email protected]> wrote:
>
> Hi,
>
> Some code is very “active”, executed all the time, e.g. collections,
> graphics… or imagine if you work on the compiler or debugger.
>
> It would really be nice if we could test a change before accepting it.
> Something like “Accept for Test” where magically the original method
> does not change, yet, when running tests, the version of the code we accepted
> for testing is executed.
>
here is a version done using a Calypso command:
https://github.com/pharo-project/pharo/pull/1372
missing:
-we need to have some visual clue in the footer
- a tool that lists all “accepted for test” method with the possibility
to “commit” all at once.
Marcus