From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9368 invoked by alias); 24 Oct 2011 11:35:39 -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: 29851 Received: (qmail 6527 invoked from network); 24 Oct 2011 11:35:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at spodhuis.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201107; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=HC7TvaUtDnfjtPJxBCNkPdhpz3emdeKupvgEw/zWU2E=; b=kyerSWVEmq5WaJjUNYZzEsdGRL7bLQK/+ljVrlp7hSe44fGZmz1vR9o1QKOVfM+HC0lt9N6s4ZJNLtdxC/XZCWftbxeH5eLlTlNQdb9NhTmItE6Vx2N5jcL1bGBp0wxWMkJ7otnnfhtaPxDSzvX57s7fBbaUqfBB2VbbEn5LXfY=; Date: Mon, 24 Oct 2011 07:35:29 -0400 From: Phil Pennock To: zsh-workers@zsh.org Subject: Re: [patch] Re: UTF-8 and PCRE and metafy Message-ID: <20111024113529.GA53002@redoubt.spodhuis.org> Mail-Followup-To: zsh-workers@zsh.org References: <20110308065216.GB79682@redoubt.spodhuis.org> <20110308095850.12843492@pwslap01u.europe.root.pri> <20111021095624.GA23272@redoubt.spodhuis.org> <20111023173215.0be5ff0d@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111023173215.0be5ff0d@pws-pc.ntlworld.com> On 2011-10-23 at 17:32 +0100, Peter Stephenson wrote: > I didn't look through in great detail, so I haven't validated the > structure, but certainly what I saw looked fine Committed; 1.19 of pcre.c. > You'd probably need to encapsulate it within a test for loading the > library, given which it's probably easier just to copy D07multibyte.ztst > and add to the prerequisites a test for loading zsh/pcre at that point, > which ought to be easy. I even tested the test before commit! *cough* Which shows that I still have Y01completion.ztst hanging forever for me; need to figure that out. Added "V07pcre.ztst", added a few tests. At some point, there was a discussion about whether $MATCH/$match should be _unset_ when regex tests fail: at present we don't. Did anyone have any strong opinions on this? At the moment, I unset manually after each print of results, for a batch of simple tests I added. -Phil