Re: [perl #127889] rakudo build failure for ppc64 archi

2016-04-13 Thread Normand
On 13/04/2016 18:28, Brandon Allbery via RT wrote: On Wed, Apr 13, 2016 at 8:09 AM, Michel Normand < perl6-bugs-follo...@perl.org> wrote: [ 18s] Found /usr/bin/nqp-m (backend moar) Sounds to me like you need to remove or hide the older version of nqp and possibly moarvm in /usr, because

Re: [perl #127889] rakudo build failure for ppc64 archi

2016-04-13 Thread Brandon Allbery
On Wed, Apr 13, 2016 at 8:09 AM, Michel Normand < perl6-bugs-follo...@perl.org> wrote: > [ 18s] Found /usr/bin/nqp-m (backend moar) Sounds to me like you need to remove or hide the older version of nqp and possibly moarvm in /usr, because 2016.01 needs newer versions. -- brandon s allbery kf

Re: [perl #127881] [BUG] slow array slicing

2016-04-13 Thread Daniel Green
Where in Rakudo is the slowdown? I'm by no means a compiler developer, but I enjoy tinkering. Dan On Wed, Apr 13, 2016 at 8:04 AM, Elizabeth Mattijsen via RT < perl6-bugs-follo...@perl.org> wrote: > > On 12 Apr 2016, at 04:40, Daniel Green (via RT) < > perl6-bugs-follo...@perl.org> wrote: > > >

[perl #127889] rakudo build failure for ppc64 archi

2016-04-13 Thread via RT
# New Ticket Created by Michel Normand # Please include the string: [perl #127889] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127889 > rakudo build failure for ppc64 archi As reported by (1) failure with last tried versio

Re: Any way to change rakudobrew's default installation location?

2016-04-13 Thread Tom Browder
On Wed, Apr 13, 2016 at 6:30 AM, Tom Browder wrote: > Is there any easy way to change the default installation location from > '~/.rakudobrew' to something else, say by changing or defining an > environment variable? Please disregard this dumb question--I was confused over loss of my home directo

Re: [perl #127890] [IMPROVEMENT PROPOSAL] Test.pm6 make subtest multi to take description first

2016-04-13 Thread Moritz Lenz
Hi, On 04/13/2016 02:52 PM, Zoffix Znet (via RT) wrote: # New Ticket Created by Zoffix Znet # Please include the string: [perl #127890] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127890 > Hey, I propose we make Test.pm6'

Re: Any way to change rakudobrew's default installation location?

2016-04-13 Thread Tom Browder
On Wednesday, April 13, 2016, H.Merijn Brand wrote: > On Wed, 13 Apr 2016 06:30:35 -0500, Tom Browder > > wrote: > > Is there any easy way to change the default installation location from > > '~/.rakudobrew' to something else, say by changing or defining an > > environment variable? > > I change

[perl #127890] [IMPROVEMENT PROPOSAL] Test.pm6 make subtest multi to take description first

2016-04-13 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127890] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127890 > Hey, I propose we make Test.pm6's `subtest` a multi sub that can also take a Pair. The k

Re: [perl #127881] [BUG] slow array slicing

2016-04-13 Thread Elizabeth Mattijsen
> On 12 Apr 2016, at 04:40, Daniel Green (via RT) > wrote: > > # New Ticket Created by Daniel Green > # Please include the string: [perl #127881] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127881 > > > > '@array[0,

Re: Any way to change rakudobrew's default installation location?

2016-04-13 Thread H.Merijn Brand
On Wed, 13 Apr 2016 06:30:35 -0500, Tom Browder wrote: > Is there any easy way to change the default installation location from > '~/.rakudobrew' to something else, say by changing or defining an > environment variable? I changed it in bin/rakudobrew -my $prefix = catdir($RealBin, updir()); +my

Re: [perl #127879] [BUG] map subroutine ignores the sequence in the specific case

2016-04-13 Thread Elizabeth Mattijsen via RT
> On 11 Apr 2016, at 15:19, Itsuki Toyota (via RT) > wrote: > > # New Ticket Created by Itsuki Toyota > # Please include the string: [perl #127879] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127879 > > > > See the

Re: [perl #127879] [BUG] map subroutine ignores the sequence in the specific case

2016-04-13 Thread Elizabeth Mattijsen
> On 11 Apr 2016, at 15:19, Itsuki Toyota (via RT) > wrote: > > # New Ticket Created by Itsuki Toyota > # Please include the string: [perl #127879] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127879 > > > > See the

Any way to change rakudobrew's default installation location?

2016-04-13 Thread Tom Browder
Is there any easy way to change the default installation location from '~/.rakudobrew' to something else, say by changing or defining an environment variable? Thanks. -Tom

[perl #126876] [BUG] t\spec\S32-io\io-spec-win.t fails on Windows 10 with MSVS 2013

2016-04-13 Thread Brent Laabs via RT
On Mon Dec 14 09:29:37 2015, labster wrote: > > Pull request submitted. I hope this is the right place to do that: > > > > https://github.com/perl6/roast/pull/87 > > I approved the pull request. If the tests pass on Windows, this > ticket can be resolved. Given the complete lack of activity/comp

[perl #127870] Missing redeclaration error for package foo {}; enum foo

2016-04-13 Thread jn...@jnthn.net via RT
On Sun Apr 10 08:20:19 2016, raiph wrote: > What I did > == > > package foo {} > enum foo > > What I expected > === > > The same redeclaration error I get when I write: > > enum foo ; > package foo {} > > # Redeclaration of symbol foo > > What I got > == > > No e