diff options
| author | Simon Tatham <anakin@pobox.com> | 2023-01-21 11:57:13 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2023-01-21 11:58:44 +0000 |
| commit | eac7fc1665ef07c4a8b009521034043ce6b422e7 (patch) | |
| tree | 1ce07f5c2f525b48e2dac2b6bb92355ca5d4a05d /Makefile.doc | |
| parent | 88872fe806bb3700c8dc6372d66e1b6620f78da2 (diff) | |
| download | puzzles-eac7fc1665ef07c4a8b009521034043ce6b422e7.zip puzzles-eac7fc1665ef07c4a8b009521034043ce6b422e7.tar.gz puzzles-eac7fc1665ef07c4a8b009521034043ce6b422e7.tar.bz2 puzzles-eac7fc1665ef07c4a8b009521034043ce6b422e7.tar.xz | |
kaios/manifest.pl: canonicalise the JSON output.
The default behaviour of JSON::PP's encode_json output is to write the
keys of a hash in Perl's natural hash order, which isn't consistent
between runs of the same script due to hash function randomisation.
This causes my build system to complain when successive builds from
the same source revision don't produce the same output.
Easily fixed: JSON::PP already has a switch to ensure consistent
ordering, it's just a matter of finding it and turning it on.
Diffstat (limited to 'Makefile.doc')
0 files changed, 0 insertions, 0 deletions