Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 12ed0974e4fe04377ba61f8a321f17625eedcfa2 https://github.com/Perl/perl5/commit/12ed0974e4fe04377ba61f8a321f17625eedcfa2 Author: Karl Williamson <k...@cpan.org> Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths: M charclass_invlists.inc M lib/unicore/mktables M lib/unicore/uni_keywords.pl M regcharclass.h M regexp_constants.h M uni_keywords.h Log Message: ----------- mktables: Correct comment Spotted by @bram-perl Commit: 466e944cc44e9e547cadb687b88eee16774da918 https://github.com/Perl/perl5/commit/466e944cc44e9e547cadb687b88eee16774da918 Author: Karl Williamson <k...@cpan.org> Date: 2025-08-06 (Wed, 06 Aug 2025) Changed paths: M charclass_invlists.inc M lib/unicore/mktables M lib/unicore/uni_keywords.pl M regcharclass.h M regexp_constants.h M uni_keywords.h Log Message: ----------- mktables: Fix Useless use of const in void context The code was attempting to get a slice of an entire array excluding the 0th element. But it was using the wrong incantation. The array is the path to a file with each element being one directory. And it just happened to work because of the current layout of the directories. This commit moves this slice fetch so it is not done in the loop, adds another sanity check, and is generally clearer what is going on. Compare: https://github.com/Perl/perl5/compare/44bc09afc13b...466e944cc44e To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications