[perl #127847] [PATCH] Bug #126800

2016-04-10 Thread Christian Bartolomaeus via RT
On Sun Apr 10 14:01:06 2016, alex.jakime...@gmail.com wrote: > This can be closed. See https://github.com/rakudo/rakudo/pull/737 Thanks. I'm closing this ticket as 'resolved'.

[perl #127869] [BUG] if my $match is True and False

2016-04-10 Thread via RT
# New Ticket Created by Martin Barth # Please include the string: [perl #127869] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127869 > Hi there, following code dies in this line: if my $match = $r.match($meth, $uri) { die

[perl #127864] Strange MAIN positional string interpolations

2016-04-10 Thread via RT
# New Ticket Created by Jake Russo # Please include the string: [perl #127864] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127864 > >From IRC: 9:22 PM if I pass a : at the beginning of a string argument to MAIN, it fails

Re: [perl #127860] [BUG][PRECOMP] Wrapped method fails when precompiled

2016-04-10 Thread Jonathan Stowe
I'm actually surprised there are as few "Cannot invoke this object" tickets: https://rt.perl.org/Search/Simple.html?q=%22Cannot+invoke+this+object%2 2 A cursory survey of those would suggest that they all fall in a wider category of "code attribute of some type not surviving precompilation" On

[perl #127873] [BUG][PRECOMP] require ::($foo) slowdown for installed modules

2016-04-10 Thread via RT
# New Ticket Created by David Warring # Please include the string: [perl #127873] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127873 > : % git checkout https://github.com/cosimo/perl6-digest-md5.git % cd

Re: can a method name contain a funny character?

2016-04-10 Thread Theo van den Heuvel
Hi Brock, no, that gives me Missing block Theo Brock Wilcox schreef op 2016-04-10 15:55: Maybe try it without the term, just "method funnychar (..." On Apr 10, 2016 09:23, "Theo van den Heuvel" wrote: Hi perl6 fans, I can use funny characters in operators or in sub

[perl #127872] &-sigiled regex parameter does not become available to regex body

2016-04-10 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #127872] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127872 > The following fails to compile with "Undeclared routine: regex": my token foo () { <> };

[perl #123276] Rakudo precompilation bug on all backends

2016-04-10 Thread Christian Bartolomaeus via RT
On Sat Jan 02 13:14:43 2016, david.warring wrote: > This could be a bit of a non-issue in Perl 6.c, which handles > precompilation and gets this right: > > $ perl6 --version > This is Rakudo version 2015.12-72-g3ea4dff built on MoarVM version > 2015.12 > implementing Perl 6.c. > $ $ perl6-m -I

[perl #127870] Missing redeclaration error for package foo {}; enum foo

2016-04-10 Thread via RT
# New Ticket Created by raiph # Please include the string: [perl #127870] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127870 > What I did == package foo {} enum foo What I expected === The same

Re: can a method name contain a funny character?

2016-04-10 Thread Brock Wilcox
Maybe try it without the term, just "method funnychar (..." On Apr 10, 2016 09:23, "Theo van den Heuvel" wrote: > Hi perl6 fans, > > I can use funny characters in operators or in sub names (using > term:<...>). However, when I try the same thing with an operator as in: > >

can a method name contain a funny character?

2016-04-10 Thread Theo van den Heuvel
Hi perl6 fans, I can use funny characters in operators or in sub names (using term:<...>). However, when I try the same thing with an operator as in: class Foo { method term:<❤> { "mem heart".say } } my Foo $foo .= new; $foo.❤; I get: Malformed postfix call That is unexpected for me,

[perl #127716] What is Radudo? Isn't it Rakudo? Mac OS X Rakudo install

2016-04-10 Thread Christian Bartolomaeus via RT
On Sat Apr 02 11:08:03 2016, steve.mynott+bitc...@gmail.com wrote: > > Fixed in ae3bf37 Tanks! I'm closing this ticket as 'resolved'.