Perl 5 Porters Mailing List Summary: June 9th-15th
Hey everyone,
Following is the p5p (Perl 5 Porters) mailing list summary for the past week. Enjoy!
June 9th-15th
News and updates
Last onionsketch before 5.25.2 is scheduled for the 16th at 13:00 UTC.
Grant reports
- Tony Cook grant 7: report 9, report 10, and report 11 (and its second part).
- Dave Mitchell grant 2: report 132.
Issues
New issues
- Perl #128349: Benchmark doesn't use documented format for times?
- Perl #128352: Bleadperl breaks Dancer2.
- Perl #128358:
Cygwin:
nm
detectsmemmem
, but headers don't expose it, leading to tests crashing. - Perl #128359:
Cygwin: Warnings: assignment discards
const
quantifier. - Perl #128365: IO layer for STDERR not set.
- Perl #128400:
PerlMemShared_realloc()
without checking for failure.
Resolved issues
- Perl #126710:
make_ext.pl
directpm_to_blib
handling causes unnecessary builds. - Perl #127885:
Enhance
bench.pl
to test same perl under different options/args. - Perl #128199: Clarification of File::Copy documentation.
- Perl #128265: Duplicate of Perl #126710.
- Perl #128313:
Memory leak in perl 5.24.0 when
use re qw[strict]
is used.
Proposed patches
Continuing the conversation on Perl #128200 (removing usenet from documentation), Dan Collins provided two patches, asking for comments.
Tony Cook provides a patch in
Perl #128295
(strange bug with -Dprefix=/usr
and -Dversiononly
) to make
the special hints require a special option.
Andreas Koenig provided a patch to update CPAN.pm.
Discussion
A conversation which started as part of Perl #128260, Father Chrysostomos delved into what can be done about the issue, resolving in comments on possible syntax support changes in the future.
Father Chrysostomos
asks
whether we should change various compatibility functions (called
by XS with Perl_
prefix into static inline functions.
H. Merijn Brand (Tux) found a problem with perl on Synology DSM 6.
A more in-depth analysis by Tony Cook for the problem raised in Perl #128095, a failing test on OS X.
Karl Williamson provides a patch in Perl #128213 (no deprecation warning on literal left curl bracket) to cover a few more cases.
Leave a comment