Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _bison -vV<TAB> dumps core.
- X-seq: zsh-workers 8274
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: _bison -vV<TAB> dumps core.
- Date: 15 Oct 1999 19:14:07 +0900
- In-reply-to: Sven Wischnowsky's message of "Fri, 15 Oct 1999 10:37:53 +0200 (MET DST)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199910150837.KAA17572@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <199910150837.KAA17572@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> Yes. That was the test if there is an argument after the option. Also,
> mixing single-letter options and long ones had a bug (after strings
> with only one option). Finally, the matches for single-letter option
> (containing the `PREFIX') weren't correctly built in `_arguments'.
The problem is fixed. Thanks.
> Thank you for helping me debugging `computil'. Is it fast enough for
> you? And is the speed difference to the shell code noticeable?
It's good. I can feel the difference on Sun Ultra5.
Unfortunately, it is not general enough to be used by _apt.
I think the idea of general command line parsing builtin mentioned in
7956 is very good. _regex_arguments (used by _apt) is too slow.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author