Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh crash on assignment to $options
- X-seq: zsh-workers 26261
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: zsh crash on assignment to $options
- Date: Thu, 8 Jan 2009 16:50:43 +0100
- Cc: zsh-workers@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=h8daufIvteJxoUGQXWh+h22+phyW9e1tL8IlDF6ycxk=; b=e5InYyeu0baI9vXANi55IMcQKL3juLcpbAk1ZVS+NYDRb3KGmS8FXYRxU7wWjV+XXF Z+5CBNNzugn6AJxocq0bKhHaH76LHUWmGQKsaGiqOuNeml9bEWVOypFAJKOzcrcxE3Oq PKUT+GC/kYCuqtai9ITiy/YHTrbt1rBKgYr4U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wH5iJXGr1b8LGsw9NSBeudg8f+oLRukfeQ0eDslD4C2fu1AcjuZdFRX9xDox9Nn5m2 X0r3VTp/ER4yAuKNNm8UtrqrOC1zcmUL30xEYoj9AspPSvj3q/rN9mliTxLmNra1txZ6 gLI5HMz0Ek3IJonSm3RwdM3LWt4V2FtVFSoJM=
- In-reply-to: <20090108130452.621013cb@news01>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200901081439.34695.arvidjaar@xxxxxxxxxx> <20090108130452.621013cb@news01>
On Thu, Jan 8, 2009 at 14:04, Peter Stephenson <pws@xxxxxxx> wrote:
> The following should be a safe fix, but there may be similar problems it
> doesn't pick up. I'm happy to receive reports from pedantic tests of code
> that's never going to work (but shouldn't crash either). The stuff to do
> with "foundparam" isn't particularly elegant (or documented).
I would suggest adding test cases like the one which prompted the diff
to the test suite. As unlikely as regressions in that area may be, it's a
relatively cheap (read: easy) way to build a library of what I like to call
nut-case tests.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author