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
>
# 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
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
# 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
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
# 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
# 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
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
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.
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:
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
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.
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
13 matches
Mail list logo