On Sun Mar 22 06:09:15 2009, jk...@verizon.net wrote:
> On Mon Mar 19 15:43:27 2007, particle wrote:
> > there's a number of scripts and utilities in the tools/ subtree which
> > i suspect have gone unused for some time now. this ticket is a
> > placeholder to track efforts on surveying and fixing
Author: moritz
Date: 2009-05-17 19:41:34 +0200 (Sun, 17 May 2009)
New Revision: 26864
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] remove a left-over $ (now $/.ast)
Modified: docs/Perl6/Spec/S02-bits.pod
===
--- docs/Perl6/Sp
Hi,
(sorry for yet another p6l email mentioning junctions; if they annoy you
just ignore this mail :-)
while reviewing some tests I found the "each() comprehension" in S02
that evaded my attention so far.
Do we really want to keep such a rather obscure syntactic
transformation? I find an explici
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #65700]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=65700 >
perl6: class A { my subset B of Int where { $^n < 10 }; has B
$.c }; A.new( c => 20 );
Hi,
no one answered at #perl6, so I sending this question in list:
ihrd: I have question about attr initialization
ihrd: if I have two attr with same name
ihrd: like @.args and %.args
ihrd: and instance object, like .new(args => {foo => 1}), rakudo init both attr
ihrd: and question is, how this is
Hi,
t/oo/value_types.t mentions the "is value" trait, which doesn't appear
in the spec anywhere. According to the discussion in [1] there was
speculation about 'is cow' and 'is value', but the former didn't seem to
enter the spec either.
So what should I do about that test? Simply delete it?
Mor
Илья (>):
> no one answered at #perl6, so I sending this question in list:
>
> ihrd: I have question about attr initialization
> ihrd: if I have two attr with same name
> ihrd: like @.args and %.args
> ihrd: and instance object, like .new(args => {foo => 1}), rakudo init both
> attr
> ihrd: and qu
Guy (>):
> My last post resulted in a request to whitelist my email address with
> some russian web page.
>
> Please unsubscribe this person from the list.
>
> With the respect, I hope for the understanding
> Alexey Grebenschikov di...@mail.ua
>
> Since I DO NOT understand his web pag
Author: jdlugosz
Date: 2009-05-18 07:01:27 +0200 (Mon, 18 May 2009)
New Revision: 26868
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
Fix one typo, s/know/known/. Really just low-hanging fruit to test my Commit
access and procedures therein. I'm assuming that the VERSION block is updated