Re: Splint upgrade released

2007-07-13 Thread Mark Glines
On Fri, 13 Jul 2007 23:39:06 -0500 Andy Lester <[EMAIL PROTECTED]> wrote: > All you splint users, go get the new download. > > http://splint.org/download.html > > Rock on, splinters! Thanks, Andy! I'm already bugging the Gentoo folks to version-bump their package. There's an ebuild attached to

[perl #43847] [TODO] - tools/dev/mk_manifest_and_skip.pl shouldn't modify unnecessarily

2007-07-13 Thread James Keenan via RT
The Perl 5 code in this file was in severe need of refactoring, so I have made several commits to that end. The refactoring has focused on: 1. Moving variable declarations closer to the point at which the variables are used. 2. Not opening filehandles until they're actually needed for printing.

Splint upgrade released

2007-07-13 Thread Andy Lester
All you splint users, go get the new download. http://splint.org/download.html Rock on, splinters! Begin forwarded message: From: David Evans <[EMAIL PROTECTED]> Date: July 13, 2007 5:50:24 PM CDT To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [splint-discuss] Releasing 3.1.2 Hi An

Re: Different Invocation Schemes Make No Sense

2007-07-13 Thread Will Coleda
If I try this against r19833, I get: Invoking Parrot to generate runtime/parrot/include/config.fpmc -- cross your fingers ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc make: *** [runtime/parrot/include/config.fpmc] Error 138 even with a realclean. $ sw_vers ProductName:

[perl #43839] [CAGE] string_chopn should be split up

2007-07-13 Thread Will Coleda via RT
On Thu Jul 12 12:03:43 2007, petdance wrote: > There should be string_chopn and string_chopn_inplace instead of an > inplace flag. Done. Slightly better version than the patch that got attached to the ticket; r19834.

[perl #43851] All calls to stack_entry need to be NULL-checked

2007-07-13 Thread Bob Rogers
From: Andy Lester (via RT) <[EMAIL PROTECTED]> Date: Fri, 13 Jul 2007 08:31:36 -0700 # New Ticket Created by Andy Lester # Please include the string: [perl #43851] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.htm

[perl #43857] [TODO] Refactor config probes that are used only by language implementation

2007-07-13 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #43857] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43857 > There are several config probes that are only used for language implementations

[perl #43855] embed.h no longer needs the Parrot_init prototype

2007-07-13 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #43855] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43855 > There's a comment in embed.h which says: /* XXX Parrot_init() should be removed, no long

Re: [svn:parrot-pdd] r19832 - trunk/docs/pdds

2007-07-13 Thread Patrick R. Michaud
On Fri, Jul 13, 2007 at 09:16:59AM -0700, [EMAIL PROTECTED] wrote: > +++ trunk/docs/pdds/pdd15_objects.pod Fri Jul 13 09:16:58 2007 > @@ -889,9 +889,15 @@ > =item getattribute > >$P1 = getattribute $P2, $S3 > + $P1 = getattribute $P2, $P3, $S4 > > Get the attribute with the fully qualifi

[svn:parrot-pdd] r19832 - trunk/docs/pdds

2007-07-13 Thread allison
Author: allison Date: Fri Jul 13 09:16:58 2007 New Revision: 19832 Modified: trunk/docs/pdds/pdd15_objects.pod Log: [pdd] Add keyed option to spec for getattribute opcode. Modified: trunk/docs/pdds/pdd15_objects.pod

[perl #43851] All calls to stack_entry need to be NULL-checked

2007-07-13 Thread via RT
# New Ticket Created by Andy Lester # Please include the string: [perl #43851] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43851 > Splint helpfully points out that we're using the results of stack_entry() throughout st

[perl #43847] [TODO] - tools/dev/mk_manifest_and_skip.pl shouldn't modify unnecessarily

2007-07-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #43847] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43847 > This tool seems to result in a lot of diffs like: > -# generated by tools/dev/mk_manifes

[perl #40392] [CAGE] convert C to C

2007-07-13 Thread Paul Cochrane via RT
On Tue Jun 26 02:36:59 2007, ptc wrote: > On Thu Sep 21 14:38:40 2006, particle wrote: > > parrot's source is littered with internal_exception() calls, the bulk > > (all?) of which should be converted to real_exception() calls. > > internal exceptions are uncatchable, and might as well be called >