Author: lwall
Date: 2010-04-05 20:30:30 +0200 (Mon, 05 Apr 2010)
New Revision: 30319
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05] rewrite misleading description of "thunk"
Modified: docs/Perl6/Spec/S05-regex.pod
===
--- doc
Author: lwall
Date: 2010-04-05 19:16:34 +0200 (Mon, 05 Apr 2010)
New Revision: 30317
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] rename ObjID to ObjAt to reduce possibility of collision with user types
Modified: docs/Perl6/Spec/S02-bits.pod
==
Author: lwall
Date: 2010-04-05 18:47:42 +0200 (Mon, 05 Apr 2010)
New Revision: 30315
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] clarify that object identity from WHICH may not be a mundane value type
Modified: docs/Perl6/Spec/S02-bits.pod
===
# New Ticket Created by Richard Hainsworth
# Please include the string: [perl #74054]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=74054 >
using rakudo updated on 4.4.10
perl6
> sub aaa (%h is rw) { %h = Z 1,2,3 }; my
On Sat Feb 20 03:57:14 2010, masak wrote:
> rakudo: {nom,nom,nom}.=()
> rakudo 3b869c: OUTPUT«src/hash.c:144: failed assertion
> 's'Backtrace - Obtained 17 stack frames [...]
> Now you've gone and done it.
> it eated itself
> * masak submits diakopter's rakudobug
> rakudo: {}.=()
> rakudo 71
Am 03.04.2010 21:08, schrieb Moritz Lenz via RT:
Did you run 'make install', and try to launch the installed executable?
I didn't build but installed the precompiled Windows version.
( http://sourceforge.net/projects/parrotwin32/files/ )
It runs beautifully out of the box.
Just the special
On Wed Mar 10 06:25:37 2010, masak wrote:
> rakudo: sub foo(%h($left)) {}; foo({ no => "left key" })
> rakudo 5b81df: OUTPUT«Not enough positional parameters
> passed; got 0 but expected 1 [...]
> I guess that's a correct error message... wonder if it can be
> made awesomer, though...
Awesomize
On Mon Mar 29 09:26:52 2010, masak wrote:
> rakudo: class A { method f(*%_) { |%_ } }'
> rakudo 534afd: OUTPUT«Placeholder variables cannot be used in
> a method [...]
> That's certainly a bug
> * masak submits rakudobug
Now fixed; given to moritz++ for tests.
Jonathan
This has been discussed on IRC, but for the record I'll dump my thoughts
and current progress here.
First the matter is much deeper than simply a wrong type name: All of
the objects accessible form the current Match object are really parrot
types, so for example .kv won't work on the hashes, .sort
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #74060]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=74060 >
rakudo: my @s = ($_ * 2 if $_ ** 2 > 3 for 0 .. 99); say @s.perl
rakudo 02cf9c: OUTPUT
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #74056]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=74056 >
rakudo: my @a=; say ?...@a.grep("all")
rakudo 02cf9c: OUTPUT«1»
mberends: did you su
11 matches
Mail list logo