[perl #130039] [BUG] Can't represent Num literals close to the representable maximum in Rakudo

2016-11-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #130039] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130039 > Wondering what the highest number is below Inf and lowest above -Inf MARTIMM: for the N

Re: [perl #130031] [BUG][BUILD] gmake install step fails under Windows for 2016.10 with the Strawberry Perl buildchain

2016-11-07 Thread Parrot Raiser
I've also encountered a problem with "make" blowing up, on a Raspberry Pi, which I haven't yet investigated in enough detail to report formally. I first attributed it to some peculiarity of the environment, but this sounds an awful lot like the same problem. On 11/6/16, Steve Mynott wrote: > # Ne

[perl #130041] [BUG] Pair in enum declaration should either DWIM or parsefail

2016-11-07 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #130041] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130041 > m: enum Foo ( A => 42, 'B', 'C', 'D' ); say +B rakudo-moar e10f76: OUTPUT«43␤» m: enum F

[perl #130042] [CONC] t/04-nativecall/20-concurrent.t flops

2016-11-07 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130042] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130042 > The t/04-nativecall/20-concurrent.t included in Rakudo's test suit appears to be floppi

[perl #130043] [JVM] Travis Fails with java.lang.OutOfMemoryError

2016-11-07 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130043] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130043 > For example this build: https://travis-ci.org/rakudo/rakudo/jobs/173944534 The failure i

Re: small test program

2016-11-07 Thread mt1957
On 11/07/2016 04:05 AM, Mike South wrote: On Sat, Nov 5, 2016 at 1:10 PM, mt1957 > wrote: Hi, I've made a small test program to run a particular test file in an infinite loop until it fails. I was investigating some race problem in BSON and the test ru

[perl #130045] Regex: using variable interpolation and sigspace ignores spaces

2016-11-07 Thread via RT
# New Ticket Created by Samantha McVey # Please include the string: [perl #130045] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130045 > Expected result: m: my $b = 'a b c'; $b ~~ s:ss/a /space/; say $b OUTPUT«spaceb c␤» Wh