[svn:parrot-pdd] r18832 - in trunk: docs/pdds src src/gc src/stm

2007-06-05 Thread chromatic
Author: chromatic Date: Tue Jun 5 19:12:10 2007 New Revision: 18832 Modified: trunk/docs/pdds/pdd07_codingstd.pod Changes in other areas also in this revision: Modified: trunk/src/gc/register.c trunk/src/objects.c trunk/src/stm/waitlist.c trunk/src/vtables.c Log: [GC] Use more me

Re: [perl #43105] [PATCH] function mmd.c::mmd_expand_y: newly allocated memory unitialized

2007-06-05 Thread chromatic
On Monday 04 June 2007 11:10:01 Bernhard Schmalhofer via RT wrote: > This answers the question. So I propose to apply Mehmet's patch and > add to pdd07 something like: Thanks, both Mehmet's and your patches applied in r18832. -- c

Re: PERL arrays

2007-06-05 Thread Garrett Cooper
Yuval Kogman wrote: On Tue, Jun 05, 2007 at 14:36:51 -0700, [EMAIL PROTECTED] wrote: how do i declare loop through and print a 4 dim array in PERL You listen in class. Or buy a book. Sorry, but we're not here to do your homework, and this is not a general Perl help mailing list. You

Re: PERL arrays

2007-06-05 Thread Juerd Waalboer
[EMAIL PROTECTED] skribis 2007-06-05 14:36 (-0700): > how do i declare loop through and print a 4 dim array in PERL Please note that Perl 6 is still not an acronym. It's not PERL, but Perl. Datastructures are documented in Synopsis 9, at http://dev.perl.org/perl6/doc/design/syn/S09.html I couldn

Re: PERL arrays

2007-06-05 Thread Yuval Kogman
On Tue, Jun 05, 2007 at 14:36:51 -0700, [EMAIL PROTECTED] wrote: > how do i declare loop through and print a 4 dim array in PERL You listen in class. Or buy a book. Sorry, but we're not here to do your homework, and this is not a general Perl help mailing list. You can also probably get by this

Re: [perl #38217] r11124: Cygwin build fails

2007-06-05 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, "Paul Cochrane via RT" writes: : cygwin is building as of r18821. Is this ticket required anymore? I'm still seeing a failure in r18824: [...] make[1]: Entering directory `/usr/src/parrot/src/dynoplibs' make[1]: Leaving directory `/usr/src/parrot/src/dynoplib

PERL arrays

2007-06-05 Thread aislingbrennan21
how do i declare loop through and print a 4 dim array in PERL thanks

Re: [perl #39426] [BUG] Can't build with cygwin.

2007-06-05 Thread Will Coleda
Without the manual setting of PATH before building? On Jun 5, 2007, at 1:45 PM, Paul Cochrane via RT wrote: cygwin is currently building (as of r18821). Is this ticket required anymore? Paul -- Will "Coke" Coleda [EMAIL PROTECTED]

[perl #39426] [BUG] Can't build with cygwin.

2007-06-05 Thread Paul Cochrane via RT
cygwin is currently building (as of r18821). Is this ticket required anymore? Paul

Re: [perl #43134] [TODO] Find a generalised way to determin location of Fink

2007-06-05 Thread Mark J. Reed
I think with fink you can only locate it by looking for "fink" in the user's $PATH (assuming s/he has it set up for fink) and falling back to the default /sw otherwise. On 6/5/07, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote: # New Ticket Created by Paul Cochrane # Please include the string:

Re: Parrot Bug Summary

2007-06-05 Thread Paul Cochrane
the parrot rt queue is growing by the week. it means we have more eyes on the source code, and more folks running parrot. it also means it becomes more difficult to manage. as you can see in the snippets above from the weekly rt summary message, we have 500+ tickets. many of these are unclassifie

[perl #38217] r11124: Cygwin build fails

2007-06-05 Thread Paul Cochrane via RT
cygwin is building as of r18821. Is this ticket required anymore? Paul

Re: [perl #41168] graceful "no compiler" error message?

2007-06-05 Thread Mark J. Reed
It's not a good assumption that the default result of a C compilation is named "a.out". On Cygwin, e.g., it's a.exe. Some compilers default to filename.exe or bare filename (when compiling filename.c). I think you may have to assume that it accepts the -o option and give the tested-for executabl

[perl #43134] [TODO] Find a generalised way to determin location of Fink

2007-06-05 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #43134] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43134 > In config/auto/gdbm.pm there is the following TODO item: """ Need a more generalized w

Re: GC bug on freebsd/x86, triggered by a perl6 test

2007-06-05 Thread Andy Dougherty
On Mon, 4 Jun 2007, Mark Glines wrote: > On Mon, 4 Jun 2007 13:07:18 -0700 > chromatic <[EMAIL PROTECTED]> wrote: > > > On Monday 04 June 2007 12:49:45 Mark Glines wrote: > > > > > (the LD_LIBRARY_PATH bit is required on freebsd so parrot can find > > > libparrot.so.) > > > > The GNU linker sup

Re: [perl #41168] graceful "no compiler" error message?

2007-06-05 Thread Andy Dougherty
On Mon, 4 Jun 2007, James Keenan via RT wrote: > On Fri Jun 01 09:29:18 2007, chromatic at wgz.org wrote: > > This patch is very close. Instead of handling compilation manually, I > > recommend instead using cc_gen() and cc_build() from > > Parrot::Configure::Step. > > See config/auto/sizes.pm f

LD_LIBRARY_PATH required on FreeBSD (was: Re: GC bug on freebsd/x86, triggered by a perl6 test)

2007-06-05 Thread Mark Glines
On Tue, 5 Jun 2007 01:13:36 -0500 Joshua Isom <[EMAIL PROTECTED]> wrote: > After a little prodding around, I think the problem is that the > dynops aren't build with the rpath. I don't know how "proper" the > following patch is(i.e. linux doesn't seem to have a problem so > either this is right o

Re: Not Understanding TGE

2007-06-05 Thread Chris Yocum
Hi Allison, Thank you very much for your response. I am still having problems but I will work on those myself for a while. If I have any other questions, I will post them to the main parrot list. Thank you again. Chris On 6/5/07, Allison Randal <[EMAIL PROTECTED]> wrote: Chris Yocum wrote

[perl #43133] Re: GC bug on freebsd/x86, triggered by a perl6 test

2007-06-05 Thread via RT
# New Ticket Created by Joshua Isom # Please include the string: [perl #43133] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43133 > After a little prodding around, I think the problem is that the dynops aren't build with

[perl #43130] Re: GC bug on freebsd/x86, triggered by a perl6 test

2007-06-05 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #43130] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43130 > On Mon, 4 Jun 2007 13:07:18 -0700 chromatic <[EMAIL PROTECTED]> wrote: > On Monday 04 Ju

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

2007-06-05 Thread Jonathan Lang
Jonathan Lang wrote: > Arguably "list" should be non-committal and we give > @() a different name like "flat", but that grates in my brain for > some reason, if only because most list contexts would in the end > be flat anyway. And "list" in English already implies something > flatter than, say,

[perl #43131] Re: GC bug on freebsd/x86, triggered by a perl6 test

2007-06-05 Thread via RT
# New Ticket Created by Jonathan Worthington # Please include the string: [perl #43131] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43131 > Mark Glines wrote: > I tried the perl6 testsuite on freebsd at Coke's request, a

[perl #43128] GC bug on freebsd/x86, triggered by a perl6 test

2007-06-05 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #43128] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43128 > I tried the perl6 testsuite on freebsd at Coke's request, and discovered a test that fail

[perl #43132] Re: GC bug on freebsd/x86, triggered by a perl6 test

2007-06-05 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #43132] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43132 > On Mon, 04 Jun 2007 21:39:08 +0100 Jonathan Worthington <[EMAIL PROTECTED]> wrote: > > As

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

2007-06-05 Thread Jonathan Lang
Larry Wall wrote: : * In item context, a list of captures becomes a single Array object, : and the question about whether or not it gets flattened gets deferred : until its contents get looked at in list, slice, or hash context. That's the intent. $() used to assume @@ inside till this latest c