VictorCMiraldo / hdiff

Hash-based Diffing for AST's
MIT License
74 stars 3 forks source link

Delayed parse-error on datapoint #28

Open VictorCMiraldo opened 4 years ago

VictorCMiraldo commented 4 years ago

Because we are parsing the result of the merge too late, we are getting a different number of parse-errors:

Say that m = nonest and h=1 solves the conflict; this means that here we will try and parse M.lang; which can raise a parse error.

Now say that m = proper didn't solve the conflict; we exit at once.