# 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
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
# 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
# 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
# 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
# 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