Re: Perl 6 advocacy needs a mailing list

2016-02-05 Thread Will Coleda
Please open a ticket for this request at https://github.com/perl6/user-experience/issues so we don't lose it. Thanks. On Fri, Feb 5, 2016 at 8:18 AM, Tom Browder wrote: > I would like to see such a list. It would help separate some of us > bloviators, dreamers, and hand

Re: Perl 6 advocacy needs a mailing list

2016-02-05 Thread Tom Browder
On Friday, February 5, 2016, Will Coleda wrote: > Please open a ticket for this request at > https://github.com/perl6/user-experience/issues so we don't lose it. > Thanks. I will, Will! Thanks. -Tom

[perl #127465] TODO - merge 2016.01.1 release branch back to nom

2016-02-05 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #127465] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127465 > ... except it probably has to be a bunch of cherry-picks, given how the branch itself was

Re: Perl 6 advocacy needs a mailing list

2016-02-05 Thread Paul Johnson
On Fri, Feb 05, 2016 at 07:18:01AM -0600, Tom Browder wrote: > I would like to see such a list. It would help separate some of us > bloviators, dreamers, and hand wavers from the others on the users list. Any reason not to use advoc...@perl.org ? It is currently low-volume (one message in the

Re: Confused about rakudobrew and Rakudo Star

2016-02-05 Thread Will Coleda
On Thu, Feb 4, 2016 at 9:26 AM, Brandon Allbery wrote: > On Thu, Feb 4, 2016 at 7:44 AM, Brock Wilcox > wrote: >> >> I see Moritz replied to this also saying that the tarball is the way to >> go. I'd love to know what I'm missing out on by doing

Re: Installing both from rakudobrew and Rakudo Star

2016-02-05 Thread Tobias Leich
Btw, rakudobrew, rakudo via git and star are *not* installing to /usr/local/bin/. rakudo via git and star install to ./install. But support the --prefix option to override this as shown. Am 05.02.2016 um 08:27 schrieb Steve Mynott: From the recently updated http://www.perl6.org/downloads/

Re: Installing both from rakudobrew and Rakudo Star

2016-02-05 Thread Moritz Lenz
On 02/05/2016 01:57 AM, James E Keenan wrote: Follow-up questions to those I posed on perl6-users today. So I have successfully used rakudobrew to build moar and panda. That perl6 executable is located here: $ which perl6 /home/jkeenan/.rakudobrew/bin/perl6 Now, suppose I *also* wish to

[perl #127464] erroneous "Ambiguous call" with mixin

2016-02-05 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #127464] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127464 > role R { multi method foo(Cool) { } }; class C { multi method foo(Str) { } }; my $t =

Re: [perl #127464] erroneous "Ambiguous call" with mixin

2016-02-05 Thread Lloyd Fournier
NOTABUG: http://irclog.perlgeek.de/perl6/2016-02-05#i_11994673 On Fri, Feb 5, 2016 at 11:23 PM Lloyd Fournier wrote: > # New Ticket Created by Lloyd Fournier > # Please include the string: [perl #127464] > # in the subject line of all future correspondence about

Perl 6 advocacy needs a mailing list

2016-02-05 Thread Tom Browder
I would like to see such a list. It would help separate some of us bloviators, dreamers, and hand wavers from the others on the users list. -Tom

Re: Confused about rakudobrew and Rakudo Star

2016-02-05 Thread Brock Wilcox
Also note that in my listing I installed a specific rakudo release, the one that is included in the star tarball. That way further rakudo releases are irrelevant. On Feb 5, 2016 13:23, "Will Coleda" wrote: > On Thu, Feb 4, 2016 at 9:26 AM, Brandon Allbery >

Re: Perl 6 advocacy needs a mailing list

2016-02-05 Thread James E Keenan
On 02/05/2016 09:01 AM, Paul Johnson wrote: On Fri, Feb 05, 2016 at 07:18:01AM -0600, Tom Browder wrote: I would like to see such a list. It would help separate some of us bloviators, dreamers, and hand wavers from the others on the users list. Any reason not to use advoc...@perl.org ? It is

[perl #127473] [BUG] Rakudo explodes if you run (;)

2016-02-05 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127473] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127473 > But let's start with something less impressive. Code: say [;0] Result: Non ast