Closed andre15silva closed 9 months ago
should we unwip and merge?
Sure @monperrus !
Note that the bug is not totally fixed since there are still cases where, even if one of the versions has syntax errors, "no AST change" is outputted. See https://github.com/SpoonLabs/gumtree-spoon-ast-diff/issues/305
thanks @andre15silva
In cases where there are some syntax errors, gumtree-spoon-ast-diff outputs "no AST change"
This PR fixes that. Right now, only the most serious cases are fixed. If there are subtle syntax errors like missing a ";" or ")" and the rest matches, it will still output "no AST change" :/