From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27503 invoked from network); 30 Apr 2003 13:40:48 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 30 Apr 2003 13:40:48 -0000 Received: (qmail 2449 invoked by alias); 30 Apr 2003 13:40:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18486 Received: (qmail 2441 invoked from network); 30 Apr 2003 13:40:39 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 30 Apr 2003 13:40:39 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [212.125.75.4] by sunsite.dk (MessageWall 1.0.8) with SMTP; 30 Apr 2003 13:40:39 -0000 Received: (qmail 11179 invoked from network); 30 Apr 2003 13:39:08 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-15.tower-1.messagelabs.com with SMTP; 30 Apr 2003 13:39:08 -0000 Received: from gmcs3.logica.co.uk ([158.234.142.61]) by iris.logica.co.uk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id OAA09108 for ; Wed, 30 Apr 2003 14:39:07 +0100 X-Authentication-Warning: iris.logica.co.uk: Host [158.234.142.61] claimed to be gmcs3.logica.co.uk Received: from gmcs3.logica.co.uk (localhost [127.0.0.1]) by gmcs3.logica.co.uk (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h3UDd7K07471 for ; Wed, 30 Apr 2003 15:39:07 +0200 To: zsh-workers@sunsite.dk X-VirusChecked: Checked In-reply-to: <27990.1051694991@csr.com> From: Oliver Kiddle References: <27990.1051694991@csr.com> Subject: Re: current CVS test failure Date: Wed, 30 Apr 2003 15:39:07 +0200 Message-ID: <7469.1051709947@gmcs3.logica.co.uk> Peter wrote: > > see zsh-workers/18475, still awaiting confirmation of the fix but I may > simply commit it this evening when I get home. Sorry, I've had a busy week and haven't had a chance to look at this. Unfortunately, the _describe change has a problem so we don't want to be contriving the tests. Note that the test is using _arguments and not _describe. I'm going to back out that change until I have more time to think of a better solution. The test is doing _arguments '-+o'. Because there are no other (non-option) things being completed, it adds the -o and +o regardless of the prefix. In _describe, I can't know if _arguments is completing other things so I can't think of any easy solution other than checking prefix-needed manually in any other function using _describe -o. Oliver