nopol icon indicating copy to clipboard operation
nopol copied to clipboard

Kali patches should have a clear diff with only code removal

Open monperrus opened this issue 6 years ago • 3 comments

when angelic value and observed value are all false

monperrus avatar Feb 14 '18 15:02 monperrus

why?

tdurieux avatar Feb 14 '18 17:02 tdurieux

because we spend a lot of time to understand that the Dynamoth condition always evaluates to false.

Let me rephrase:

  • we don't want any synthesis for Kali patch, in particular the Dynamoth synthesis that yields many of them
  • we want Kali-like patches to be output as a diff with only deletion.

monperrus avatar Feb 16 '18 12:02 monperrus

if patch is if (true) then diff should contain the else block removed.

if patch is if (false) then diff should contain the if block removed.

monperrus avatar Jun 08 '18 11:06 monperrus