Darjeeling icon indicating copy to clipboard operation
Darjeeling copied to clipboard

Language-independent, search-based program repair -- just your cup of tea! ☕

Results 73 Darjeeling issues
Sort by recently updated
recently updated
newest added

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".

feature

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...

enhancement
performance

These prevent mypy from discovering regressions in certain parts of the code.

refactoring