Re: [perl #43815] pmc2c generates wrong #line numbers for languages/perl6/src/pmc/perl6str.pmc

2007-07-30 Thread Mark Glines
On Wed, 11 Jul 2007 23:49:34 -0700 Mark Glines (via RT) <[EMAIL PROTECTED]> wrote: > perl6str.pmc has an extra-long "pmclass" statement, which > breaks the #line numbering when pmc2c generates the .c file. > > The line numbers are wrong in the generated perl6str.c file. > get_string() starts on li

Re: [svn:parrot] r20343 - in trunk: include/parrot src

2007-07-30 Thread Matt Diephouse
On 7/30/07, chromatic <[EMAIL PROTECTED]> wrote: > On Monday 30 July 2007 00:21:09 [EMAIL PROTECTED] wrote: > > Author: mdiep > > Date: Mon Jul 30 00:21:07 2007 > > New Revision: 20343 > > > > Modified: > >trunk/include/parrot/exit.h > >trunk/src/exit.c > >trunk/src/inter_run.c > > > >

Re: [PATCH] [PDD] PDD07: header guard example should use #ifndef

2007-07-30 Thread Andy Lester
On Jul 30, 2007, at 9:56 PM, Mark Glines wrote: Also note that PDD07 actually has two header guard examples; grep for PARROT__H_GUARD and grep for PARROT_FOO_H_GUARD. I think these should be consolidated as well, but this patch does not address that. Done and committed. Thanks. -- Andy Lest

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

2007-07-30 Thread petdance
Author: petdance Date: Mon Jul 30 20:25:41 2007 New Revision: 20372 Modified: trunk/docs/pdds/pdd07_codingstd.pod Log: remove redundant, misplaced bullet point about header guards Modified: trunk/docs/pdds/pdd07_codingstd.pod ===

[PATCH] [PDD] PDD07: header guard example should use #ifndef

2007-07-30 Thread Mark Glines
Hi, A while back, I submitted some patches to fix up header guards, make their syntax consistent and such. These were applied in r18461, r18464, and others. PDD07 contains an example which is no longer consistent with the current headers. I'm submitting this patch for review. It changes

Re: [perl #44247] Using :flat calling a PMC METHOD causes a segfault.

2007-07-30 Thread Bob Rogers
From: "Mehmet Yavuz Selim Soyturk" <[EMAIL PROTECTED]> Date: Mon, 30 Jul 2007 07:31:43 +0200 > Does the attached patch solve the problem? Yes, it does. Thanks. Fixed in r20363, with a regression test. -- Bob

[perl #44269] [TODO] Need more meaningful comment in Parrot Bug Summary

2007-07-30 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #44269] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44269 > Until a few weeks ago, when the weekly Parrot Bug Summary popped up in my newsreader o

Re: Thank you so much Josh Hoblitt for the backtracing

2007-07-30 Thread Joshua Hoblitt
I've just commit some notes on this into docs/debug.pod along with some instructions for getting a backtrace with gdb. It's worth noting that assert() calls abort() while PARROT_ASSERT currently does not so this change is not really semantically equivalent. Some people _will want_ a core file as t

[Proposed PATCH] Tag Free Objects and Assert

2007-07-30 Thread chromatic
This patch (not quite for application) builds on yesterday's free list de-sucking patch. It sets the "Hey, I'm free!" flag on all objects on the free list, then adds assertions to the PMC_IS_NULL() and saneify_string() macros to make sure that neither use free PMCs. Parrot's test suite passes

Re: welcome mark to the company of parrots

2007-07-30 Thread chromatic
On Monday 30 July 2007 13:37:20 jerry gay wrote: > we like to reward enthusiasm with responsibility, so mark will be > responsible for getting parrot 1.0 out the door--next week. good luck, > mark! oh, and *don't* *break* *anything*. I just placed an order for a "So glad I'm grandfathered in" t-s

welcome mark to the company of parrots

2007-07-30 Thread jerry gay
i've just given mark glines (aka infinoid) a commit bit. please join me in welcoming him to the core committers. mark has submitted many high-quality patches, and has shown great enthusiasm. we like to reward enthusiasm with responsibility, so mark will be responsible for getting parrot 1.0 out th

Re: [perl #44247] Using :flat calling a PMC METHOD causes a segfault.

2007-07-30 Thread jerry gay
On 7/29/07, via RT Mehmet Yavuz Selim Soyturk <[EMAIL PROTECTED]> wrote: > # New Ticket Created by "Mehmet Yavuz Selim Soyturk" > # Please include the string: [perl #44247] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=442

Parrot Bug Summary

2007-07-30 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Jul 30 13:00:04 2007 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

Re: [svn:parrot] r20343 - in trunk: include/parrot src

2007-07-30 Thread chromatic
On Monday 30 July 2007 00:21:09 [EMAIL PROTECTED] wrote: > Author: mdiep > Date: Mon Jul 30 00:21:07 2007 > New Revision: 20343 > > Modified: >trunk/include/parrot/exit.h >trunk/src/exit.c >trunk/src/inter_run.c > > Log: > A couple more small cleanups > Modified: trunk/src/inter_run.c