Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id p1N4i290018257 for ; Wed, 23 Feb 2011 05:44:03 +0100 Received: (qmail 5312 invoked by alias); 23 Feb 2011 04:43:56 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 23 Feb 2011 04:43:56 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx016) with SMTP; 23 Feb 2011 05:43:56 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p1N4fTnr023613 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Feb 2011 05:41:29 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p1MN1JwB016611; Wed, 23 Feb 2011 05:41:18 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1206176 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 23 Feb 2011 05:41:17 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p1N4fHVt010465 for ; Wed, 23 Feb 2011 05:41:17 +0100 Received: from mail-iy0-f177.google.com (mail-iy0-f177.google.com [209.85.210.177]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p1N4fBeh005736 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Wed, 23 Feb 2011 05:41:16 +0100 Received: by iyf40 with SMTP id 40so4995629iyf.22 for ; Tue, 22 Feb 2011 20:41:11 -0800 (PST) Received: by 10.42.230.137 with SMTP id jm9mr4564621icb.296.1298436071464; Tue, 22 Feb 2011 20:41:11 -0800 (PST) Received: from staff-249-035.wireless.adelaide.edu.au (staff-249-035.wireless.adelaide.edu.au [129.127.249.35]) by mx.google.com with ESMTPS id 8sm6869175iba.22.2011.02.22.20.41.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Feb 2011 20:41:10 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) References: <98E4FF8B-238D-4564-92C2-BA5F9E91A568@yahoo.de> <4D0C6566.7070307@morningstar2.co.uk> <19724.65276.58751.909831@morse.mittelbach-online.de> X-Mailer: Apple Mail (2.1081) X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id p1N4fHVt010466 Message-ID: <4FF17D77-C061-4290-8D0A-EC6F3BCA0F14@latex-project.org> Date: Wed, 23 Feb 2011 15:11:02 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: Bug in l3tl.dtx To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <19724.65276.58751.909831@morse.mittelbach-online.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe7j3G660N4yBY6XHH YPYtmQj6mbYUTZ3LnaFANLWrKE7/wIDhnv+VrW0hxOapLRUwuY9oBqo5h+Dh9B42XlFTMTKlXDju GaV8Q==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6618 On 19/12/2010, at 5:05 AM, Frank Mittelbach wrote: > looks like we should look at completing unit tests for the core modules. > > Any volunteer to help here? > > (quite a number are already there (under /testfiles directory) but as this bug > shows not all functions are sufficiently tested yet) I am slowly in the process of adding flags to the dtx sources for which functions have tests and which don't (see l3quark and l3box for the two I've done so far). But I've just landed a late-notice lecturing job for this semester so my time will be somewhat limited from now until the middle of the year. (Good for my career; bad for my hobbies.) Is there anyone willing to at least help us to augment the dtx files so that we know which tests are missing? The process is to open up the test file(s) which correspond to a given module and insert in the latter the command "\testfile*" inside the {macro} environment for every function that is being tested. So it's quite easy; just a little time-consuming. Many thanks, -- Will