[perl #127506] min(NaN, Inf) is Inf but max(NaN, Inf) is NaN

2016-02-10 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127506] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127506 > Code: say min NaN, Inf, -Inf; say max NaN, Inf, -Inf; Result: -Inf NaN See IRC log:

Re: [perl #127173] [BUG] Cannot build on Alpine Linux

2016-02-10 Thread Steve Mynott
I've just built perl6 successfully using rakudobrew on Alpine Linux 3.3.1 although I had to install build and header packages. I saw some PAX alerts in the /var/log/message (probably moar uses an executable stack) and had to disable this security checking with paxctl (which I also had to install)

[perl #127503] Real.new.Num infiniloops

2016-02-10 Thread Will Coleda via RT
On Wed Feb 10 01:58:34 2016, elizabeth wrote: > “Real.new.Num" infiniloops because: > > .Num calls .Bridge.Num > .Bridge calls .Num > > This is the ground cause of “say Real.new” infinilooping, because: > > .gist calls .Str > .Str calls .Bridge (to call .Str again, but never gets there

[perl #127509] Formatting codes in tables

2016-02-10 Thread via RT
# New Ticket Created by Daniel Perrett # Please include the string: [perl #127509] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127509 > http://design.perl6.org/S26.html#Tables states > Each individual table cell is

[perl #127503] Real.new.Num infiniloops

2016-02-10 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #127503] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127503 > “Real.new.Num" infiniloops because: .Num calls .Bridge.Num .Bridge calls

[perl #127504] LTA error message about locating compile-time value prints no line number (::a)

2016-02-10 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127504] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127504 > Code: ::a Result: ===SORRY!=== Could not locate compile-time value for symbol a No

Re: [perl #127504] LTA error message about locating compile-time value prints no line number (::a)

2016-02-10 Thread Elizabeth Mattijsen
> On 10 Feb 2016, at 11:15, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #127504] > # in the subject line of all future correspondence about this issue. > #

Re: [perl #127504] LTA error message about locating compile-time value prints no line number (::a)

2016-02-10 Thread Elizabeth Mattijsen
> On 10 Feb 2016, at 12:49, Elizabeth Mattijsen wrote: > > >> On 10 Feb 2016, at 11:15, Alex Jakimenko (via RT) >> wrote: >> >> # New Ticket Created by Alex Jakimenko >> # Please include the string: [perl #127504] >> # in the subject line of