[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sr #110561] autoconf: store autom4te request keys in sorted order
From: |
Zack Weinberg |
Subject: |
Re: [sr #110561] autoconf: store autom4te request keys in sorted order |
Date: |
Sun, 07 Nov 2021 11:15:23 -0500 |
User-agent: |
Cyrus-JMAP/3.5.0-alpha0-1369-gd055fb5e7c-fm-20211018.002-gd055fb5e |
On Sun, Nov 7, 2021, at 11:02 AM, Sergei
> Noticed 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.
Good idea in principle, but could you please check whether this feature existed
in the Data::Dumper that shipped with the oldest supported Perl? And if not,
report what version added it? Thanks.
zw