Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
dead code in subst_parse_str
- X-seq: zsh-workers 34102
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: dead code in subst_parse_str
- Date: Tue, 6 Jan 2015 01:55:27 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kly+0ovmJ8YGk6RCTjxAuQJwarZ7gbxQmEWGY8Kj7lc=; b=A3mzg1RS6wh2MU/5PpUGXrNizmRN7KEMzYs4jDO6FdZZW/u2rL1TmBgd23ml9hDy4x Y3pvFUhqVlaO3KdNfgcojJcZoWF2D1jA4lsNZHbPNTGnRTTOeZZ/hhGTv+V6hkeo4Str jvVJPUI9oen1EMcsD9dretaLU4cwXxgcDEcEop8M3ImqSPB9MNYELsBjNAeSNGAsVSVK MT7hbiytkOv3TXSL+sRhSNUiYlRScK9wiUJXpiOgp8tgRbMs5r/KuWPgjWr7jIG9nvzm gVu2FOYKhAiDfmCudItexAp9IU6WyoALid67TDxZ7Jxqo0lqDZemZvbm3TKWn2tH7MOQ vVQw==
- 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
A while ago, this was committed,
https://sourceforge.net/p/zsh/code/ci/5fdcd3a2b468
If you look carefully (or at coverity), you'll notice that qt is set
to 0 initially, and then only toggled to 1 if it is already 1, ie
never. This is again a case of I have no idea what's happening here,
so I'll let you guys look at it.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author