Re: [RESEND PATCH] autoconf: store autom4te request keys in sorted order

2022-09-09 Thread Paul Eggert
Thanks, I installed that.

[RESEND PATCH] autoconf: store autom4te request keys in sorted order

2022-09-09 Thread Sergei Trofimovich
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. --- lib/Autom4te/C4che.pm | 2 +-