joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.51k stars 370 forks source link

Generalize non standard heuristics #282

Open joxeankoret opened 9 months ago

joxeankoret commented 9 months ago

Some heuristics aren't in the file diaphora_heuristics.py because they contain some logic that cannot be trivially/easily ported to the logic of having a long list of dictionaries with SQL queries. Write a new mechanism to accommodate most/all such heuristics.

PS: I'm excluding those heuristics that are purely procedural and aren't exactly a set of SQL queries.