Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
regression in $(([##16]...))?
- X-seq: zsh-workers 25904
- From: Stephane Chazelas <Stephane_Chazelas@xxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: regression in $(([##16]...))?
- Date: Thu, 16 Oct 2008 10:23:08 +0100
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hiya,
~$ echo $(([##16]12))
zsh: invalid base (must be 2 to 36 inclusive): -16
(1)~$ echo $(([##2]12))
zsh: invalid base (must be 2 to 36 inclusive): -2
(4.3.6-dev-0+1004)
I remember a check for the allowed bases was introduced at some
point, that may be what broke it.
--
Stéphane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author