# New Ticket Created by "Flavio Poletti"
# Please include the string: [perl #68482]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=68482 >
As of 0d4fe08d2e6f, rakudo has the following behaviour:
> my %h = 1 => 3; my $x = %h
# New Ticket Created by ARTHUR WOLF
# Please include the string: [perl #68498]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=68498 >
hello
first bug report so i'm not sure i'm doing this right.
so, perl6 -e ' class A { ha
Hi,
I tried to implement a method postcircumfix:<( )> for the Whatever type
so that you can write
@array.sort: *.(5)
to sort an array of closures by their return values when invoked with
the number 5.
I think the attached patch should do that, but when I try it I get:
$ ./perl6 -e 'say (*
On Wed, Aug 12, 2009 at 04:25:49PM -0500, Kyle Hasselbacher wrote:
> use v6;
>
> my $s; # ! $x.defined
> my @a; # @a.defined
>
> That's the current Rakudo behavior. RT #64968 suggests that this is a
> bug. In Perl 5, @a would not be defined until something was put into
> it. Which should i
This is an automatically generated mail to inform you that tests are now
available in t/spec/S05-match/capturing-contexts.t
commit 81e0541ab4c7c1026da0f6a3aa1abf6b7611a3c3
Author: kyle
Date: Thu Aug 13 18:56:14 2009 +
[t/spec] feeble test for RT #64948
git-svn-id: http://svn.
Hinrik Örn Sigurðsson wrote:
I was wondering if there had been any discussion about how to type
file and directory names in Perl 6. I've read a couple of posts about
file test operators, where some have suggested making filenames
special, either as a subtype of Str or something else entirely. Tha
I was wondering if there had been any discussion about how to type
file and directory names in Perl 6. I've read a couple of posts about
file test operators, where some have suggested making filenames
special, either as a subtype of Str or something else entirely. That
way Str wouldn't have all the
This is an automatically generated mail to inform you that tests are now
available in t/spec/S05-match/capturing-contexts.t
commit 8f37464de8e12e033fbbdec55773a3567f5600e4
Author: kyle
Date: Thu Aug 13 12:39:58 2009 +
[t/spec] Cut out the tests for RT #64948
The tests as writ
Author: jani
Date: 2009-08-13 14:19:25 +0200 (Thu, 13 Aug 2009)
New Revision: 27978
Modified:
docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
S32/Containers iterator rephrase (similar to S09 hash keys spec)
Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
==
Raiph Mellor hyperpunned:
> With this whiny man exchange ultimately having bourne supreme fruit,
> the apocalypse watch for the post damian weekend begins...
ARRRG!
Damian ;-)
> Excellent idea. But may I suggest you perhaps might like to hold off
> that discussion until next week?
>
> @Larry had some very fruitful discussions about the long-overdue Pod
> spec during YAPC::EU last week and, as a result, I plan to (finally!!!)
> release a new version of S26 this week-end.
On 2009-Aug-11, at 1:38 pm, raiph mellor wrote:
For a quick backgrounder, Larry had talked of reserving backtick for
use as a user defined operator [1], Mark had suggested its use as a
(tightly bound) comment [2], and James et al had suggested using it to
declare units [3].
I'd like to see unit
Raiph Mellor wrote:
> Anyhoo, I'd love to see a session of brainstorming, with nitty gritty
> detail, about possible ways to get what you guys and Mark and I and
> perhaps others think we would like to see in the way of super tightly
> woven together comments and code, where said brainstorming in
On Thu, Aug 13, 2009 at 1:00 AM, Darren Duncan wrote:
> Timothy, you raise a good point...
> [discussion]
> I think this can be made to work without much fuss
I'm curious about these sorts of conversations, and the way the
community works in relation to them.
I'm also curious about this specific
14 matches
Mail list logo