[perl #128906] [BUG] Supply .throttle hangs/wrong results

2016-08-11 Thread via RT
# New Ticket Created by 刘刊 # Please include the string: [perl #128906] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128906 > As shown below, of the 3 consecutive times the following code was run, 2 hung. the results produced

Re: [perl #128878] Supply.interval is drifting

2016-08-11 Thread Aleks-Daniel Jakimenko-Aleksejev
You can do it without % 1, sure. It is there to make it easier to see the drift with your eyes, but you can see it without it. > The occasional extra .01 seconds is expected, as we sleep for 'at least' .1 seconds and can't be super exact. Sure, but there is no 「sleep」 in Supply.interval(1) exampl

[perl #128905] [BUG] Some core Routines do not do Callable role

2016-08-11 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128905] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128905 > To me this looks like a bug, or at least an inconsistency. The failure to do a Callable m

[perl #128903] [BUG] SetHash::push not implemented

2016-08-11 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #128903] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128903 > my SetHash $sh .= new; $sh.push('a'); # OUTPUT: # OUTPUT«Cannot resolve caller push(

Re: Build error while installing Rakudo on Ubuntu

2016-08-11 Thread İsmail Arılık
Thanks! 11 Ağu 2016 Per, 23:01 tarihinde, Bennett Todd şunu yazdı: > Have more than 1GB RAM --- or plenty of swap, and vast patience. > -- İsmail Arılık

Re: Build error while installing Rakudo on Ubuntu

2016-08-11 Thread Bennett Todd
Have more than 1GB RAM --- or plenty of swap, and vast patience.

Build error while installing Rakudo on Ubuntu

2016-08-11 Thread İsmail Arılık
Hi. I have taken an error while building Rakudo with the way which explained here: http://rakudo.org/how-to-get-rakudo/#Installing-Rakudo-Star-Source-Rakudobrew The error: ``` # rakudobrew build moar ... Stage start : 0.000 Stage parse : Killed Makefile:447: recipe for target 'CORE.s

[perl #128900] [LHF] Make ^C in REPL abort the current line, if one is running

2016-08-11 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128900] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128900 > If you start the REPL and then run: sleep 5 Or any other long running command,

[perl #120443] error message is not compete

2016-08-11 Thread Will Coleda via RT
On Sun Jul 12 15:10:34 2015, equinox wrote: > On 7/9/2015 8:30 PM, Will Coleda via RT wrote: > > On Sat Nov 02 10:31:21 2013, equinox wrote: > >> C:\rakudo\bin>perl6 -I D:\m\p6\perl6grammer\nqp\src -I > >> D:\m\p6\perl6grammer D:\m\p6\perl6grammer\Perl6\Grammar.pm6 > >> [18:20:12] [jaffa4] ===SORR

[perl #128897] [LTA] "-0".Num isn't negative

2016-08-11 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128897] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128897 > > "-0".Num.perl 0e0 It's surprising that that's producing a floating-point positive zero, rath

[perl #126477] [glr] .assuming on sub with is copy parameter fails

2016-08-11 Thread Will Coleda via RT
On Wed Oct 28 13:40:45 2015, gfldex wrote: > sub foo(@a is copy, :$flag){ say @a }; > my @a = 1,2; > (&foo.assuming(:flag))(@a); > > # OUTPUT«replace this Array is copy logic␤ in sub __PRIMED_ANON at > EVAL_2:2␤ in sub __PRIMED_ANON at > EVAL_2:1␤ in block at /tmp/TlcJQPUFbc:1␤ Coming from:

[perl #116186] [GLR] Complex Recursive Sequences

2016-08-11 Thread Will Coleda via RT
On Sun Dec 23 16:28:31 2012, TimTom wrote: > > Rakudo Version: 2012.12-38-gc8de2eb > > > Story: > > > I was attempting to write a different solution to the Collatz Sequence > problem in this years Advent Calendar. I figured it was a sequence of > numbers, the sequence operation should be able

[perl #128896] Punning a role in a different thread a bit fragile

2016-08-11 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #128896] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128896 > [15:08:49] apart from a flapper on t/spec/S17-promise/start.t that I haven't

Re: [perl #128892] --profile is broken

2016-08-11 Thread Elizabeth Mattijsen
Fixed with 3878066a953195276ef9 , not sure if we have tests for this, and if not, what they would look like. Can be closed I think. > On 10 Aug 2016, at 21:51, Elizabeth Mattijsen (via RT) > wrote: > > # New Ticket Created by Elizabeth Mattijsen > # Please include the string: [perl #128892

Re: [perl #128895] [BUG] $*ARGFILES.words does not fallback to $*IN

2016-08-11 Thread Elizabeth Mattijsen
FWIW, this was fixed with the work on IO::CatHandle/CatPath (630a9b20f9e829bf1535 and later). Unfortunately, we had to revert this until 6.d will come around. > On 11 Aug 2016, at 01:42, Wenzel Peppmeyer (via RT) > wrote: > > # New Ticket Created by Wenzel Peppmeyer > # Please include the