]> git.ipfire.org Git - thirdparty/autoconf.git/commit
autoconf: store autom4te request keys in sorted order
authorSergei Trofimovich <slyich@gmail.com>
Fri, 9 Sep 2022 22:04:02 +0000 (17:04 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2022 22:51:25 +0000 (17:51 -0500)
commitc2ab755698db245898a4cc89149eb5df256e4bd0
treea7ede9b64caaca8e74bee831c204b3aee8821522
parent31f673434ee402258b45e958c88acc8725d82b1a
autoconf: store autom4te request keys in sorted order

Notced unstable key order when debugging unrelated bug.
Data::Dumper's SortKeys() makes ordering stable and decreases
diffs from run to run. No functional change otherwise.

* lib/Autom4te/C4che.pm
* lib/Autom4te/Request.pm: Sort request keys in serialization.

Copyright-paperwork-exempt: yes
lib/Autom4te/C4che.pm
lib/Autom4te/Request.pm