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

Re: _bison -vV<TAB> dumps core.



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