From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Documentation: rename gitlink macro to linkgit Date: Thu, 03 Jan 2008 21:50:19 -0800 Message-ID: <7vir2am95w.fsf@gitster.siamese.dyndns.org> References: <87sl1mqt10.fsf@offby1.atm01.sea.blarg.net> <4775B87D.4010507@gmail.com> <20071229155705.GA23659@genesis.frugalware.org> <449c10960712290824yd2c5783l8d0ba91bbad95789@mail.gmail.com> <47767710.7040405@gmail.com> <7vejcypqsp.fsf@gitster.siamese.dyndns.org> <873ateyxjk.fsf@enceladus.ygingras.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: asciidoc-discuss@lists.metaperl.com, git@vger.kernel.org To: Yannick Gingras X-From: git-owner@vger.kernel.org Fri Jan 04 06:51:00 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JAfSN-0000vX-Pd for gcvg-git-2@gmane.org; Fri, 04 Jan 2008 06:51:00 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752535AbYADFu1 (ORCPT ); Fri, 4 Jan 2008 00:50:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752884AbYADFu0 (ORCPT ); Fri, 4 Jan 2008 00:50:26 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:42259 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752312AbYADFu0 (ORCPT ); Fri, 4 Jan 2008 00:50:26 -0500 Received: from a-sasl-quonix (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id B7EFB2B18; Fri, 4 Jan 2008 00:50:24 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 35E362B17; Fri, 4 Jan 2008 00:50:21 -0500 (EST) In-Reply-To: <873ateyxjk.fsf@enceladus.ygingras.net> (Yannick Gingras's message of "Fri, 04 Jan 2008 00:22:55 -0500") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Yannick Gingras writes: > Junio C Hamano writes: > >> Stuart, is there anything we can help you to set up some automated >> tests to catch AsciiDoc regression, so we do not have to suffer like >> this again? > > We considered adding a nose test suite. The upcoming v9.0 release > involves quite a bit of code massaging and we will definitely need an > extensive test suite. But the test suite can only catch obvious > rendering failures so any help in eyeballing the output will be > appreciated. You could go fancy like that, but I suspect that an automated test to compare the text dump (e.g. "links -dump doc.html") generated by before and after version, perhaps with minimum massaging, would go a long enough way. At least that would have caught the "gitlink" breakage, wouldn't it?