[perl #127737] Add support for native str arrays

2016-03-18 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #127737] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127737 > https://github.com/rakudo/rakudo/commit/eed4ebb0c0 was committed to nom with this commit

[perl #125550] Documentation bugs

2016-03-18 Thread Will Coleda via RT
On Thu Jul 09 00:04:01 2015, drf...@pobox.com wrote: > On 2015-07-08 19:13, Will Coleda via RT wrote: > > On Sat Jul 04 00:05:20 2015, drf...@pobox.com wrote: > >> In the 5to6 conversion docs - 'encoding', 'integer' and 'lib' pragmas > >> are incorrectly formatted. > > > > Sorry, where are these d

Re: [perl #125938] Numbers: 2**10000000000 and 1/(2**10000)

2016-03-18 Thread Christian Jaeger
2016-03-18 18:40 GMT+00:00 Parrot Raiser via RT < perl6-bugs-follo...@perl.org>: > but is 1 a reasonable substitute for "an implausibly large number"? > There's what I expect: $ perl -we 'print 2**100,"\n"' inf