zparseopts no longer accepts long options

Vin Shelton <[email protected]>
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <CACeGjnX1F6Mn7LN8gW85ta0O2_Djfv2ZoQPkqKm1uuTWqt+KGg@mail.gmail.com>
/opt/zsh-2026-04-01/bin/zsh -f
smaug% set -- --extra
smaug% typeset -a arg1
smaug% zparseopts -D -E -extra=arg1
smaug% echo $arg1
--extra

/opt/zsh-2026-05-01/bin/zsh -f
smaug% set -- --extra
smaug% typeset -a arg1
smaug% zparseopts -D -E -extra=arg1
zparseopts: bad option: -e
smaug% echo $arg1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.