[perl #45025] Failures in t/configure/107-inter_progs.0[12].t

2007-08-30 Thread James Keenan via RT
On Wed Aug 29 06:42:28 2007, doughera wrote: > On Tue, 28 Aug 2007, James Keenan via RT wrote: > > > On Tue Aug 28 10:00:38 2007, doughera wrote: > > > On Solaris, I'm getting the following failure in both 107- > > > inter_progs.01.t > > > and .02 .t. I suspect it has to do with the use of callba

Re: build error

2007-08-30 Thread Gabor Szabo
On 8/30/07, chromatic <[EMAIL PROTECTED]> wrote: > > What's your platform? Which compiler are you using? sorry. this was my third attempt to post this report. I might have forgotten to include this information: gcc --version gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) uname -a Linux notebook 2.6.20

Build Farm

2007-08-30 Thread David Fetter
Folks, I'm working on generalizing PostgreSQL's buildfarm code , an automated build and test system, and of course I thought of Parrot. The requirements are very light: * Disk space for the source code and build * Connectivity to the internet via HTTP or HTTPS * Some

[svn:parrot-pdd] r20926 - in trunk: docs docs/art docs/book docs/dev docs/imcc docs/pdds docs/pdds/draft docs/pmc docs/stm examples/benchmarks examples/io examples/japh examples/library examples/names

2007-08-30 Thread chromatic
Author: chromatic Date: Thu Aug 30 14:25:32 2007 New Revision: 20926 Modified: trunk/docs/pdds/draft/pdd16_native_call.pod trunk/docs/pdds/draft/pdd17_pmc.pod trunk/docs/pdds/pdd03_calling_conventions.pod trunk/docs/pdds/pdd21_namespaces.pod trunk/docs/pdds/pdd22_io.pod Changes in

Re: [perl #44315] [TODO] Enable scripting of an entire configuration session

2007-08-30 Thread jerry gay
On 8/5/07, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Wed Aug 01 03:56:17 2007, jkeen at verizon.net wrote: > > On Jul 31, 2007, at 10:40 PM, Jerry Gay via RT wrote: > > > > > > > > i do want to have the ability to script an entire configure session: > > > that is, pass specific options t

Re: build error

2007-08-30 Thread Andy Dougherty
On Thu, 30 Aug 2007, chromatic wrote: > On Thursday 30 August 2007 08:05:38 Gabor Szabo wrote: > > > I am experimenting a bit with the compilation of Parrot > > > > perl Configure.pl --gc=malloc-trace > > make > > > > stopped with: > > > > src/malloc.c:4719: warning: function call has aggregate v

Re: build error

2007-08-30 Thread chromatic
On Thursday 30 August 2007 08:05:38 Gabor Szabo wrote: > I am experimenting a bit with the compilation of Parrot > > perl Configure.pl --gc=malloc-trace > make > > stopped with: > > src/malloc.c:4719: warning: function call has aggregate value > make: *** [src/malloc-trace.o] Error 1 > > below is

build error

2007-08-30 Thread Gabor Szabo
I am experimenting a bit with the compilation of Parrot perl Configure.pl --gc=malloc-trace make stopped with: src/malloc.c:4719: warning: function call has aggregate value make: *** [src/malloc-trace.o] Error 1 below is the stderr Gabor print_newline 1211 experimental, no

[perl #45055] [TODO] JIT segs are currently not built

2007-08-30 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #45055] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45055 > Within src/jit.c there is the todo item: /* XXX * JIT segs are currently not

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

2007-08-30 Thread larry
Author: larry Date: Thu Aug 30 04:31:42 2007 New Revision: 1 Modified: doc/trunk/design/syn/S02.pod Log: typo from Aaron Crane++ Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.pod(

Re: Year ranges in copyright information in source files

2007-08-30 Thread Allison Randal
jerry gay wrote: On 8/29/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: On Wed, Aug 29, 2007 at 02:44:13PM +0200, Paul Cochrane wrote: Hi all, I've recently added a test to the coding standards tests which checks for a copyright statement, and that the copyright date is up to date. After a

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

2007-08-30 Thread Aaron Crane
[EMAIL PROTECTED] writes: > +defaults to a sequence of 0 values. If any native type is explicitly > +initialized to C<*> (the C type), it is left unitialized. s[un <( )> it] = 'in'; (Assuming I've got that syntax correct, anyway.) -- Aaron Crane

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

2007-08-30 Thread larry
Author: larry Date: Thu Aug 30 01:51:05 2007 New Revision: 14443 Modified: doc/trunk/design/syn/S03.pod Log: Clarification of identity values for min and max Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/de

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

2007-08-30 Thread larry
Author: larry Date: Thu Aug 30 01:28:17 2007 New Revision: 14442 Modified: doc/trunk/design/syn/S02.pod Log: Initializations of native types, requested by masak++, sunnavy++, moritz++ Modified: doc/trunk/design/syn/S02.pod =