zsh-workers
 help / color / mirror / code / Atom feed
* regression in $(([##16]...))?
@ 2008-10-16  9:23 Stephane Chazelas
  2008-10-16  9:31 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Stephane Chazelas @ 2008-10-16  9:23 UTC (permalink / raw)
  To: Zsh hackers list

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-16 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-16  9:23 regression in $(([##16]...))? Stephane Chazelas
2008-10-16  9:31 ` Peter Stephenson
2008-10-16 10:04   ` Stephane Chazelas

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).