jackfirth / resyntax

A Racket refactoring engine
Apache License 2.0
56 stars 10 forks source link

Only analyze modified lines of git refs #164

Closed jackfirth closed 1 year ago

jackfirth commented 1 year ago

GitHub pull request reviews can only leave comments on lines the pull request modified. To support that, this PR changes Resyntax's --local-git-repository mode to only analyze the lines that were changed in the given git ref. Other lines in modified files are ignored.