-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git: add line changes detection #77
Comments
Luolc
changed the title
git component: add line changes detection
git: add line changes detection
Aug 16, 2017
Why do we need the number of changed lines instead of the line numbers that changed? |
Luolc
added a commit
to Luolc/regression-tool
that referenced
this issue
Aug 16, 2017
Luolc
added a commit
to Luolc/regression-tool
that referenced
this issue
Aug 16, 2017
Luolc
added a commit
to Luolc/regression-tool
that referenced
this issue
Aug 16, 2017
My expression was wrong. I updated the first post. |
Luolc
added a commit
to Luolc/regression-tool
that referenced
this issue
Aug 16, 2017
Luolc
added a commit
to Luolc/regression-tool
that referenced
this issue
Aug 16, 2017
Luolc
added a commit
to Luolc/regression-tool
that referenced
this issue
Aug 17, 2017
Luolc
added a commit
to Luolc/regression-tool
that referenced
this issue
Aug 17, 2017
rnveach
pushed a commit
that referenced
this issue
Aug 17, 2017
Fix was merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to update
GitChange
. Add a field to store the line numbers of the changed code.And update
DiffParser
to let it be able to detect line changes.The text was updated successfully, but these errors were encountered: