Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Inconsistency of GLOB_ASSIGN
On Nov 27, 8:43pm, Peter Stephenson wrote:
} Subject: Re: Inconsistency of GLOB_ASSIGN
}
} On Wed, 26 Nov 2014 21:57:25 -0800
} Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
} > torch% x=*.h
} > zsh: bad floating point constant
}
} I will try to think of a prize to give anyone who can make any language
} other than zsh report a floating point error when assigning an array to
} an integer.
It's assigning the scalar "config.h" to an integer ... if it were an
array, it'd change the type of the variable and never attempt math.
Nevertheless ...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author