[perl #118339] [BUG] Conspicuous lack of warning when uselessly providing a precedence on a multi operator in Rakudo

2013-06-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #118339] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118339 > rn: multi infix:<%>($lhs, Str $rhs) is looser(&infix:) { $lhs.join: $rhs }; say

[perl #118325] [BUG] $x div 0 dies immediately instead of resulting in a Failure in Rakudo

2013-06-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #118325] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118325 > It's very frustrating not to be able to copy-paste the code from pmichaud's talk.

[perl #118287] [java] build runs out of memory

2013-06-05 Thread Will Coleda via RT
On Tue Jun 04 13:03:04 2013, coke wrote: > On Tue Jun 04 09:59:57 2013, nicholas wrote: > > On Tue, Jun 04, 2013 at 08:54:14AM -0700, Will Coleda via RT wrote: > > > FYI: > > > > > > $ java -version > > > java version "1.7.0_10" > > > Java(TM) SE Runtime Environment (build 1.7.0_10-b18) > > > Java

[perl #118313] [java] "use v6" broken/NYI

2013-06-05 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #118313] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118313 > Biggest blocker to running "make test" with rakudo-java right now: $ ./perl6 -e