[svn:parrot-pdd] r35191 - trunk/docs/pdds

2009-01-08 Thread infinoid
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

[perl #62064] tr/// and s/// dont work yet

2009-01-08 Thread via RT
# 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

Re: Writing to an iterator

2009-01-08 Thread Daniel Ruoso
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

[perl #62066] Null PMC access on (*-1).WHAT in Rakudo

2009-01-08 Thread Carl Mäsak
# 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

[perl #62068] output from .perl for regex

2009-01-08 Thread via RT
# 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

[perl #62070] macro not working

2009-01-08 Thread via RT
# 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 >> <<<

STD proposal: Make capture part of the parsing

2009-01-08 Thread Daniel Ruoso
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

Scripting competition: password solution

2009-01-08 Thread Richard Hainsworth
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

Rakudo in Perl culture

2009-01-08 Thread Andy Lester
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

Re: Rakudo in Perl culture

2009-01-08 Thread chromatic
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

Re: Rakudo in Perl culture

2009-01-08 Thread Andy Lester
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

r24809 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
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 ==

Re: [perl #62010] [PATCH] fix PARROT_EXPORT visibility=default for gcc other than 4.x

2009-01-08 Thread donald . hunter
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

[perl #62086] ~ in regexes shouldn't cause thrown excpetions

2009-01-08 Thread via RT
# 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

Re: [perl #62010] [PATCH] fix PARROT_EXPORT visibility=default for gcc other than 4.x

2009-01-08 Thread Mark Glines
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

Re: [perl #62010] [PATCH] fix PARROT_EXPORT visibility=default for gcc other than 4.x

2009-01-08 Thread jerry gay
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

Re: Rakudo in Perl culture

2009-01-08 Thread ajr
> > 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

r24819 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
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 ==

r24822 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
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

r24823 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
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 ===

Re: r24819 - docs/Perl6/Spec

2009-01-08 Thread Darren Duncan
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

Re: r24809 - docs/Perl6/Spec

2009-01-08 Thread Geoffrey Broadwell
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

Re: r24819 - docs/Perl6/Spec

2009-01-08 Thread Jon Lang
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) >>