Re: r28344 - docs/Perl6/Spec

2009-09-22 Thread Nicholas Clark
On Mon, Sep 21, 2009 at 10:57:15PM +0200, pugs-comm...@feather.perl6.nl wrote: > Author: lwall > Date: 2009-09-21 22:57:15 +0200 (Mon, 21 Sep 2009) > New Revision: 28344 > @@ -1809,10 +1808,83 @@ > 10,20,30,40,50,60,70,80,90, > 100,200,300,400,500,600,700,800,900 > > +If the right oper

Re: [perl #56712] [BUG] --optimize causes perl6 to segfault during make

2009-09-22 Thread Will Coleda
On Tue, Sep 22, 2009 at 3:30 PM, Andy Dougherty wrote: > On Tue, 22 Sep 2009, Nicholas Clark wrote: > >> On Tue, Sep 22, 2009 at 02:22:17PM -0400, Andy Dougherty wrote: >> > On Tue, 22 Sep 2009, Will Coleda via RT wrote: >> > >> > > On Tue Jul 08 20:56:02 2008, s1n wrote: >> > > > When trying to u

Re: [perl #56712] [BUG] --optimize causes perl6 to segfault during make

2009-09-22 Thread Andy Dougherty
On Tue, 22 Sep 2009, Nicholas Clark wrote: > On Tue, Sep 22, 2009 at 02:22:17PM -0400, Andy Dougherty wrote: > > On Tue, 22 Sep 2009, Will Coleda via RT wrote: > > > > > On Tue Jul 08 20:56:02 2008, s1n wrote: > > > > When trying to use the --optimize flag, building perl6 causes parrot > > > to

Re: [perl #56712] [BUG] --optimize causes perl6 to segfault during make

2009-09-22 Thread Nicholas Clark
On Tue, Sep 22, 2009 at 02:22:17PM -0400, Andy Dougherty wrote: > On Tue, 22 Sep 2009, Will Coleda via RT wrote: > > > On Tue Jul 08 20:56:02 2008, s1n wrote: > > > When trying to use the --optimize flag, building perl6 causes parrot > > to > > > segfault. Attached is the Configure.pl script outp

Re: [perl #56712] [BUG] --optimize causes perl6 to segfault during make

2009-09-22 Thread Andy Dougherty
On Tue, 22 Sep 2009, Will Coleda via RT wrote: > On Tue Jul 08 20:56:02 2008, s1n wrote: > > When trying to use the --optimize flag, building perl6 causes parrot > to > > segfault. Attached is the Configure.pl script output. > > > s1n - this original report is over a year old; there have been

Re: [perl #58990] [TODO] Design new spec coverage mechanism

2009-09-22 Thread François Perrad
2009/9/22 James Keenan via RT : > On Wed Sep 17 16:38:22 2008, jk...@verizon.net wrote: >> We need a way to measure the extent to which Parrot's test suite covers >> the Parrot specification. > > > As with RT #58740, this is a ticket whose functionality is not > absolutely essential to our efforts.

[perl #69272] [TODO] Implement .succ and .pred for Rat

2009-09-22 Thread Carl Mäsak via RT
coke (>), masak (>>): > > rakudo: my $a = 3/4; $a++ > > rakudo 5d3d3a: OUTPUT«Method 'succ' not found for invocant of > > class 'Rat'␤» > > * masak submits rakudobug > > This seems to be working as of e52ed31e2fe1ab2fd4a661ebeda78a880bad1215 > > $ ./perl6 -e 'my $a = 3/4; say ++$a' > 1.75 Inde

[perl #69272] [TODO] Implement .succ and .pred for Rat

2009-09-22 Thread Will Coleda via RT
On Mon Sep 21 22:30:12 2009, masak wrote: > rakudo: my $a = 3/4; $a++ > rakudo 5d3d3a: OUTPUT«Method 'succ' not found for invocant of > class 'Rat'␤» > * masak submits rakudobug This seems to be working as of e52ed31e2fe1ab2fd4a661ebeda78a880bad1215 $ ./perl6 -e 'my $a = 3/4; say ++$a' 1.75 --

Re: Implicit die in CATCH blocks

2009-09-22 Thread Patrick R. Michaud
On Sat, Sep 19, 2009 at 06:35:45PM -0400, Kodi Arfer wrote: > In the process of writing some more tests for CATCH blocks, I've noticed > what appears to be a contradiction between Synopsis 4 on the one hand > and pugs/t/spec/S04-statements/try.t and Rakudo's current behavior on > the other.

Re: r28344 - docs/Perl6/Spec

2009-09-22 Thread David Green
On 2009-Sep-21, at 2:57 pm, pugs-comm...@feather.perl6.nl wrote: So the preceding example reduces to: +1, 2, 3 ... +10, 20, 30 ... +100, 200, 300 ... 1000 + +These rules may seem complicated, but they're essentially just replicating +what a human does naturally when you say "and so

[perl #69272] [TODO] Implement .succ and .pred for Rat

2009-09-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69272] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69272 > rakudo: my $a = 3/4; $a++ rakudo 5d3d3a: OUTPUT«Method 'succ' not found for invocant o