Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

MAX_ARRLEN



I've just hit MAX_ARRLEN.  The array in question wasn't much larger than
the limit and when I commented out the checks everything just worked fine.
So it looks like an arbitrary limit isn't much use --- no great
surprise, I don't think anyone here is a big fan of them.

What's the right thing to do?  There are various grades ranging from
making it compilable out, through making it compile-time configurable
with an option to compile out, through making it an option to have the
check turned on, to having a variable that we check using getiparam()
each time, to having a special variable so that we don't need to get it
each time.  I think the last option with a clearly named variable such
as ZSH_MAX_ARRAY_LENGTH that can be set to 0 to turn it off is probably
the best.

-- 
Peter Stephenson <pws@xxxxxxx>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog



Messages sorted by: Reverse Date, Date, Thread, Author