On Wed Mar 27 05:46:13 2013, masak wrote:
> how to lowercase string?
> it's a code smell, because it hinders composability and thus
> scalability.
> lc
> r: say lc "OMG KITTENS"
> rakudo b972ca: OUTPUT«omg kittens»
> oh... that easy
> r: say "OMG KITTENS".lc
> rakudo b972ca: OUTPUT«omg kit
On Sun Sep 01 08:37:30 2013, Mouq wrote:
> Fixed in rakudo:
> 09:11 < Mouq> r: .++; .say
> 09:11 <+camelia> rakudo a0d7ce: OUTPUT«1»
>
> Tests for $var.++ exist in S02-lexical-conventions/unspace.t, but a
> separate test file for dotty postfixes, postcircumfixes, and prefixes is
> not out of the
On Thu Oct 18 02:13:15 2012, moritz wrote:
> The problem is that the $*ACTIONS contextual is set to a type object
> (used to be Any, now Mu), so $*ACTIONS.any existed, but caused an error.
>
> commit 0973612366de17d6eab26e975663e63170e5d1d5 eased some of the pain
> by switching it from Any to Mu,
On Sat Feb 01 12:46:22 2014, pesc...@gmail.com wrote:
> Am Mi 17. Nov 2010, 07:56:55, min...@gmail.com schrieb:
> > Hi there,
> >
> > It seems some bug with unspace.
> >
> >
> > Sincerely,
> > Mindos
> >
> > say "Hello"#`[Fnord],"World!"
> > rakudo 015d77: OUTPUT«HelloWorld!»
> >
> > say "He
In general, the output is now:
01:55 r: my $l = 3; say "x" x 10 ~~ / x ** {$l} /
01:55 rakudo-parrot 79167a, rakudo-jvm 79167a, rakudo-moar 79167a:
OUTPUT«===SORRY!=== Error while compiling
/tmp/tmpfileBlock case of ** quantifier not yet implementedat
/tmp/tmpfile:1--> m
On Tue May 29 12:45:31 2012, diakopter wrote:
> On Mon Oct 10 18:09:05 2011, coke wrote:
> > No substantial change:
> >
> > 21:08 < [Coke]> rakudo: sub foo($x where 1 --> Int) {}
> > 21:08 <+p6eval> rakudo 38907e: OUTPUT«===SORRY!===Missing block at
> line 1,
> > near ") {}"»
>