[perl6/specs] ff72f2: Some elaboration:

2015-01-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ff72f245061d62ffc5a5271722837f6af0707fcb https://github.com/perl6/specs/commit/ff72f245061d62ffc5a5271722837f6af0707fcb Author: Elizabeth Mattijsen Date: 2015-01-02 (Fri, 02 Jan 2015) Changed paths:

[perl6/specs]

2015-01-03 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs

[perl6/specs] 1a4d94: Change Range excludes_* methods to dashes

2015-01-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 1a4d949358408eb3e7b5a7461264f4f356c8eeb9 https://github.com/perl6/specs/commit/1a4d949358408eb3e7b5a7461264f4f356c8eeb9 Author: Lucas Buchala Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M S03-

[perl6/specs] 70fe06: deprecated IO::Spec.splitpath -> $*SPEC.splitpath

2015-01-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 70fe06b2fbd5ea6de4fe5518fd91d80057393a4e https://github.com/perl6/specs/commit/70fe06b2fbd5ea6de4fe5518fd91d80057393a4e Author: ugexe Date: 2014-12-27 (Sat, 27 Dec 2014) Changed paths: M S32-setting-

Re: What is the latest Rakudo Star?

2015-01-03 Thread Tobias Leich
2014.12.1, at http://rakudo.org/downloads/star/ Cheers Am 03.01.2015 um 21:32 schrieb Parrot Raiser: > I stopped paying attention for a bit, and lost track.

Re: What is the latest Rakudo Star?

2015-01-03 Thread Elizabeth Mattijsen
> On 03 Jan 2015, at 21:32, Parrot Raiser <1parr...@gmail.com> wrote: > > I stopped paying attention for a bit, and lost track. 2014.12.1 Liz

What is the latest Rakudo Star?

2015-01-03 Thread Parrot Raiser
I stopped paying attention for a bit, and lost track.

[perl #119919] LTA Error Message for operator declaration with []

2015-01-03 Thread Christian Bartolomaeus via RT
On Mon Sep 23 12:09:04 2013, masak wrote: > lue (>): > > The infix:["..."] form of declaration should at least have a better > > error message. > > Not just that. S02, S03, S06, and S12 contain examples of this syntax. So > at the upper end this should actually be allowed, not just have a better

[perl #119589] [BUG] "is equiv" does not recognize some operators

2015-01-03 Thread Christian Bartolomaeus via RT
On Tue Sep 03 17:37:18 2013, timk wrote: > > > rn: sub infix: (@a, $n) is equiv(&infix:) { @a <<+>> > > $n }; say 1 .. 3 add 5; > > niecza v24-92-g3961d5d: OUTPUT«6 7 8␤» > > ..rakudo 484f08: OUTPUT«===SORRY!=== Error > > while compiling /tmp/J6R82sHIP7␤Routine given to equi

[perl #119427] [BUG] Rakudo doesn't parse @a[10] as a shaped array in a signature (but STD.pm6 does)

2015-01-03 Thread Christian Bartolomaeus via RT
Nowadays @a[10] in a signature is parsed as a shaped array (and gives a fitting error message since shape declaration is NYI): $ perl6 -e 'sub foo(@a[10]) { }' ===SORRY!=== Error while compiling -e Shape declaration is not yet implemented; please use whitespace if you meant a subsignature for un

[perl #118793] [BUG] LTA error message on trying to metaop-reverse binding (:=) in Rakudo

2015-01-03 Thread Christian Bartolomaeus via RT
This was fixed recently: https://github.com/rakudo/rakudo/commit/f53153de10 $ perl6 -e 'my $x; 5 R:= $x; say $x' ===SORRY!=== Error while compiling -e Cannot reverse the args of := because list assignment operators are too fiddly at -e:1 --> my $x; 5 R:=⏏ $x; say $x I added a test to S03-meta

Re: External call like Capture::Tiny of Perl 5 ?

2015-01-03 Thread Gabor Szabo
thanks I tried to describe what I know so far: http://perl6maven.com/tutorial/running-external-commands-from-perl6 Gabor On Fri, Jan 2, 2015 at 4:44 PM, Tobias Leich wrote: > This is in discussion right now, and since the recent pipe() addition, > we have another bit implemented to actually

[perl #122650] rakudo-moar build missing dependencies

2015-01-03 Thread Christian Bartolomaeus via RT
On Fri Jan 02 16:59:57 2015, coke wrote: > The problem is that perl6-m is a generated file. > > So if you copy perl6-m to perl6, and then generate a new perl6-m > runner, your version of perl6 is not the up to date version. > > The runner isn't something that changes on a regular basis, but the >