On Tue, 07 Nov 2017 17:14:15 -0800, ddgr...@gmail.com wrote:
> On Tue, 07 Nov 2017 17:10:29 -0800, ddgr...@gmail.com wrote:
> > On Sun, 15 Oct 2017 05:19:54 -0700, ddgr...@gmail.com wrote:
> > > On Thu, 31 Dec 2015 05:39:24 -0800, ju...@jules.uk wrote:
> > > >
> > > >
> > > > On 29/12/2015 23:05, T
On Sat, 28 Feb 2015 07:45:31 -0800, b...@abrij.org wrote:
> (10:19:08 AM) skids: m: role g[::T $t] { multi method foo (T $a) {
> "OHAI".say }; multi method foo($a) { "ONOES".say }; };
> g[Int(Str)].new.foo("100")
> (10:19:09 AM) camelia: rakudo-moar 35de75: OUTPUT«ONOES»
> (10:20:59 AM) jnthn: Bah
On Sun, 12 Mar 2017 07:27:37 -0700, allber...@gmail.com wrote:
> On Sun, Mar 12, 2017 at 12:48 AM, Lloyd Fournier
> wrote:
>
> > perl6-loop: 84.8739988
> > c-loop: 67.65849241 (1.25 times faster)
> > native-loop: 0.4981954 (135.81 times faster)
> >
>
> Still quite a lot of optimization to be don
On Sun, 30 Jul 2017 09:49:39 -0700, ronaldxs wrote:
> On Thu, 20 Jul 2017 20:32:12 -0700, lloyd.fo...@gmail.com wrote:
> > I did an experiment a while ago and found that string concatenation
> > in a
> > loop was Ο(n²) in rakudo. I asked about it on irc and jnthn explained
> > to me
> > that this w
On Sun, 05 Nov 2017 07:54:01 -0800, alex.jakime...@gmail.com wrote:
> FWIW the error message seems to be coming from MoarVM:
> https://github.com/MoarVM/MoarVM/blob/ad86184681590c81fc25b9e90b406e5163098796/src/6model/reprconv.c#L607
> (many similar lines like this in that file)
>
> On 2017-11-05 0
On Tue, 07 Nov 2017 17:10:29 -0800, ddgr...@gmail.com wrote:
> On Sun, 15 Oct 2017 05:19:54 -0700, ddgr...@gmail.com wrote:
> > On Thu, 31 Dec 2015 05:39:24 -0800, ju...@jules.uk wrote:
> > >
> > >
> > > On 29/12/2015 23:05, Timo Paulssen via RT wrote:
> > > > On 12/29/2015 12:46 AM, Jules Field (v
On Sun, 15 Oct 2017 05:19:54 -0700, ddgr...@gmail.com wrote:
> On Thu, 31 Dec 2015 05:39:24 -0800, ju...@jules.uk wrote:
> >
> >
> > On 29/12/2015 23:05, Timo Paulssen via RT wrote:
> > > On 12/29/2015 12:46 AM, Jules Field (via RT) wrote:
> > >> # New Ticket Created by Jules Field
> > >> # Please
On Thu, 31 Dec 2015 05:39:24 -0800, ju...@jules.uk wrote:
>
>
> On 29/12/2015 23:05, Timo Paulssen via RT wrote:
> > On 12/29/2015 12:46 AM, Jules Field (via RT) wrote:
> >> # New Ticket Created by Jules Field
> >> # Please include the string: [perl #127064]
> >> # in the subject line of all fu
Fixed in https://github.com/rakudo/rakudo/pull/1189
Not sure where tests should go, roast or rakudo?
On Fri, 25 Aug 2017 19:48:51 -0700, ddgr...@gmail.com wrote:
> On Fri, 25 Aug 2017 18:56:37 -0700, alex.jakime...@gmail.com wrote:
> > The input file for this problem is ≈15 MB so please bear with
> > external
> > link:
> > https://files.progarm.org/golfed.gz (1.6 MB compressed)
> >
> > Command:
>
On Fri, 25 Aug 2017 18:56:37 -0700, alex.jakime...@gmail.com wrote:
> The input file for this problem is ≈15 MB so please bear with external
> link:
> https://files.progarm.org/golfed.gz (1.6 MB compressed)
>
> Command:
> perl6 -ne 'say $++' golfed
> # or
> perl6 -ne 'say $++' < golfed
>
> Result
On Thu, 16 Oct 2014 10:43:27 -0700, masak wrote:
> I'm about to close
> https://rt.perl.org/Ticket/Display.html?id=118581 (because it no
> longer segfaults).
> just curious: what *should* this return?
> m: say \(1) ~~ :(1)
> rakudo-moar 329ed9: OUTPUT«True»
> m: say \(1) ~~ :(Int)
> rakudo-m
On Mon, 07 Jul 2014 13:35:26 -0700, coke wrote:
> On Sat Jan 04 06:24:21 2014, masak wrote:
> > p: say &OUR::bar()
> > rakudo-parrot e32249: OUTPUT«No such method 'Any' for
> > invocant of type 'Parcel' [...]
> > anyway, that error mesage is LTA
> > * masak submits LTA error message
>
> Even mo
On Tue, 05 Aug 2014 14:27:17 -0700, masak wrote:
> m: my @a = $(1, 2, 3); say [>>+<<] @a;
> rakudo-moar 3ad15f: OUTPUT«Not enough positional parameters
> passed; got 1 but expected 2 [...]
> m: my @a = $(1, 2, 3), $(0, 0, 0); say [>>+<<] @a;
> rakudo-moar 3ad15f: OUTPUT«1 2 3»
> ^- i don't kn
14 matches
Mail list logo