warren830 commented on code in PR #3726:
URL:
https://github.com/apache/incubator-devlake/pull/3726#discussion_r1021480979
##########
plugins/refdiff/tasks/commit_diff_calculator.go:
##########
@@ -69,7 +69,8 @@ func CalculateCommitsDiff(taskCtx core.SubTaskContext)
errors.Error {
logger.Info("Create a commit node graph with node count[%d]",
commitNodeGraph.Size())
// calculate diffs for commits pairs and store them into database
- commitsDiff := &code.RefsCommitsDiff{}
+ commitsDiff := &code.CommitsDiff{}
+ finishedCommitDiff := &code.FinishedCommitsDiffs{}
Review Comment:
still confusing with this `finishedCommitDiff`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]