From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29112 invoked by alias); 15 Apr 2015 16:23:07 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34897 Received: (qmail 25597 invoked from network); 15 Apr 2015 16:23:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=uRcL7RKwL01prLwO5Bppb3mrCsW/h8cq0LL2GtClmAU=; b=fWKVTZcgLqAnE1ZUbFcuz4ks+LXkbRRa2KbPw0UB2yoE64/5WHi7ilb+mDKIMAji/V rFrAalkWb4qEa2F4b9zZy5FpvW5839EyRTGXYnp8Pqg8ALnbCvJ+o3/SMzLqEKPmqWmW KtjPnCvRzrMP38t7BdK1rCABZkWeWZ/Ibn+NAANYlyNZA0CXQJYA9Xmw0iKRcpdz6wnK 0WbD57C/BGqYgvi+uIlYJ7wujfZqqrwHGx3HNMQPiHgQBEgtyf6njEmNY7VW1Rtatk90 zz557Tfs1uncH02kL+acAuqViZZro+DBmAfz2D36dNAEpYklS6FEPWb1aeJiHnqsOAr9 dYEQ== X-Gm-Message-State: ALoCoQkRggxDsVfl9lhUC+j4qtlxKS0DwZ+O1MvZb/W+qK1+oid1jS8q9FHsHkK60K+UGCqOKcxH X-Received: by 10.60.37.166 with SMTP id z6mr21670474oej.63.1429114982975; Wed, 15 Apr 2015 09:23:02 -0700 (PDT) From: Bart Schaefer Message-Id: <150415092300.ZM26692@torch.brasslantern.com> Date: Wed, 15 Apr 2015 09:23:00 -0700 In-Reply-To: <20150415162650.61a7d399@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: broken parsing with $((`:`))" (Apr 15, 4:26pm) References: <20150415030531.GA8187@vapier> <20150415100324.296ffa3e@pwslap01u.europe.root.pri> <150415081348.ZM26219@torch.brasslantern.com> <20150415162650.61a7d399@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Potential 3.0.8 [was Re: broken parsing with $((`:`))] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 15, 4:26pm, Peter Stephenson wrote: } Subject: Re: broken parsing with $((`:`)) } } On Wed, 15 Apr 2015 08:13:48 -0700 } Bart Schaefer wrote: } > } (Please, God, make the problems with command and math substitution } > } parsing stop now.) } > } > Indeed ... at what point should we consider 5.0.8 to get all these little } > edge-case fixes out into the field? } } Soon, I think; the problems are only trickling in somewhat glacially now } so there doesn't seem a lot of point in waiting... does anybody know } anything immediately blocking...? Dunno if it's "blocking" but it'd be nice to resolve those "exec" with variable assignments that Jun T. pointed out. I have the following un-pushed changes (some of which have been posted in previous articles, some not): remove _message from _mkdir unquote history words when command line has a quote no files to add in compaudit compsys.yo tweak "will" -> "will be" local TZ in strftime quote/quotebreak remove useless cast doc vindex pid allow clobber of zero-sized files maybe-helpful change free() to zfree() in two places add backslash to alias expansion matching in _expand test for breadth-first glob with (Y1)