This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,13 @@
Test the --debug-digests command line option
$ echo '(lang dune 3.0)' > dune-project
$ touch x
$ dune build x --wait-for-filesystem-clock
$ echo 1 > x
$ dune build x --wait-for-filesystem-clock --debug-digests 2>&1 | sed 's/stats =.*/stats = XXX/'
Re-digested file x because its stats changed:
{ old_digest = digest "662cf3f7d59f76428301690d4ead67ae"
; new_digest = digest "f31e1f1c33564e07cd02ad2c52f4df85"
; old_stats = XXX
; new_stats = XXX
}