Author: larry
Date: Wed May 21 22:33:01 2008
New Revision: 14545
Modified:
doc/trunk/design/syn/S01.pod
doc/trunk/design/syn/S11.pod
Log:
cleanup of old v6-alpha hack suggested by Auzon++
Modified: doc/trunk/design/syn/S01.pod
==
On Saturday 10 May 2008 20:39:55 Chris Dolan wrote:
> I can reproduce it now after "make realclean; svn update; perl
> Configure.pl; make", but I didn't see it before. Odd...
>
> Anyway, the problem was the /()(?: () )*/ regex construct which
> returned an undef match for the second capture. I a
On Wednesday 21 May 2008 08:07:18 Moritz Lenz wrote:
> I just noticed that I screwed up one of the path names, attached patch
> fixes that.
Thanks, applied as r27737.
-- c
On Wednesday 21 May 2008 15:07:00 NotFound wrote:
> Now it passes allmost all tests. A problem is the PIO_eprintf
> function, that is not in any externally usable header.
>
> There is a coding style fail with the #if indenter check, I'm unable
> to locate that problem.
I fixed that one.
> Fixed
Thanks. Applied as r27734.
kid51
# New Ticket Created by "Ifejinelo Onyiah"
# Please include the string: [perl #54610]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54610 >
The purpose of this patch is to allow parrot pass the "no trailing
whitespace" tes
Updated patch:
Now it passes allmost all tests. A problem is the PIO_eprintf
function, that is not in any externally usable header.
There is a coding style fail with the #if indenter check, I'm unable
to locate that problem.
Fixed the perl6nool.pmc, that used a variable named "class".
--
Salu2
# New Ticket Created by NotFound
# Please include the string: [perl #54602]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54602 >
I've been working on several problems that breaks compiling parrot
with C++. This patch solv
Author: larry
Date: Wed May 21 12:31:17 2008
New Revision: 14544
Modified:
doc/trunk/design/syn/S12.pod
Log:
S12 contradiction noted by pmichaud++
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design/syn/S1
On Wed, May 21, 2008 at 10:57 AM, Will Coleda <[EMAIL PROTECTED]> wrote:
> On Wed, May 21, 2008 at 10:54 AM, <[EMAIL PROTECTED]> wrote:
>> Author: fperrad
>> Date: Wed May 21 07:54:27 2008
>> New Revision: 27714
>>
>> Modified:
>> trunk/config/gen/makefiles/root.in
>>
>> Log:
>> [build]
>> - fi
On Wed, May 21, 2008 at 10:54 AM, <[EMAIL PROTECTED]> wrote:
> Author: fperrad
> Date: Wed May 21 07:54:27 2008
> New Revision: 27714
>
> Modified:
> trunk/config/gen/makefiles/root.in
>
> Log:
> [build]
> - fix 'make realclean' on Windows (partial revert of r27361)
>
> The input line is too lo
Jonathan Worthington wrote:
> Moritz Lenz wrote:
>> rakudo's "make spectest" suffers from too much noise in its output.
>>
>> The attached patch adds a spectest_regression target to Makefile that
>> uses whitelisting to run only those tests that are known to pass.
>>
> This is really useful! App
On Tue May 20 15:08:28 2008, bacek wrote:
> On Tue May 20 13:18:36 2008, [EMAIL PROTECTED] wrote:
> >
> > This is correct. PMC_*_val must die.
>
> I've created patch with replacing PMC_int_val with SELF.get_integer().
> It's attached to ticket as integer2.diff
>
Applied as r27700, thanks.
Jona
Moritz Lenz wrote:
rakudo's "make spectest" suffers from too much noise in its output.
The attached patch adds a spectest_regression target to Makefile that
uses whitelisting to run only those tests that are known to pass.
This is really useful! Applied in r27708, thanks. :-)
Jonathan
On Fri May 16 17:27:07 2008, bacek wrote:
> There is implementation of 'infix:=>' for Rakudo
>
Thanks for this. Unfortunately, this doesn't quite work; we need to
handle this in the actions (for the time being, anyway) so we can use
pairs constructed in this way as a named parameter to a call. I'v
rakudo's "make spectest" suffers from too much noise in its output.
The attached patch adds a spectest_regression target to Makefile that
uses whitelisting to run only those tests that are known to pass.
The code in t/harness is somewhat ugly now (ok, it was ugly before, but
now it's even uglier)
On Tue May 20 13:18:36 2008, [EMAIL PROTECTED] wrote:
>
> This is correct. PMC_*_val must die.
I've created patch with replacing PMC_int_val with SELF.get_integer().
It's attached to ticket as integer2.diff
--
Bacek.
# New Ticket Created by Geoffrey Broadwell
# Please include the string: [perl #54562]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54562 >
Here's the current DEVELOPING file:
# $Id$
THIS RELEASE: Parrot
On Tue May 20 23:20:41 2008, bacek wrote:
> There is another implementation based on FixedPMCArray.
Reworked version of patch after Jonathan review of old one.
--
Bacek
Index: src/classes/List.pir
===
--- src/classes/List.pir (revi
On Tue May 20 05:53:16 2008, bacek wrote:
> Hello.
>
> There is initial implementation of sort for Lists. Only
> src/classes/List.pir affected.
There is another implementation based on FixedPMCArray.
--
Bacek
sort.diff
Description: Binary data
20 matches
Mail list logo