Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9e8734b69441e9919aa7db746b7229279aaffdfe https://github.com/Perl/perl5/commit/9e8734b69441e9919aa7db746b7229279aaffdfe Author: Karl Williamson <k...@cpan.org> Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths: M cpan/experimental/lib/stable.pm Log Message: ----------- feature extra_paired_delimiters not considered stable This is due to GH #22228 Commit: 850214088aef01c42e9e450c7d635da65c47cd1f https://github.com/Perl/perl5/commit/850214088aef01c42e9e450c7d635da65c47cd1f Author: Karl Williamson <k...@cpan.org> Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M feature.h M lib/feature.pm M regen/feature.pl Log Message: ----------- Revert extra_paired_delimiter feature to experimental This is due to GH #22228 Commit: f3e2f6b80b270f600ea86b8a0cfc0eb044a83cfc https://github.com/Perl/perl5/commit/f3e2f6b80b270f600ea86b8a0cfc0eb044a83cfc Author: Karl Williamson <k...@cpan.org> Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod/perlop.pod M regen/unicode_constants.pl M t/lib/croak/toke M unicode_constants.h Log Message: ----------- Exclude RtoL characters from paired string delimiters Fixes #22228 Some scripts in the world are written right-to-left, such as Arabic and Hebrew. This can result in confusion for quote-like string delimitters that we have chosen based on left-to_right. Therefore exclude all such. Currently, the only pair that falls into this category that we don't exclude for other reasons are SYRIAC COLON SKEWED LEFT/RIGHT. Compare: https://github.com/Perl/perl5/compare/eae32d16ea24...f3e2f6b80b27 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications