Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17739 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80124 invoked by uid 1010); 9 Aug 2005 20:40:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80109 invoked from network); 9 Aug 2005 20:40:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 20:40:59 -0000 X-Host-Fingerprint: 64.233.184.204 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.204:21291] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CA/CF-04646-AD419F24 for ; Tue, 09 Aug 2005 16:40:58 -0400 Received: by wproxy.gmail.com with SMTP id i22so1320275wra for ; Tue, 09 Aug 2005 13:40:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sJVT8vLIyIVAkwh9zwH2V3fYCs+iCPnyKuwxT53PeIu75sfIV1bFljKA5xHC7w8FBh06QAQlUh62Ofg4CHwTzmn8jCv3DKB9eJ+gfuST/FyWuIOgChVFa5zbJnKXM5bL8DqcterscTDV//+vMohsbLS8yQQJF+3mfzRuRHoPZss= Received: by 10.54.52.27 with SMTP id z27mr9958wrz; Tue, 09 Aug 2005 13:40:55 -0700 (PDT) Received: by 10.54.153.5 with HTTP; Tue, 9 Aug 2005 13:40:55 -0700 (PDT) Message-ID: <4e89b42605080913403cadb5a5@mail.gmail.com> Date: Tue, 9 Aug 2005 16:40:55 -0400 To: John Coggeshall Cc: internals@lists.php.net In-Reply-To: <1123619893.8518.7.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1123619893.8518.7.camel@localhost.localdomain> Subject: Re: [PHP-DEV] GCOV From: kingwez@gmail.com (Wez Furlong) 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: >=20 > 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. >=20 > John >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >