# 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
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 ...
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
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
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
# 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:
# 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
# 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«[31m===[0mSORRY![31m===[0mC
# 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
# 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
# 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
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
# 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
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
# 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'
15 matches
Mail list logo