eclipse / repairnator

Software development bots for Github. Join the bot revolution! :star2::robot::star2::revolving_hearts:
MIT License
384 stars 83 forks source link

Flacoco integration with SequenceR #1239

Open andre15silva opened 3 years ago

andre15silva commented 3 years ago

As far as I understood, GZoltar is used through Astor (https://github.com/eclipse/repairnator/blob/master/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/repair/sequencer/detection/AstorDetectionStrategy.java) in the sequenceR mode.

This means that, once https://github.com/SpoonLabs/astor/pull/323 is merged, it will automatically use flacoco, as it will become the default fault localization mode.

monperrus commented 3 years ago

Nice.

monperrus commented 3 years ago

FTR https://github.com/SpoonLabs/astor/pull/323 is merged

monperrus commented 3 years ago

Do we need to push a new version of Sequencer image on Dockerhub?

andre15silva commented 3 years ago

Yes, but before we need to release a new version of https://github.com/SpoonLabs/astor and a new version of repairnator. (see https://github.com/SpoonLabs/astor/issues/333)