Components what-changed completed.

Now to move on to the document and finally some perform stress testing.

AND THEN! we're done with this MF. Jesus H Christ, what a mission.
This commit is contained in:
Dave Shanley
2022-11-15 13:21:19 -05:00
parent f66c77ccb5
commit 12594fdf1c
6 changed files with 909 additions and 36 deletions

View File

@@ -224,7 +224,9 @@ func CheckMapForChanges[T any, R any](expLeft, expRight map[low.KeyReference[str
return
}
// run comparison.
chLock.Lock()
expChanges[k] = compareFunc(p[k].Value, h[k].Value)
chLock.Unlock()
doneChan <- true
}