Parse a range of lines to a diff.
Parse a buffer in the Unified diff format and return the hunks of changes in the targets.
++ b/plugin/mutate/source/dextool/plugin/mutate/backend/database/standalone.d @@ -31,7 +31,6 @@ import std.algorithm : map; import std.array : Appender, appender, array; import std.datetime : SysTime; import std.format : format; -import std.typecons : Tuple;
import d2sqlite3 : sqlDatabase = Database;
@@ -46,7 +45,7 @@ import dextool.plugin.mutate.backend.type : Language; struct Database { import std.conv : to; import std.exception : collectException; - import std.typecons : Nullable; + import std.typecons : Nullable, Flag, No; import dextool.plugin.mutate.backend.type : MutationPoint, Mutation, Checksum;
sqlDatabase db;
MPL-2
Copyright (c) 2018, Joakim Brännström. All rights reserved.