From 814698bd53d7cd8d42ae3bee53f4a7261166eb01 Mon Sep 17 00:00:00 2001 From: "https://bmwiedemann.zq1.de/" Date: Tue, 30 Jun 2020 19:47:35 +0000 Subject: [PATCH] Added a comment --- ..._a338f3831c6dc6f3f0ba2e8b6657a262._comment | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_4_a338f3831c6dc6f3f0ba2e8b6657a262._comment diff --git a/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_4_a338f3831c6dc6f3f0ba2e8b6657a262._comment b/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_4_a338f3831c6dc6f3f0ba2e8b6657a262._comment new file mode 100644 index 0000000000..f45c040885 --- /dev/null +++ b/doc/bugs/git-annex_does_not_build_reproducibly_from_readdir_order/comment_4_a338f3831c6dc6f3f0ba2e8b6657a262._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="https://bmwiedemann.zq1.de/" + avatar="http://cdn.libravatar.org/avatar/96f3cd71c3d677f31ed8f79ffb8fb343a8282c085731f405997ff3ef77a1a71b" + subject="comment 4" + date="2020-06-30T19:47:35Z" + content=""" +That is closer, but those diffs in Assistant/WebApp/Types.o seem to still be something different. + +Since strings in Types.o varied around the embedded static/activityicon.gif, I noticed that Assistant/WebApp/Types.hs had lines like + +``` +publicFiles \"static\" +staticRoutes = $(embed \"static\") +``` + +Could it be, that those indirectly iterate over listings of the static/ dir without sorting to generate those lists of filenames embedded in Types.o? + +Maybe via ? +e.g. . That file has more occurrences of fs and none of sort. +"""]]