Closed m-kubis closed 11 months ago
This issue was fixed by the author of the issue in the PR #31. Version 1.8.1 contains the fix.
Thanks for the contribution @m-kubis š š š š š
Thanks for the quick reaction and an immediate release.
As I understand it, he core trigger for the diff to identify the change is https://github.com/leandroBorgesFerreira/dag-command/blob/d9c985d094ac7c0feaa7e96fdc25fb5caa4386ab/src/main/kotlin/io/github/leandroborgesferreira/dagcommand/logic/ChangedModules.kt#L9
According to the GIT doc though, up to 3% of the changes are outright ignored:
https://git-scm.com/docs/git-diff#Documentation/git-diff.txt-ltlimitgt
This causes a bug resulting in the modified modules not being identified as long as the changes are up to this threshold.
versus lowering the ignore threshold to 0
notice two more modules being reported.
I took a liberty of creating a simple fix.