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.
Because we are parsing the result of the merge too late, we are getting a different number of parse-errors:
Say that
m = nonestandh=1solves the conflict; this means that here we will try and parseM.lang;which can raise a parse error.
Now say that
m = properdidn't solve the conflict; we exit at once.