Darjeeling
Darjeeling copied to clipboard
Language-independent, search-based program repair -- just your cup of tea! ☕
This issue tracks the new feature of adding built-in support for the f1x approach presented in the paper "Test-Equivalence Analysis for Automatic Patch Generation".
At https://github.com/squaresLab/Darjeeling/blob/bba5197719d502e6e651dc16ad81383dc32baaf3/src/darjeeling/transformation/classic/base.py#L146 , the list of potential snippets needs to be generated before the generator can yield new element. This can be very inefficient when the viable snippet space is...
These prevent mypy from discovering regressions in certain parts of the code.