Lars Schmertmann
Lars Schmertmann
Same for me. I added some debug output for a file, causing this problem, here: https://github.com/acaudwell/Gource/blob/9207043c9b051387fc7bf6fe1f426c3626b8217e/src/gource.cpp#L1244 `std::cout
[AusweisApp2-bug.log](https://github.com/acaudwell/Gource/files/2423744/AusweisApp2-bug.log) [gource-bug.txt](https://github.com/acaudwell/Gource/files/2423747/gource-bug.txt) gource --load-config ./gource-bug.txt ./AusweisApp2-bug.log In Line 66 +android/+tablet/ProviderDetailView.qml is deleted but its still visible in the simulation.
Maybe I was on a wrong way. Using the data from my comment before, I no longer get the line starting with D when I use the debug output from...
Found the problem. lastline was never used for hg commits so the first file of every commit was ignored. @FallenEXP @xorz57 : You are using Mercurial too?
I was happy too soon. #177 fixes the problem for the sample data I provided. But in the full environment the problem is still there in every 2nd run.
With https://github.com/SmallLars/Gource/commit/814e2d7df76f8e3c8875b58b5fa50494ee923867 I got a debug output: /resources/qml/provider/+android/+tablet/ProviderDetailView.qml 269.270569 0.000000 /resources/qml/provider/+android/+tablet/ProviderDetailView.qml 323.011902 0.000000 /resources/qml/provider/+android/+tablet/ProviderDetailView.qml 325.427734 0.000000 /resources/qml/provider/+android/+tablet/ProviderDetailView.qml removed at: 325.427734 /resources/qml/provider/+android/+tablet/ProviderDetailView.qml 323.750977 325.427734 /resources/qml/provider/+android/+tablet/ProviderDetailView.qml 325.247803 325.427734 So un expire did...
Finally I found the problem. #178 is a suggestion to solve it. https://github.com/acaudwell/Gource/issues/122#issuecomment-421778275 was the right assumption. The touch by a user could be processed after the delete of an...
Thank you very much :D
That is what I mean, yes.
Is there any chance to plan this change? We would prefer so setup small alpine linux docker images for CI builds. But glibc is missing there.