[svn:perl6-synopsis] r14545 - doc/trunk/design/syn

2008-05-21 Thread larry
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 ==

Re: [perl #53548] [PATCH] fix for auto-generation of runtime/parrot/include/interpflags.pasm

2008-05-21 Thread chromatic
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

Re: [PATCH] rakudo: make target 'spectest_regression'

2008-05-21 Thread chromatic
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

Re: [perl #54602] [PATCH] Several changes to allow C++ compiling

2008-05-21 Thread chromatic
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

[perl #54610] [PATCH] for 'no trailing whitespace' test

2008-05-21 Thread James Keenan via RT
Thanks. Applied as r27734. kid51

[perl #54610] [PATCH] for 'no trailing whitespace' test

2008-05-21 Thread Ifejinelo Onyiah
# 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

Re: [perl #54602] [PATCH] Several changes to allow C++ compiling

2008-05-21 Thread NotFound
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

[perl #54602] [PATCH] Several changes to allow C++ compiling

2008-05-21 Thread via RT
# 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

[svn:perl6-synopsis] r14544 - doc/trunk/design/syn

2008-05-21 Thread larry
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

Re: [svn:parrot] r27714 - trunk/config/gen/makefiles

2008-05-21 Thread Will Coleda
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

Re: [svn:parrot] r27714 - trunk/config/gen/makefiles

2008-05-21 Thread Will Coleda
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

Re: [PATCH] rakudo: make target 'spectest_regression'

2008-05-21 Thread Moritz Lenz
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

[perl #54474] [BUG] cmp doesn't works for integers

2008-05-21 Thread [EMAIL PROTECTED] via RT
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

Re: [PATCH] rakudo: make target 'spectest_regression'

2008-05-21 Thread Jonathan Worthington
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

[perl #54312] [PATCH] Implementation of 'infix:=>' for Rakudo

2008-05-21 Thread [EMAIL PROTECTED] via RT
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

[PATCH] rakudo: make target 'spectest_regression'

2008-05-21 Thread Moritz Lenz
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)

[perl #54474] [BUG] cmp doesn't works for integers

2008-05-21 Thread Vasily Chekalkin via RT
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.

[perl #54562] [TODO] DEVELOPING should stop lagging reality

2008-05-21 Thread via RT
# 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

[perl #54514] [PATCH] Initial implementation of sort for rakudo's List.

2008-05-21 Thread Vasily Chekalkin via RT
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

[perl #54514] [PATCH] Initial implementation of sort for rakudo's List.

2008-05-21 Thread Vasily Chekalkin via RT
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