diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-11-18 13:20:00 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-11 16:11:15 +0100 |
commit | fa39fe7bfedd0b2e615d369adb5b510ceb9b857f (patch) | |
tree | abf381b007d1816247cab534ac8e2152695ad596 /python/runner | |
parent | dd723bd01634fa5ffc85402ea10947e472b257af (diff) |
Use a more general method for extracting edits
This is a large overhaul of monkey code. Before, only edits within
individual lines were tracked, which required a Prolog-specific method
for splitting a program into a list of lines for every rule. In this
version, modifications can be tracked within arbitrary code ranges.
Ranges to be tracked are determined by selecting "interesting" subtrees
in the AST of the starting code version.
The new method is simpler, less language-dependent and easier to extend.
The downside is that a program must be syntactically correct before we
can attempt to fix it (the previous approach could handle programs with
syntax errors in some cases).
This commit also integrates a call to monkey.fix in prolog_session.hint,
by running it if no other hint is found.
Diffstat (limited to 'python/runner')
0 files changed, 0 insertions, 0 deletions