Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH Re: zparseopts default associative array
On Feb 15, 10:19pm, Peter Stephenson wrote:
} Subject: Re: PATCH Re: zparseopts default associative array
}
} Bart Schaefer wrote:
} > I suspect I may have missed something with respect to multibyte and/or
} > (un)metafication in zalloc_default_array()?
}
} I don't see why, since this is internal manipulation with any conversion
} from input or to output formats occurring elsewhere (unless I'm missing
} something, I haven't looked through the surrounding context with any care).
Well, the array is going to end up with a mix of stuff copied directly
from getarrvalue() and stuff copied from the argument linklist passed
to bin_zparseopts(). It occured to me that those might not be in the
same internal representation when not plain strings.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author