[perl #77124] [BUG] 'perl6 --help' doesn't give any help in Rakudo

2010-08-09 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77124] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77124 > guys hi I download rakudo, and when I try do "perl6 --help" I get, http://nopaste.sni

Re: [perl #77108] my $x = 1 // *; assigns Whatever code

2010-08-09 Thread Aaron Sherman
No, I think it's doing the right thing. To say "$x equals 1 if it's defined, otherwise a whatever object," I think you need to say: $x = 1 // {*}.() Which is a bit ugly, but then Whatever isn't really meant to be used that way. Amusingly it does work: ./perl6 -e 'my $x = Mu // {*}.(); for 1 ...

[perl #77108] my $x = 1 // *; assigns Whatever code

2010-08-09 Thread Carl Mäsak via RT
On Mon Aug 09 06:44:14 2010, pawel.pab...@implix.com wrote: > [15:38] rakudo: my $x = 1 // *; $x.WHAT.say > [15:38] rakudo c1e19a: OUTPUT«WhateverCode()␤» > > > "1" is expected because it's first defined value in assignment. Is there something that makes the C operator be treated specially, so

[perl #77098] [PATCH] Fixing *error getting set to itself, which must be an error

2010-08-09 Thread Will Coleda via RT
On Sun Aug 08 22:14:02 2010, petdance wrote: > From fe669b447b49aea2500f8ca29f7e20832d86684f Mon Sep 17 00:00:00 2001 > From: Andy Lester > Date: Sun, 8 Aug 2010 23:26:59 -0500 > Subject: [PATCH] Fix a problem of setting *error with itself. > > --- > src/binder/bind.c |2 +- > 1 files change

[perl #66694] [BUG] a memory error occurs when the a method overridden in an 'is also' class declaration is called in Rakudo

2010-08-09 Thread Will Coleda via RT
On Thu Jun 18 04:24:13 2009, masak wrote: > rakudo: class Failure is also { method foo {say "OH HAI"} }; > .foo > rakudo 9dc941: OUTPUT«OH HAI␤» > new in Perl 6: extensinble undef! > rakudo: class Failure is also { method defined { True } }; say > .defined > rakudo 9dc941: ( no output ) > * m

[perl #77118] [BUG] :a<> should fail with a meaningful message like in STD

2010-08-09 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #77118] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77118 > This is probably related to know parsing bugs. [17:45:26] std: say :a<> [17:45:

[perl #77108] my $x = 1 // *; assigns Whatever code

2010-08-09 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77108] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77108 > [15:38] rakudo: my $x = 1 // *; $x.WHAT.say [15:38] rakudo c1e19a: OUTPUT«WhateverCode

[perl #77114] Rakudo parses my %foo XX= 1 but STD does not

2010-08-09 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77114] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77114 > [16:33] std: my %foo XX= 1; [16:33] std 31912: OUTPUT«===SORRY!===␤C

[perl #77112] undefined sub in substitution eval part not detected in parsetime

2010-08-09 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77112] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77112 > I cannot find if this was already reported: when you use sub in {} part in substitution

[perl #77098] [PATCH] Fixing *error getting set to itself, which must be an error

2010-08-09 Thread via RT
# New Ticket Created by Andy Lester # Please include the string: [perl #77098] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77098 > >From fe669b447b49aea2500f8ca29f7e20832d86684f Mon Sep 17 00:00:00 2001 From: Andy Lester

[perl #77110] LTA message on unescaped "-" in substitution

2010-08-09 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77110 > $ perl6 -e '$_ = "0"; s/-/1/;' Could not find sub &s in main program body at line 1 s

Re: Rakudo star --prefix was removed from blead?

2010-08-09 Thread Grizzly(Francis Smit)
On 09/08/10 19:35, Patrick R. Michaud wrote: On Sun, Aug 08, 2010 at 07:28:41PM +0100, Alberto Simões wrote: On 08/08/2010 19:25, Alberto Simões wrote: Just to ask if the --prefix option from rakudo star was removed by decision, or if it was a mistake Hmms, probably it is the new -gen-parrot

[perl #77106] [BUG] [LHF] Improve Configure.pl message to indicate unreleased Parrot

2010-08-09 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #77106] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77106 > (Bug generated from http://groups.google.com/group/linux.debian.bugs.dist/msg/451

Re: Rakudo star --prefix was removed from blead?

2010-08-09 Thread Patrick R. Michaud
On Sun, Aug 08, 2010 at 07:28:41PM +0100, Alberto Simões wrote: > > > On 08/08/2010 19:25, Alberto Simões wrote: > > Just to ask if the --prefix option from rakudo star was removed by > > decision, or if it was a mistake > > Hmms, probably it is the new -gen-parrot-prefix > (or the old that got

[perl #77104] Rakudo doesn't like WhateverCode ranges in postcircumfix:<[ ]>

2010-08-09 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77104] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77104 > 10:01 < moritz_> rakudo: say [0..*-2] 10:01 <+p6eval> rakudo 38f9f1: OUTPUT«Method 'Num'