[perl #60716] [PATCH] invoke multi-level namespace grammars from rules

2008-11-21 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #60716] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60716 > This code works in Rakudo rev 32970: grammar GrammarOne { token foo { 'foo' }; } g

[perl #60718] [PATCH] better error message for .new on undefined class

2008-11-21 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #60718] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60718 > If you accidentally try to instantiate a class that has not been defined, but the names

Re: [perl #60674] sign($x) always returns 1 when $x ~~ Complex

2008-11-21 Thread Mark J. Reed
On Thu, Nov 20, 2008 at 4:25 PM, Wolfgang Laun <[EMAIL PROTECTED]> wrote: > So, calling sqrt with a real < 0, should not come back with a complex > number. Again, I think this should depend on context. In Perl5, simply use'ing "Math::Complex" changes the behavior of sqrt such that sqrt(-1) return

[perl #60732] Hash indexes shouldn't work on array refs

2008-11-21 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #60732] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60732 > >From #perl6 today: 19:33 < moritz_> rakudo: my $x = [ 42 ]; say $x<0> 19:33 < p6eval> r

[perl #60734] [TODO] $^foo variable should also declare corresponding $foo variable

2008-11-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60734] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60734 > This should output "dito" twice: $ ./perl6 -e '{ say $^same; say $same }.("dito")' Scop

Re: [perl #60732] Hash indexes shouldn't work on array refs

2008-11-21 Thread jerry gay
On Fri, Nov 21, 2008 at 10:43, via RT Moritz Lenz <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Moritz Lenz > # Please include the string: [perl #60732] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=60732 > > > > Fr