ezmlm warning

2012-11-13 Thread perl6-users-help
Hi! This is the ezmlm program. I'm managing the perl6-us...@perl.org mailing list. I'm working for my owner, who can be reached at perl6-users-ow...@perl.org. Messages to you from the perl6-users mailing list seem to have been bouncing. I've attached a copy of the first bounce message I received

[perl #75674] [BUG] [TODO] Make 4 ... 0, 1, 2, 3, 4 (an infix:<...> with a list to the right) do the right thing in Rakudo

2012-11-13 Thread Will Coleda via RT
On Sat Jun 12 08:35:16 2010, jn...@jnthn.net wrote: > On Sat Jun 12 08:16:42 2010, dimid wrote: > > fix for this bug into attach > > Patch applied, awaiting test coverage. > > Jonathan Tests added to S03-sequence/basic.t (with minor whitespace tweak from TimToady++); -- Will "Coke" Coleda

perl6-all@perl.org

2012-11-13 Thread Will Coleda via RT
On Thu May 13 02:26:43 2010, moritz wrote: > S06 specifies the .cando method in routines, which returns a list of > candidates matching the signature passed as argument. This appears to be implemented and tested in S06-other/introspection.t. -- Will "Coke" Coleda

[perl #114886] [BUG] Ordering of multis doesn't tie-break in Rakudo

2012-11-13 Thread Will Coleda via RT
On Tue Oct 16 09:18:27 2012, jn...@jnthn.net wrote: > On Thu Sep 13 11:08:56 2012, masak wrote: > > in http://rosettacode.org/wiki/FizzBuzz#Perl_6 the second > > solution should not require 'is default' according to S12:1210 > > masak: ^ rakudobug > > TimToady: are you able to demonstrate it gol

[perl #115208] say.HOW.say -> null PMC error

2012-11-13 Thread Will Coleda via RT
On Mon Nov 05 14:00:30 2012, jn...@jnthn.net wrote: > On Tue Oct 09 19:55:11 2012, coke wrote: > > > say.HOW.say > > > > Null PMC access in get_bool() > > > Now works as it should: > > > say.HOW.say > > Perl6::Metamodel::ClassHOW.new() > > Tagging testneeded. > > /jnthn > Test added to S12-

[perl #115280] [BUG] Null PMC access when doing .HOW on attributes in Rakudo

2012-11-13 Thread Will Coleda via RT
On Mon Oct 15 15:34:21 2012, jn...@jnthn.net wrote: > On Mon Oct 15 07:24:57 2012, masak wrote: > > r: say (class { has $.x }).new.x.HOW > > rakudo 8a07b8: OUTPUT«Null PMC access in get_bool()␤ in > > attributes [...] in method perl [...] in method gist [...] in sub say > > [...] > > * masak sub

[perl #115506] [BUG] Bad failure mode when macro returns AST.new in Rakudo

2012-11-13 Thread Will Coleda via RT
On Sat Nov 03 09:17:06 2012, masak wrote: > On Sat Oct 27 10:45:32 2012, masak wrote: > > r: macro marco { AST.new }; marco > > rakudo 6859fb: OUTPUT«===SORRY!===␤Error while compiling > > block : Error while compiling op call: Error while compiling block : > > Error while compiling block : Unkno

[perl #115508] [TODO] \a in double-quoted strings in Rakudo

2012-11-13 Thread Will Coleda via RT
On Thu Nov 01 14:12:51 2012, jn...@jnthn.net wrote: > On Sat Oct 27 12:58:31 2012, masak wrote: > > Poppa: Got an alarm bell? > > Rusty: I do > > Poppa: Then ring that bell > > -- Starlight express > > > > r: say '\a' > > rakudo 9d50d6: OUTPUT«\a␤» > > std: say "\a" > > std

[perl #115598] [BUG] &take returns 0, not the value taken in Rakudo

2012-11-13 Thread Will Coleda via RT
On Mon Nov 05 13:54:40 2012, jn...@jnthn.net wrote: > On Mon Nov 05 06:04:33 2012, masak wrote: > > basically, 'take' both yields its value and returns, right? > > so my $x = take 3; sets $x to 3? > > r: my $x = take 3; say $x; > > r: my @a = gather { say take 3 }; > > rakudo 64208d: OUTPUT«0␤

[perl #72082] [BUG] LTA error message when sending too few parameters to an only sub

2012-11-13 Thread Will Coleda via RT
On Fri Jun 01 17:41:14 2012, diakopter wrote: > On Tue May 29 14:46:17 2012, diakopter wrote: > > On Tue Oct 04 17:32:39 2011, coke wrote: > > > On Thu Jan 14 07:12:33 2010, masak wrote: > > > > This be Rakudo db84bc, chugging along on Parrot r43174. > > > > > > > > $ perl6 -e 'sub foo(@a, $b) {};

[perl #66888] [BUG] texas quotes do not nest properly in q<<>> strings

2012-11-13 Thread Will Coleda via RT
On Sun Jan 30 21:31:29 2011, coke wrote: > On Wed Jun 24 09:11:30 2009, KyleHa wrote: > > OK, I've added a test for this in S02- > > whitespace_and_comments/comments.t > > The test is now found in S02-literals/quoting.t (added linkback to this RT) And the test has been unTODO'd. Closing ticket.

[perl #65654] Texas quotes do The Wrong Thing when interpolating vars with strings with spaces in them in Rakudo

2012-11-13 Thread Will Coleda via RT
On Sun May 27 20:29:15 2012, coke wrote: > On Sun Jan 30 22:14:47 2011, coke wrote: > > On Thu May 14 07:48:19 2009, masak wrote: > > > rakudo: my $foo = 'hello world'; say «$foo».elems > > > rakudo 705cb2: OUTPUT«1␤» > > > oops. > > > oh well :-) > > > it's not yet christmas ;-) > > > * ma

[perl #62224] [todo] macro not working

2012-11-13 Thread Will Coleda via RT
On Thu Jan 08 06:11:21 2009, richardh wrote: > I have the following in a file test.pl > > macro doit ($word) { > return quasi >> <<<$word>>> ;> > }; > > doit('one'); > doit('two'); > doit('three'); > > > It should - I think - be outputting: > one one > two two > three three > > Instead I get

[perl #115712] [BUG] When somebody sets up it the BOM, all our base are not belong to Rakudo

2012-11-13 Thread Carl Mäsak via RT
On Tue Nov 13 04:29:08 2012, masak wrote: > I wonder why we shouldn't simply strip the BOM in Rakudo if we > find it. The grammar now ignores BOM at the start of a compilation unit. Spectest added. Resolving ticket.

Re: [perl #115712] [BUG] When somebody sets up it the BOM, all our base are not belong to Rakudo

2012-11-13 Thread Patrick R. Michaud
On Tue, Nov 13, 2012 at 04:29:08AM -0800, Carl Mäsak wrote: > we could even put it in the grammar, and just ignore it. > I suggest we make things just work. > me too. +1. Just ignore any BOM at the beginning of the program. Pm

[perl #115712] [BUG] When somebody sets up it the BOM, all our base are not belong to Rakudo

2012-11-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115712] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115712 > here you have a guestion... why my *.pl file with utf-8 coding does not fire whe