Perl 5 Porters Mailing List Summary: May 25th-29th
Hey everyone,
Following is the p5p (Perl 5 Porters) mailing list summary for the remainder of the past week. Enjoy!
May 25th-29th
News and updates
Additional grant reports by Tony Cook. Over 35 total hours and approximately 14 tickets were reviewed or worked on, and 4 patches applied.
Tony also published his entire April grant report. Over 71 total hours and approximately 40 tickets were reviewed, and 3 patches applied were applied.
Dave Mitchell finished the work on Scope::Upper, making it pass all of its tests. Kent Fredric provided a tarball with all of Dave's patches, in order to test it.
Issues
New issues
- Perl #128238:
Assert failure in 
gv.cwithout other symptoms. - Perl #128241:
Deprecate 
/$empty_string/. - Perl #128242: Aliasing via sub signatures.
 - Perl #128245:
perldoc -f open:encodingclarification. - Perl #128250:
perlref's sections are a little muddled. - Perl #128252:
Assert failure in 
op.cwithout other symptoms. - Perl #128253:
Assert failure in 
S_find_uninit_varwithout other symptoms. - Perl #128254:
Taint-mode assert failure in 
Perl_magic_clearisawithout other symptoms. - Perl #128255:
Assert failure in 
S_sublex_donewithout other symptoms. - Perl #128256: Segfault due to stack overflow.
 - Perl #128257:
Segfault in 
Perl_gv_setref. - Perl #128258: Segfault due to stack overflow.
 - Perl #128260:
Assert failure in 
Perl_sv_2pv_flags. - Perl #128261L
Assert failure in 
Perl_sv_2pv. - Perl #128263:
Assert failure in 
Perl_magic_getwithout other symptoms. - Perl #128265:
Make rebuilds of 
perlmain.cunnecessary. - Perl #128266:
t/porting/libperl.tfails on PPC Darwin 9.7. - Perl #128269: Files in Git repository are in DOS format.
 - Perl #128279:
hints/gnu.shMis-detected prototypes on GNU/Hurd. 
Resolved issues
- Perl #116467: Pod::Checker should be switched to use Pod::Simple.
 - Perl #128266:
t/porting/libperl.tfails on PPC Darwin 9.7. 
Discussion
The conversation around the possible deprecation of encoding.pm continues.
The conversation around the usage of strcpy in locale.c
continued.
Vincent Pit notes on the conversation about a compile-time indirect method call check that the current implementation of the indirect pragma is not suitable for core. Abigail is not in favor of having it in core at all. Zefram hints at Sub::StrictDecl.
Father Chrysostomos opened
Perl #128242
to discuss the idea of providing aliasing on the right hand side
of a my statement. There are many questions about this and
there's even the possibility of introducing a new character for
this new type of ability. I recommend reading comments by Zefram
provided
here
and
here.
In
Perl #128241
Father Chrysostomos suggests handling the situation of a regex
with a variable that ends up to be empty: /$empty/. Because it
is then equivalent to //, it will do something different than
what usually is expected. The threads of conversation on the
topic are
here
and
here.
Aristotle Pagaltzis agrees an unused POSIX symbol does not need a dedicated deprecation cycle since it isn't used anywhere in CPAN.
Leave a comment