Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Infinite loop, can't reproduce with zsh -f
- X-seq: zsh-workers 28587
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Infinite loop, can't reproduce with zsh -f
- Date: Thu, 06 Jan 2011 20:03:14 +0000
- In-reply-to: Message from Mikael Magnusson <mikachu@xxxxxxxxx> of "Thu, 06 Jan 2011 20:22:48 +0100." <AANLkTi=N1V_XzGQ0=aZV28rtZhfUJZh4iTSMLp+C-cdd@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Mikael Magnusson wrote:
> Hi, I was going to test something in relation to the =~ bug in the
> other thread and forgot what -regex-match was called, so i tried
> set -x; [[ a =~ b ]]; set +x
> but it just starts spinning forever. It doesn't in zsh -f though.
It's the same bug. The XTRACE option uses the same output code as the
which builtin.
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author