Re: Confused about rakudobrew and Rakudo Star

2016-02-08 Thread Moritz Lenz
On 02/06/2016 12:37 AM, Brock Wilcox wrote: 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. There's a contradiction in terms here: if there were no Rakudo releases, you couldn't

Re: Confused about rakudobrew and Rakudo Star

2016-02-08 Thread Brock Wilcox
What I mean is that if rakudo 2016.02, 2016.03, etc are released, I can still do rakudobrew build moar 2016.01.1 to get the rakudo that is bundled in the Rakudo Star 2016.01 release. --Brock On Mon, Feb 8, 2016 at 3:01 AM, Moritz Lenz wrote: > On 02/06/2016 12:37 AM,

Re: Experimental multi-line REPL branch up for testing

2016-02-08 Thread Parrot Raiser
That sounds like a great idea. On 2/7/16, Rob Hoelz wrote: > Hi Perl 6 users! > > I've developed an experimental branch that introduces multi-line input to > the REPL. What this means is when you > enter this: > > > for ^10 { > > instead of seeing a "Missing block" error, the

[perl #127493] [JVM] Big exponents should throw X::Numeric::Overflow instead of returning Inf (2**(9e9.Int))

2016-02-08 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127493] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127493 > Some tests in S32-num/power.t are assuming that big int exponents should result in

[perl #127484] LTA error message: "P6M Merging GLOBAL symbols failed: duplicate definition of symbol"

2016-02-08 Thread via RT
# New Ticket Created by Salve J. Nilsen # Please include the string: [perl #127484] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127484 > I run the following (loading the attached files, including naming errors)

[perl #127485] "panda look SomeModule" makes perl6 hang (!!)

2016-02-08 Thread via RT
# New Ticket Created by Salve J. Nilsen # Please include the string: [perl #127485] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127485 > Panda does something that affects the perl6 binary somehow. To reproduce, do the

Re: [perl #127491] erroneous sink of my ($a) = ...

2016-02-08 Thread Elizabeth Mattijsen
> On 08 Feb 2016, at 14:50, Lloyd Fournier (via RT) > wrote: > > # New Ticket Created by Lloyd Fournier > # Please include the string: [perl #127491] > # in the subject line of all future correspondence about this issue. > #

[perl #127483] use lib 'lib' and perl6 -Ilib behave differently

2016-02-08 Thread via RT
# New Ticket Created by David Farrell # Please include the string: [perl #127483] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127483 > I'm having problems installing my module with panda (

[perl #127491] erroneous sink of my ($a) = ...

2016-02-08 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #127491] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127491 > class SinkCanary { method sink { note "SUNK!" } } { my ($a) = SinkCanary.new;

Re: [perl #127485] "panda look SomeModule" makes perl6 hang (!!)

2016-02-08 Thread Steve Mynott
It may depend on which shell you are using. It worked fine for me recently with bash but hung with zsh. Which shell are you using? On 7 February 2016 at 20:24, Salve J. Nilsen wrote: > # New Ticket Created by Salve J. Nilsen > # Please include the string: [perl

[perl #127492] Calling .perl on an Match object produced by an inherited grammar fails with a Seq error

2016-02-08 Thread via RT
# New Ticket Created by Salve J. Nilsen # Please include the string: [perl #127492] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127492 > Please inspect the attached example test. The following error appears when calling

learnyou...perl 6

2016-02-08 Thread Luca Ferrari
Hi all, maybe this is trivial but somedays ago I step thru learnyounode , a kind of tutorial with some problems, hint and solution that guides you to learn node.js. I was searching something similar for Perl6, if it does exist. I know the 99 problems