Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17742 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84189 invoked by uid 1010); 9 Aug 2005 20:50:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84174 invoked from network); 9 Aug 2005 20:50:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 20:50:02 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:34685] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9E/60-04646-AF619F24 for ; Tue, 09 Aug 2005 16:50:02 -0400 Received: from [192.168.1.3] (dsl-082-083-244-228.arcor-ip.net [82.83.244.228]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 4097F35C37B; Tue, 9 Aug 2005 23:09:05 +0200 (CEST) Date: Tue, 9 Aug 2005 22:50:04 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1712973976.20050809225004@marcus-boerger.de> To: John Coggeshall Cc: Wez Furlong , internals@lists.php.net In-Reply-To: <1123620241.8518.9.camel@localhost.localdomain> References: <1123619893.8518.7.camel@localhost.localdomain> <4e89b42605080913403cadb5a5@mail.gmail.com> <1123620241.8518.9.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] GCOV From: helly@php.net (Marcus Boerger) Hello John, for the .re ones i could simply release re2c 0.9.10 and you use the new switch we especially made for that. If i knew we were going for 5.1 i had probably done that at OSCON but i didn't see any action required until just now. best regards marcus Tuesday, August 9, 2005, 10:44:01 PM, you wrote: > I also wrote one, i don't care which we use... it's a 5 line shell > script :) > On Tue, 2005-08-09 at 16:40 -0400, Wez Furlong wrote: >> IIRC, we have a script that does this already for our release >> tarballs; should save some effort. >> >> --Wez. >> >> On 8/9/05, John Coggeshall wrote: >> > Before we deep-freeze the CVS, I'd like to get my GCOV stuff committed. >> > The changes are relatively minor and I've already run it past Andi. I'm >> > trying to get around one last problem that maybe someone else can take >> > care of: >> > >> > The basic issue is that our parsers have broken file/line preprocessor >> > directives... since we're pre-generating these files and then committing >> > them, things like #file and #line are breaking gcov because it's using >> > them to look for source and the paths are from whomever committed them >> > to begin with. I spoke with Andi about this at OSCON and we agreed that >> > it's probably best when GCOV is enabled to strip those preprocessor >> > directives out beforehand. Any other thoughts/comments? If no one has a >> > better solution I'll commit the code later today.