Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: arithmetic base accepted on output but not input
- X-seq: zsh-workers 25142
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- Subject: Re: arithmetic base accepted on output but not input
- Date: Sat, 7 Jun 2008 20:43:50 +0200
- Cc: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- In-reply-to: <20080514114312.66719731@news01>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080514102253.GA6202@xxxxxxxxxxxxxxx> <20080514114312.66719731@news01>
On Wed, May 14, 2008 at 12:43 PM, Peter Stephenson <pws@xxxxxxx> wrote:
> + if (pm->base < 2 || pm->base > 36) {
> + zwarnnam(name, "invalid base: %d", pm->base);
> + return 1;
> + }
Could you make the error messages state what range, i.e. 2 to 36,
is allowed, please? Verbose error messages are a great thing :)
Thanks,
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author