# New Ticket Created by raiph
# Please include the string: [perl #125927]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125927 >
jnthn++ and others are busy with work that is far more important and urgent
than dealing with t
On Thu, Aug 27, 2015 at 10:35:27AM -0400, yary wrote:
> On Thu, Aug 27, 2015 at 4:45 AM, Marc Chantreux wrote:
> >complete different usage but it would be nice to have a flag for "use
> >strict" both in perl5 and 6
>
> /me nominates -W as "a bigger -w" .. oh wait, -W already exists as a
> depreci
On Sat Oct 20 18:12:38 2012, coke wrote:
> On Tue May 04 14:13:17 2010, masak wrote:
> > rakudo: sub foo(@a) { @a[1] = "NOES" }; my @a = ;
> > foo(@a); say ~@a
> > rakudo 1eef08: OUTPUT«OH NOES»
> > is this supposed to be allowed?
> > masak: I haven't seen a clear answer to that question.
> >
On Wed Apr 01 11:46:59 2015, barto...@gmx.de wrote:
> This was answered recently on SO:
> http://stackoverflow.com/questions/29281305/how-do-i-make-a-modulino-
> in-perl6
>
> The recommended solution was "to add MAIN to the module and import it
> into the script's mainline. This way, everything de
On Wed Apr 01 11:46:59 2015, barto...@gmx.de wrote:
> This was answered recently on SO:
> http://stackoverflow.com/questions/29281305/how-do-i-make-a-modulino-
> in-perl6
>
> The recommended solution was "to add MAIN to the module and import it
> into the script's mainline. This way, everything de
On Tue Sep 02 08:21:59 2014, coke wrote:
> On Mon Jan 30 06:13:36 2012, moritz wrote:
> > The code as-is will never work, because at some point it'll pass an
> > empty list to one side of the 'merge' operator, in which case the
> > subsignature binding fails.
> >
> > Here is an updated version (see
On Tue Jan 18 14:35:46 2011, masak wrote:
> rakudo: my $a = 1; my $b = 2; $a = ($a, $b); say $a.perl
> rakudo 388eed: OUTPUT«maximum recursion depth exceeded in
> 'Block::count' at line 6077:CORE.setting in 'Block::count' at line
> 6077:CORE.setting in 'Any::join' at line 1 in 'List::perl
On Thu Aug 27 06:04:57 2015, coke wrote:
> On Wed Jan 23 06:47:55 2013, masak wrote:
> > <[Coke]> r: role c {}; my @a = 1,2,3,4; my $b = @a.pick(2) but c; say
> > $b.WHAT; say $b;
> > rakudo 388c1b: OUTPUT«List+{c}()elements() not implemented
> > in class 'Mu' [...]
> > r: my @a = 1,2,3,4; my $b
On Thu, Aug 27, 2015 at 4:45 AM, Marc Chantreux wrote:
>complete different usage but it would be nice to have a flag for "use
>strict" both in perl5 and 6
/me nominates -W as "a bigger -w" .. oh wait, -W already exists as a
depreciated-in-my-view perl5 flag.
In that case, I also like "-E" as "ru
On Thu Jul 11 06:55:23 2013, masak wrote:
> r: say [max] 1..*
> rakudo b19f72: OUTPUT«-Inf»
> er.
> wtf.
> * masak submits rakudobug
> hehe
This is fixed in the glr branch. Closable with tests.
Good luck writing a test that tests that we successfully entered an infinite
loop.
--
Will "Co
On Mon Jul 27 10:08:17 2015, moritz wrote:
> On Sun Aug 03 16:50:32 2014, coke wrote:
> > On macosx/moar, I'm seeing the following failure:
> >
> > $ prove -v -e t/fudgeandrun t/spec/S32-io/IO-Socket-Async.t
> > t/spec/S32-io/IO-Socket-Async.t ..
> > 1..6
> > Unhandled exception in code scheduled
Single-purpose tools that can be used in a pipeline; what a concept! :-)*
On 8/27/15, Tadeusz Sośnierz wrote:
> This will probably impact quite a few people, so I thought I'll explain
> myself here :)
>
> As of now, panda will not precompile Perl 6 code anymore. This will
> introduce unexpected s
On Wed Jan 23 06:47:55 2013, masak wrote:
> <[Coke]> r: role c {}; my @a = 1,2,3,4; my $b = @a.pick(2) but c; say
> $b.WHAT; say $b;
> rakudo 388c1b: OUTPUT«List+{c}()elements() not implemented
> in class 'Mu' [...]
> r: my @a = 1,2,3,4; my $b = @a.pick(2); say $b.WHAT; say $b;
> rakudo 388c1b:
On Sun Feb 08 22:55:34 2015, Mouq wrote:
> Shouldn't it timeout, in this case? @a[0] is @a[1] is @a[3] is @a[7]
> is @a[5]…
>
> On Tue May 29 17:16:40 2012, diakopter wrote:
> > On Mon Feb 20 07:10:45 2012, moritz wrote:
> > > 16:06 < moritz> nom: my @a := 1..*; @a := @a[1, 3 ... *].list
> > > 16
On Sun May 26 00:30:48 2013, masak wrote:
> coke (>):
> > Behavior changed:
> >
> > [...]
>
> Behavior did change, but that eval contained a thinko. The new behavior
> is this:
>
> r: my @a=;my @b=;for (@a »,« @b) »,« @a -> $a, $b,
> $c {say "$a $b $c"}
> rakudo 0e206e: OUTPUT«Lists on both
# New Ticket Created by Erik Ferguson
# Please include the string: [perl #125908]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125908 >
When two greps are used in parallel on one supply produced by
IO::Notification.watch_pa
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #125923]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125923 >
m: my %b := BagHash.new(); %b.classify-list( {.comb}, 20..40
); say %b.perl
rakudo-moar
Tagging [GLR] as hopefully this will be improved enough to close with moar/GLR.
--
Will "Coke" Coleda
This will probably impact quite a few people, so I thought I'll explain
myself here :)
As of now, panda will not precompile Perl 6 code anymore. This will
introduce unexpected slowness, for instance HTTP::UserAgent now takes
5.4 seconds to load instead of 0.8 on my machine.
It may now sound
The original test here was worthy of a "huh", removed it. Updated in roast's
646e60fd35
--
Will "Coke" Coleda
The original test here was worthy of a "huh", removed it. Updated in roast's
646e60fd35
--
Will "Coke" Coleda
On Sat Mar 28 16:15:48 2015, esteiner wrote:
> According to its definition, squish should always return at least the
> first list element in the result list, no matter what &with returns.
>
> Currently it can happen that squish returns an empty list if &with
> returns true on the first comparison:
On Sun Feb 08 08:25:26 2015, masak wrote:
> m: say "foo".comb(/o/)
> rakudo-moar d9f58f: OUTPUT«o o»
> m: say "foo".comb('o')
> rakudo-moar d9f58f: OUTPUT«Cannot call 'comb' [...]»
> * masak suggests the latter form work, too
> reason: I saw some code I had written where I had a regex with
>
# New Ticket Created by Tobias Leich
# Please include the string: [perl #125921]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125921 >
m: my $py = 0 && try { my $py = 42; $py.bla() }
rakudo-moar a7c845: OUTPUT«===SORRY!=== E
On Wed, Aug 26, 2015 at 02:00:09PM -0400, Brandon Allbery wrote:
> > It used to be, but that was not according to spec. FROGGS++ implemented
> > the lax mode, which is enabled by default in one-liners. Perhaps TimToady
> > wants to invoke rule #2 on this.
> > Personally, I use an alias that has ‘
25 matches
Mail list logo