Author: infinoid
Date: Wed Jan 7 22:53:23 2009
New Revision: 35191
Modified:
trunk/docs/pdds/pdd13_bytecode.pod
Log:
[pdd13] Clarify a TODO item somewhat regarding the potential use of
ManagedStruct and/or UnmanagedStruct.
Modified: trunk/docs/pdds/pdd13_bytecode.pod
# New Ticket Created by Richard Hainsworth
# Please include the string: [perl #62064]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62064 >
These dont appear to be implimented, but are not listed in the
unimplimented page
Em Qui, 2009-01-08 às 13:42 +1100, Timothy S. Nelson escreveu:
> On Wed, 7 Jan 2009, Jon Lang wrote:
> > How would I define the method for writing to an iterator?
> I guess I'd assumed that writing to an iterator wouldn't be possible,
> as there are kinds of iterators where writing to them m
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #62066]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62066 >
perl6: say (*-1).WHAT
..rakudo 35195: OUTPUT«Null PMC access in get_number() [...]
* m
# New Ticket Created by Richard Hainsworth
# Please include the string: [perl #62068]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62068 >
The output from .perl for a regex could be more useful than currently.
I have
$ pe
# New Ticket Created by Richard Hainsworth
# Please include the string: [perl #62070]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62070 >
I have the following in a file test.pl
macro doit ($word) {
return quasi >> <<<
Hi,
I already spoke that on IRC, but this issue seems pretty important, so I
decided to post here instead.
STD currently doesn't make a difference from
foo(1,2,3,a=>1,:b(2),:c<4>)
and
(1,2,3,a=>1,:b(2),:c<4>)
regarding the content inside the parens.
But the spec is pretty much clear that
Here's a solution to the scripting competition test. Patrick suggested
publishing solutions somewhere, including this list.
#!/usr/local/bin/perl6
=pod
Patrick Michaud suggested
(http://use.perl.org/~pmichaud/journal/38134?from=rss) writing solutions to
scripting game definitions as a way of e
I like the sound of "Rakudo Tuesday".
xoa
Begin forwarded message:
From: Joe Kline
Date: January 8, 2009 2:51:53 PM CST
To: Purdue Perl Mongers
Subject: [Purdue-pm] meeting date
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
- From a recent blog entry by chromatic on use.perl.org:
"We rel
On Thursday 08 January 2009 12:53:49 Andy Lester wrote:
> I like the sound of "Rakudo Tuesday".
I can't read the word "Purdue" without thinking "Year of the Purdue Wonder
Chicken" -- but try working that into Perl 6 advocacy.
-- c
On Jan 8, 2009, at 3:11 PM, chromatic wrote:
I can't read the word "Purdue" without thinking "Year of the Purdue
Wonder
Chicken" -- but try working that into Perl 6 advocacy.
Except that's Perdue.
xoa
--
Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance
Author: particle
Date: 2009-01-08 23:06:35 +0100 (Thu, 08 Jan 2009)
New Revision: 24809
Modified:
docs/Perl6/Spec/S19-commandline.pod
Log:
[S19] address backward (in)compatibilities
Modified: docs/Perl6/Spec/S19-commandline.pod
==
I was pretty averse to adding an additional configure step myself. The
problem is that warnings.pm checks specifically for supported compiler
flags and I didn't want to include other things there. The bug is that
gcc.pm is hardcoded for version 4.x rather than checking. I didn't want to
add
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #62086]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62086 >
Rakudo r35221:
regex t1 {
'(' ~ ')' 'ab'
}
'x(ab' !~~ m//;
say "done",
The regex
donald.hun...@gmail.com wrote:
I was pretty averse to adding an additional configure step myself. The
problem is that warnings.pm checks specifically for supported compiler
flags and I didn't want to include other things there. The bug is that
gcc.pm is hardcoded for version 4.x rather than che
On Thu, Jan 8, 2009 at 15:42, Mark Glines wrote:
> donald.hun...@gmail.com wrote:
>>
>> I was pretty averse to adding an additional configure step myself. The
>> problem is that warnings.pm checks specifically for supported compiler flags
>> and I didn't want to include other things there. The bug
>
> On Jan 8, 2009, at 3:11 PM, chromatic wrote:
>
>> I can't read the word "Purdue" without thinking "Year of the Purdue
>> Wonder Chicken" -- but try working that into Perl 6 advocacy.
>
> Except that's Perdue
>
> Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance
"A La Recherc
Author: lwall
Date: 2009-01-09 02:00:04 +0100 (Fri, 09 Jan 2009)
New Revision: 24819
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] clarify that Pairs and Mappings are mutable in value, but not in key
Modified: docs/Perl6/Spec/S02-bits.pod
==
Author: particle
Date: 2009-01-09 03:07:28 +0100 (Fri, 09 Jan 2009)
New Revision: 24822
Modified:
docs/Perl6/Spec/S19-commandline.pod
Log:
[S19] delimited options use eager matching semantics, are invisible to MAIN,
but are available via %+OPTS<...>
Modified: docs/Perl6/Spec/S19-commandline.p
Author: particle
Date: 2009-01-09 03:20:40 +0100 (Fri, 09 Jan 2009)
New Revision: 24823
Modified:
docs/Perl6/Spec/S19-commandline.pod
Log:
[S19] incorporate more of TimToady++'s notes, and format Notes section as
proper Pod
Modified: docs/Perl6/Spec/S19-commandline.pod
===
pugs-comm...@feather.perl6.nl wrote:
Log:
[S02] clarify that Pairs and Mappings are mutable in value, but not in key
KeyHash Perl hash that autodeletes values matching default
KeySet KeyHash of Bool (does Set in list/array context)
KeyBag KeyHash of UInt (does Bag
On Thu, 2009-01-08 at 23:06 +0100, pugs-comm...@feather.perl6.nl wrote:
> +=item -0 *octal/hex*
> +
> +Sets input record separator. Missing due to lack of specification in
> +L. There is a comment about this in the L
> +section at the end of this document.
I use this option quite a bit -- but on
Darren Duncan wrote:
> pugs-comm...@feather.perl6.nl wrote:
>>
>> Log:
>> [S02] clarify that Pairs and Mappings are mutable in value, but not in key
>
>
>>
>> KeyHash Perl hash that autodeletes values matching default
>> KeySet KeyHash of Bool (does Set in list/array context)
>>
23 matches
Mail list logo