Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12222 invoked by uid 1010); 9 Aug 2005 21:30:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12207 invoked from network); 9 Aug 2005 21:30:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 21:30:12 -0000 X-Host-Fingerprint: 69.56.217.178 unknown Linux 2.4/2.6 Received: from ([69.56.217.178:36312] helo=coggeshall.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 34/C4-04646-46029F24 for ; Tue, 09 Aug 2005 17:30:12 -0400 Received: from [192.168.1.104] (reverse.techspace.com [216.174.125.101] (may be forged)) (authenticated bits=0) by coggeshall.org (8.12.8/8.12.8) with ESMTP id j79K7213012451 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 9 Aug 2005 15:07:02 -0500 To: Nuno Lopes Cc: internals@lists.php.net In-Reply-To: <002001c59d23$c697f1f0$0100a8c0@pc07653> References: <1123619893.8518.7.camel@localhost.localdomain> <002001c59d23$c697f1f0$0100a8c0@pc07653> Content-Type: text/plain Date: Tue, 09 Aug 2005 17:30:09 -0400 Message-ID: <1123623009.8518.12.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] GCOV From: john@coggeshall.org (John Coggeshall) On Tue, 2005-08-09 at 21:49 +0100, Nuno Lopes wrote: > BTW, there was an error in your patch: it cleans the *.gcno files (which are > generated at compile time) in cov_gen_clean() before running lcov, thus > breaking the proccess. Opps. I'll fix that when I commit. As soon as we get the parsers fixed up I'll make some final tweaks and get it in CVS John