Unicode bracketing spec question

2009-04-22 Thread Timothy S. Nelson
I note that S02 says that the unicode classes Ps/Pe are blessed to act as opening and closing quotes. Is there a reason that we can't have Pi/Pf blessed too? I ask because there are quotation marks in the Pi/Pf set that are called "Substitution" and "Transposition" which I thought might be co

Rakudo Perl 6 development release #16 ("Bratislava")

2009-04-22 Thread Patrick R. Michaud
On behalf of the Rakudo development team, I'm pleased to announce the April 2009 development release of Rakudo Perl #16 "Bratislava". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1]. The tarball for the April 2009 release is available from http://github.com/rakudo/rakudo/dow

Re: [perl #64878] Greek letters in variable names do not work in Rakudo

2009-04-22 Thread Patrick R. Michaud
On Mon, Apr 20, 2009 at 12:32:05AM -0700, Carl Mäsak wrote: > > rakudo: my $βοο = "καλλω"; print $βοο; > rakudo 0d5515: OUTPUT«error:imcc:syntax error, unexpected > USTRINGC, expecting STRINGC ('unicode:"$\u03b2\u03bf\u03bf"') [...] > * masak submits rakudobug The problem seems to be that Parro

Re: [perl #64922] An unamiguous case of dispatch treated as an ambiguous one

2009-04-22 Thread Moritz Lenz
Jonathan Worthington wrote: > Carl Mäsak (via RT) wrote: >> # New Ticket Created by "Carl Mäsak" >> # Please include the string: [perl #64922] >> # in the subject line of all future correspondence about this issue. >> # http://rt.perl.org/rt3/Ticket/Display.html?id=64922 > >> >> >> This might b

r26363 - docs/Perl6/Spec

2009-04-22 Thread pugs-commits
Author: duff Date: 2009-04-22 18:52:35 +0200 (Wed, 22 Apr 2009) New Revision: 26363 Modified: docs/Perl6/Spec/S29-functions.pod Log: minor typo Modified: docs/Perl6/Spec/S29-functions.pod === --- docs/Perl6/Spec/S29-functions.pod

Re: [perl #64858] PATCH: Add .get method to Iterator

2009-04-22 Thread Patrick R. Michaud
On Sun, Apr 19, 2009 at 07:38:07PM -0400, Brian S. Julin wrote: > > Iterator will support .get. It's unclear whether IO will as well, > or whether it will stay exclusively with .getc/.readline. It's fairly certain that IO will use .get -- indeed, it was IO that caused us to change from prefix:<

[PATCH] Remove the code that can optionally generate to a filename. We only use stdout.

2009-04-22 Thread andy
From: Andy Lester --- build/Makefile.in |6 +++--- build/gen_junction_pir.pl | 12 +++- build/gen_uprop_pir.pl| 13 - build/gen_whatever_pir.pl | 12 +++- 4 files changed, 13 insertions(+), 30 deletions(-) diff --git a/build/Makefile.in b/build/

[PATCH] Remove the code that optionally gets a file to print to. We always want to print to STDOUT.

2009-04-22 Thread andy
From: Andy Lester --- build/gen_metaop_pir.pl | 13 - 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/build/gen_metaop_pir.pl b/build/gen_metaop_pir.pl index 78e4fce..9af1746 100644 --- a/build/gen_metaop_pir.pl +++ b/build/gen_metaop_pir.pl @@ -1,5 +1,5 @@ #!/usr/b

Re: [perl #37245] [TODO] IMCC - fix symbol handling

2009-04-22 Thread Patrick R. Michaud
On Wed, Apr 22, 2009 at 04:47:53AM -0700, Christoph Otto via RT wrote: > > This sounds like a good candidate for the new KnownIMCCBugs wiki page, > since it's the kind of issue that users of imcc should be aware of, but > probably isn't worth fixing. Any objections? +1 Pm

Re: [perl #64958] Fixes for log10 of Complex numbers

2009-04-22 Thread Patrick R. Michaud
On Wed, Apr 22, 2009 at 08:21:49AM -0400, Will Coleda wrote: > On Wed, Apr 22, 2009 at 3:49 AM, Jonathan Leto > wrote: > > The attached patch makes calling log10 as a method on Complex numbers > > work, as well as making all tests in t/spec/S32-num/log.t pass. > > This (untested) version will use

r26362 - docs/Perl6/Spec/S32-setting-library

2009-04-22 Thread pugs-commits
Author: pmichaud Date: 2009-04-22 15:44:52 +0200 (Wed, 22 Apr 2009) New Revision: 26362 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: [spec]: Clean up 'quotemeta' in Str.pod, add some questions/comments. Modified: docs/Perl6/Spec/S32-setting-library/Str.pod ==

Re: [perl #64958] Fixes for log10 of Complex numbers

2009-04-22 Thread Will Coleda
On Wed, Apr 22, 2009 at 3:49 AM, Jonathan Leto wrote: > # New Ticket Created by  "Jonathan Leto" > # Please include the string:  [perl #64958] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=64958 > > > > Howdy, > > The attac

Re: [perl #64922] An unamiguous case of dispatch treated as an ambiguous one

2009-04-22 Thread Jonathan Worthington
Carl Mäsak (via RT) wrote: # New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64922] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64922 > This might be in RT already, but I didn't find it, so...

r26359 - docs/Perl6/Spec

2009-04-22 Thread pugs-commits
Author: masak Date: 2009-04-22 12:32:07 +0200 (Wed, 22 Apr 2009) New Revision: 26359 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] typo: removed extra 'returned' Modified: docs/Perl6/Spec/S05-regex.pod === --- docs/Perl6/Spec

[perl #64944] Match.perl dies with StopIteration on quantified captures in Rakudo

2009-04-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64944] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64944 > both my problems went away after updating Rakudo. now I have a new one. I get a StopIte

[perl #64946] List of matches stringifies to its number of elements, not to the matched text in Rakudo

2009-04-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64946] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64946 > rakudo: regex o { o }; "foo" ~~ /f+/; say $.WHAT; say ~$ rakudo ad7389: OUTPUT«List␤2␤

[perl #64948] Rakudo thinks Matches coerced to Hashes don't have 'exists' methods

2009-04-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64948] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64948 > rakudo: say %("foo" ~~ /foo/).exists("foo") rakudo ad7389: OUTPUT«Method 'exists' not

[perl #64952] Iterating over @(Match) flattens positional captures

2009-04-22 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #64952] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64952 > Consider this: 00:57 <@moritz_> rakudo: 'ab' ~~ m/(.)+/; say $0.WHAT; say $1.WHAT 00:57

[perl #64958] Fixes for log10 of Complex numbers

2009-04-22 Thread Jonathan Leto
# New Ticket Created by "Jonathan Leto" # Please include the string: [perl #64958] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64958 > Howdy, The attached patch makes calling log10 as a method on Complex numbers work, a

[perl #64886] For (1..10000000000) bug

2009-04-22 Thread Carl Mäsak via RT
On Tue Apr 21 13:07:28 2009, teodoz...@gmail.com wrote: > I've tried on another machine: > $ ./perl6 -v > This is Rakudo Perl 6, revision 0 built on parrot 1.0.0-devel > for x86_64-linux-gnu-thread-multi. > > Copyright 2006-2008, The Perl Foundation. > > > It eats whole cpu and starts eating mem