Re: [svn:parrot] r19956 - trunk/src

2007-07-17 Thread chromatic
On Tuesday 17 July 2007 21:50:44 [EMAIL PROTECTED] wrote: > Modified: >trunk/src/debug.c > > Log: > Reverse a check on a pointer so that we check for NULL first. Thanks, > Coverity! > > Modified: trunk/src/debug.c > === >

Re: [perl #37015] [TODO] docs - svn howto

2007-07-17 Thread Paul Cochrane
On 18/07/07, jerry gay <[EMAIL PROTECTED]> wrote: On 7/17/07, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Initial comments (perhaps more to come): > > Run podchecker over the doc. > > Can you set your editor's line wrap settings such that when I say > 'perldoc commiter_guide.pod', I don't ge

Re: Parrot Scan login

2007-07-17 Thread David Maxwell
On Tue, Jul 17, 2007 at 09:20:20PM -0500, Andy Lester wrote: > >Excellent. Could you tell me more about the crucial bug? > > We're up to two now, I think. Here's the first for sure: http:// > rt.perl.org/rt3/Ticket/Display.html?id=44019 > > We're returning a pointer to a struct on the stack. Ah

Re: Parrot 0.4.14 "Now, with Seat Belts!" Released

2007-07-17 Thread Andy_Bach
Hi Jerry, I never know exactly how to handle this - making the latest release: - t/configure/106-init_headers.t - t/configure/base.t - t/configure/config_steps.t Use of bare << to mean <<"" is deprecated at config/init/hints/linux.pm line 57. Use of bare << to mean <<"" is deprecated at config/i

Re: Parrot Scan login

2007-07-17 Thread David Maxwell
On Tue, Jul 17, 2007 at 08:26:52PM -0500, Andy Lester wrote: > On Jul 17, 2007, at 3:48 PM, David Maxwell wrote: > Thanks so much for this. I've already turned my attention to a > crucial bug that Scan found, and removed some dead code that it > found, too. Beautiful. Excellent. Could you te

[perl #44019] PackFile_find_fixup_entry returns a pointer to a struct on the stack

2007-07-17 Thread via RT
# New Ticket Created by Andy Lester # Please include the string: [perl #44019] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44019 > Coverity found this one. In PackFile_find_fixup_entry, ep=&e, where e is on the stack.

Re: Parrot Scan login

2007-07-17 Thread Andy Lester
On Jul 17, 2007, at 3:48 PM, David Maxwell wrote: Hello Andy, Paul Cochrane asked me to set up a login for you in the Parrot Scan. Since each project is a seperate instance of Coverity Prevent, logins aren't shared between them - so this account is completely seperate from your perl5 acco

[perl #43979] perl Configure.pl bah not an error?

2007-07-17 Thread James Keenan via RT
Applied to trunk in r19952.

Re: [perl #37015] [TODO] docs - svn howto

2007-07-17 Thread jerry gay
On 7/17/07, James Keenan via RT <[EMAIL PROTECTED]> wrote: Initial comments (perhaps more to come): Run podchecker over the doc. Can you set your editor's line wrap settings such that when I say 'perldoc commiter_guide.pod', I don't get ugly wraps? And now for a theological argument: Should i

Re: Parrot Scan login

2007-07-17 Thread Andy Lester
Excellent. Could you tell me more about the crucial bug? We're up to two now, I think. Here's the first for sure: http:// rt.perl.org/rt3/Ticket/Display.html?id=44019 We're returning a pointer to a struct on the stack. Basically, what I'm doing is installing as many seat belts in the code

Re: Parrot 0.4.14 "Now, with Seat Belts!" Released

2007-07-17 Thread jerry gay
On 7/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Jerry, I never know exactly how to handle this - making the latest release: - t/configure/106-init_headers.t - t/configure/base.t - t/configure/config_steps.t Use of bare << to mean <<"" is deprecated at config/init/hints/linux.pm line

[perl #37015] [TODO] docs - svn howto

2007-07-17 Thread James Keenan via RT
Initial comments (perhaps more to come): Run podchecker over the doc. Can you set your editor's line wrap settings such that when I say 'perldoc commiter_guide.pod', I don't get ugly wraps? And now for a theological argument: Should it be 'commiter' or 'committer'? kid51

[perl #44021] [TODO] simplify PCCMETHOD syntax

2007-07-17 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #44021] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44021 > Currently PCCMETHOD syntax looks like: PCCMETHOD void escape(STRING* str) { /* d

Re: Parrot hackathon at OSCON

2007-07-17 Thread Andy Lester
On Jul 17, 2007, at 7:36 PM, Allison Randal wrote: Saturday, July 28th, we'll have a Parrot hackathon in Portland. The location is to-be-determined (chromatic's house if there aren't more than 10 of us). Drop me a note if you plan to join and I'll update you with details. Alas, I'll be l

Parrot hackathon at OSCON

2007-07-17 Thread Allison Randal
Saturday, July 28th, we'll have a Parrot hackathon in Portland. The location is to-be-determined (chromatic's house if there aren't more than 10 of us). Drop me a note if you plan to join and I'll update you with details. Allison

Re: [perl #44009] src/dynext.c casting warnings

2007-07-17 Thread Mark Glines
On Tue, 17 Jul 2007 16:32:09 -0700 "jerry gay" <[EMAIL PROTECTED]> wrote: > that's a big, ugly mess of macros. your solution is concise, but void > pointers are dangerous and should be avoided wherever possible. it's > not a coding standard yet, but it will be *soon*. perhaps there's a > solution t

Re: [perl #44009] src/dynext.c casting warnings

2007-07-17 Thread jerry gay
On 7/17/07, via RT Mark Glines <[EMAIL PROTECTED]> wrote: # New Ticket Created by Mark Glines # Please include the string: [perl #44009] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44009 > [07:03] <@particle> there are d

Parrot 0.4.14 "Now, with Seat Belts!" Released

2007-07-17 Thread jerry gay
On behalf of the Parrot team, I'm proud to announce Parrot 0.4.14 "Now, with Seat Belts!." Parrot (http://parrotcode.org/) is a virtual machine aimed at running all dynamic languages. Parrot 0.4.14 can be obtained via CPAN (soon), or follow the download instructions at http://parrotcode.org/sourc

[perl #44009] src/dynext.c casting warnings

2007-07-17 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #44009] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44009 > [07:03] <@particle> there are different warnings on different processors, of course :) [

[perl #37015] [TODO] docs - svn howto

2007-07-17 Thread Paul Cochrane via RT
How does this file look? Does it explain everything which needs to be explained? If everything's ok (or noone makes any noise over the next few days) I'll add this file to docs/project. Comments most definitely welcome. Paul commiter_guide.pod Description: Binary data

[perl #44011] Remove compilers/past/ and compilers/post/

2007-07-17 Thread Patrick R. Michaud
# New Ticket Created by "Patrick R. Michaud" # Please include the string: [perl #44011] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44011 > I don't think any languages or other Parrot items are using compilers/past/ or c

[svn:parrot-pdd] r19934 - trunk/docs/pdds/draft

2007-07-17 Thread allison
Author: allison Date: Tue Jul 17 11:59:34 2007 New Revision: 19934 Modified: trunk/docs/pdds/draft/pdd17_pmc.pod Log: [pdd] Add a note to PMC PDD on return values for unset elements of aggregate PMCs. Modified: trunk/docs/pdds/draft/pdd17_pmc.pod

[perl #44003] Parrot 0.4.15 Release

2007-07-17 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #44003] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44003 > This ticket is a placeholder for the 0.4.15 release on 21 August 2007.