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
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
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
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
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
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:<
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/
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
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
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
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
==
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
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...
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
# 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
# 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«List2
# 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
# 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
# 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
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
20 matches
Mail list logo