Perl 5 Porters Mailing List Summary: February 7th-12th
Hey everyone,
Following is the p5p (Perl 5 Porters) mailing list summary for the past week.
Enjoy!
February 7th-12th
News and updates
Sawyer X provided an update on the patch which will be applied to base.pm for 5.24.2 and 5.22.4.
Todd Rinaldo
provided
an update on removing .
from @INC
and the implications of it on
CPAN. One possible consequence is introducing
Module::Install into core.
Todd has provided a summary of a limited-scoped solution.
\c`
and the like have been undeprecated. The background to
this is here.
Grant reports
Issues
New issues
- Perl #130727:
op.c
: Assertion failure. - Perl #130735: AutoLoader implies suitability for constants, fails to mention inlining incompatibility.
- Perl #130766:
substr
in Encode leaks memory.
Karl Williamson reports two warning messages.
Resolved issues
- Perl #125697: Perl 5.20.2 - SIGSEV.
- Perl #126203: "Perl v1305670057.0.0 required" in quadmath build.
- Perl #129037:
Assertion Failure:
Perl_yylex
. - Perl #129157: Assertion failure.
- Perl #129345:
perlmod
doc bug wrt package scope. - Perl #130545:
utf8.c
: Assertion failure. - Perl #130705:
sv.c
: Assertion failure. - Perl #130722:
pp_ctl.c
: Assertion failure. - Perl #130727:
op.c
: Assertion failure.
Suggested patches
Missing from last week's summary, Andy Lester provided a patch to cleanup some mathoms in Perl #130717.
Tony Cook provided a patch for
Perl #130632:
Memory leak in Perl_yylex
.
Tony also provided a patch for
Perl #128263:
Assert failure in Perl_magic_get
.
Jim Cromie
provided (more
process_optree
) a patch a patch to clean up some opcode processing.
Discussion
Michael Albert is working on a Python port of Storable and has asked for help regarding the internals.
Karl Williamson
asks about 4
unused bits in the SV
flag. It is probably the highest value real
estate in the Perl data structures. :)
Hugo van der Sanden is trying to collect (Stack refcount synopsis) all the information about the stack ref counting behavior and possible solutions.
Karl Williamson is also working on thoroughly checking for well formed UTF8 in a program code.
Leave a comment