From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5861 invoked by alias); 2 Nov 2010 23:53:09 -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: 28387 Received: (qmail 18427 invoked from network); 2 Nov 2010 23:53:07 -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=d200912; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=XaffME0uJ6K+trWHfT+hrVLCfz9g+yqJ4Ozwb0+MHEE=; b=mLQZ0a/mrI6+FA2fOVUX3gHoGWjet6ix0pnu8kqn0DB9rd00ygipe651KZv/arVZfyF9j8aW+mjpkBctksSgEKQe3H94DooaBKqwcIpeZUnlzdL5cg3mPegNCNk2r3HedgVEeuqM03nsFTkpZlnfTjhGx2kuuXRQ567rdhS4kFw=; Date: Tue, 2 Nov 2010 19:37:43 -0400 From: Phil Pennock To: Brandon Philips Cc: Michael Hwang , Mikael Magnusson , zsh workers Subject: Re: [[ 0 =~ 1 || 1 = 0 ]] returns true Message-ID: <20101102233743.GA58265@redoubt.spodhuis.org> Mail-Followup-To: Brandon Philips , Michael Hwang , Mikael Magnusson , zsh workers References: <20101009221700.GA60765@redoubt.spodhuis.org> <20101102163428.GQ672@jenkins.home.ifup.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101102163428.GQ672@jenkins.home.ifup.org> On 2010-11-02 at 09:34 -0700, Brandon Philips wrote: > Did you find anything? Curious on what the state of this is. Fixed in: http://www.zsh.org/mla/workers/2010/msg00784.html Subject: [PATCH]: =~ parsing littering pattern state fix within a couple of hours of my first response. Fixed, regression test added. -Phil