develooper Front page | perl.perl5.porters | Postings from March 2014

Re: Perl 5.20.0 Blockers, 2014-03-24

Thread Previous | Thread Next
From:
Zefram
Date:
March 24, 2014 15:35
Subject:
Re: Perl 5.20.0 Blockers, 2014-03-24
Message ID:
20140324153455.GW18071@fysh.org
Ricardo Signes wrote:
>6.  Gconvert() obeys LC_NUMERIC without "use locale"
>    https://rt.perl.org/Ticket/Display.html?id=121317

Gconvert() should return to its former visible behaviour, and it should
be deprecated.  There should be *two* new macros to replace it, one of
each behaviour, and they should be properly documented in perlapi(1).
ppport.h can make the new macros available on older perls.

>10. speed up miniperl @INC, buildsitecustomize
>    https://rt.perl.org/Ticket/Display.html?id=121119

I'd be happier about it if we actually resolved the commented reason for
lib being last.  It shouldn't be hard to arrange for new files in lib
to be created under temporary names and atomically renamed into place.
This may be a bit much to do for 5.20, though, especially with it having
not been implemented yet.  I'd lean towards punting to 5.21.

>11. core tests fail when built on FAT drive with Win32 OS on NTFS
>    https://rt.perl.org/Ticket/Display.html?id=21442

As it doesn't fully fix, there's no benefit in getting it into 5.20.
Document as a known problem, and work more on it in 5.21.  It could be
a 5.22 blocker.

>13. document/publicize THINKFIRST
>    https://rt.perl.org/Ticket/Display.html?id=116925

5.20 should include as much of the new documentation as gets done in time.
This shouldn't block 5.20.

-zefram

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About