|
Dave writes: Last month was mainly spent fixing a performance regression in the regex engine on some long strings, whereby anchored patterns and which contained both a fixed and floating substring would sometimes prefer to check whole of the long string for the presence of "floating" rather than do a quick check and reject if "fixed" is isn't at the expected offset. I also did some tweaking of the ... read more |
|
Tony writes: 2026/06/01 Monday 3.15 security list #148 1.67 security list #148 4.82 2026/06/02 Tuesday 0.87 atomic stuff on list 0.62 #24447 review discussion, ci results and comment 0.20 #24440 review 0.48 #24440 more review, simple testing and comment 1.17 #24451 review and comment 3.34 2026/06/03 Wednesday 0.27 #24451 review updates 0.27 2026/06/04 Thursday 1.05 #24451 more review, ... read more |
|
Paul writes: With no immediate 5.44 out the door, I instead managed to find a bunch of time to get a number of smaller things sorted: 7 av_splice_simple https://github.com/Perl/perl5/pull/24451 2 Perl 5.43.11 release https://metacpan.org/release/PEVANS/perl-5.43.11 0.5 Investigate map EXPR vs BLOCK performance https://github.com/Perl/perl5/issues/24468 5 API type checking https://github.com/Perl/perl5/issues/24469 https://github.com/Perl/perl5/pull/24470 1 PPC thoughts about role method signatures ppc discussion #91 1 Class segfault bugfix https://github.com/Perl/perl5/pull/24518 1 ... read more |
|
TPRC is happening very soon! If you haven’t registered, it’s not too late! We’d still love to see you in Greenville SC June 25-29; check out https://tprc.us/ for all the info. If you ARE coming, we can’t wait to see you! Join us for an arrival dinner on Thursday evening, June 25. We will meet in the lobby at 5:15 and walk to Chuy’s just across the parking lot. We ... read more |
|
Paul writes: May is always a quiet month for me because I my big stage event to look after, but I got a few things done: 4 Experimentation in Object::Pad's version of how to fix the "late added fields" bug https://github.com/Perl/perl5/issues/24393 1 Fix a couple of integer overflow bugs relating to security reports 3 Begin work on the |