[perl #117373] [TODO] &tc and .tc in Rakudo

2014-04-16 Thread Alexander Moquin via RT
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

[perl #73640] [BUG] Strange failure in perl6-actions.pir when parsing '.++()' in Rakudo

2014-04-16 Thread Alexander Moquin via RT
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

[perl #77350] Calling a token 'any' calls for trouble

2014-04-16 Thread Alexander Moquin via RT
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,

[perl #79340] [Bug] Unspace failed

2014-04-16 Thread Alexander Moquin via RT
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

[perl #73172] Rakudo doesn't recognize closure form of repetition quantifier

2014-04-16 Thread Alexander Moquin via RT
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/tmpfile␤Block case of ** quantifier not yet implemented␤at /tmp/tmpfile:1␤--> m

[perl #76096] [BUG] Can't have a '-->' after a parameter with a 'where' clause in Rakudo

2014-04-16 Thread Alexander Moquin via RT
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 ") {}"␤» >