Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 06bf45d217b8026a2d8945093b4ab978b6da279d
https://github.com/Perl/perl5/commit/06bf45d217b8026a2d8945093b4ab978b6da279d
Author: Karl Williamson <[email protected]>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M t/run/locale.t
Log Message:
-----------
t/run/locale.t: Skip tests if no LC_CTYPE available
This is very unlikely, but it's trivial to handle the case
Commit: dd6b98ab15eb6e332134aeac02167453f25f6ae0
https://github.com/Perl/perl5/commit/dd6b98ab15eb6e332134aeac02167453f25f6ae0
Author: Karl Williamson <[email protected]>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M t/run/locale.t
Log Message:
-----------
t/run/locale.t: Tests only care about LC_NUMERIC
Prior to this commit we were looking for the intersection of locales
also with LC_ALL and LC_CTYPE, but the tests are all for LC_NUMERIC, so
look just for that. Some tests do also include LC_ALL, given that we
plan to stop supporting platforms that don't have that, and there may
not be any actual such ones that exist, I don't see any reason to
specially handle it.
Commit: 0b479b4e4f0d72a6846630a9ce34543c75b4d515
https://github.com/Perl/perl5/commit/0b479b4e4f0d72a6846630a9ce34543c75b4d515
Author: Karl Williamson <[email protected]>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M t/run/locale.t
Log Message:
-----------
run/locale.t: Skip tests on positional LC_ALL syntax boxes
The syntax of LC_ALL when not all categories have the same locale varies
depending on the platform. These tests are meaningless on platforms
where the syntax isn't name=value pairs (hence must be positional), and
now there is a Configure probe that tells us which syntax it is.
Commit: 0054aed7fa9b91872336192cc92d8fc2b6e9c511
https://github.com/Perl/perl5/commit/0054aed7fa9b91872336192cc92d8fc2b6e9c511
Author: Karl Williamson <[email protected]>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M t/run/locale.t
Log Message:
-----------
t/run/locale.t: Improve comment
Compare: https://github.com/Perl/perl5/compare/cd2a47ced7df...0054aed7fa9b
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications