Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in regexp operator when warn_create_global is in effect
- X-seq: zsh-workers 40488
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Bug in regexp operator when warn_create_global is in effect
- Date: Thu, 2 Feb 2017 14:55:27 -0800
- Authentication-results: amavisd4.gkg.net (amavisd-new); dkim=pass (2048-bit key) header.d=brasslantern-com.20150623.gappssmtp.com
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=KSNOfrB4VEbrJVM4ZIZ6rwryAMzC+RfRGGQIFf2DUe8=; b=gamqV6f6QoRBLT7VOJ9cl30B8Y37BS7wblYLRJ7xX0EgflljkXtwUwBfvdqFKTQFX0 vMnxhOqTgTvFFYoMMg14Vmk4EImfg6ihy1EsiNiDnBa2c7lIr9Am0muOQDFCre36paLi uTe8qksQhmsqLEdp6dcaVP536cgdBq1iyAe1+OLj8DNbiNxuwAE695xWXALocxWMxU9E pCCk8xhwh7dprqwbVz9S+U2CpaQhs5WdQ+xfD30t6DLUsu1nD7wFESlWIuBy4n03PzJR rUwvUp+mELyJRZKXg7GfXXL263P5nyLTKmuToE9+33eO2WXI4soe0uySg8yOqtTGCDTe zIeQ==
- In-reply-to: <20170202094340.64946066@pwslap01u.europe.root.pri>
- 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
- References: <CGME20170202073801epcas4p3fa77b3bbe2794d2f574ac0319f13ab3f@epcas4p3.samsung.com> <1486021036.1782934.867696784.0FCB3E9A@webmail.messagingengine.com> <20170202094340.64946066@pwslap01u.europe.root.pri>
On Feb 2, 9:43am, Peter Stephenson wrote:
}
} > While it is correct, that regexp matching sets, as side effect, the
} > variables mentioned here, it doesn't, IMHO, make much sense that a zsh
} > user, who not even *uses* these variables, receives these error
} > messages.
}
} Yes, you're right, the user doesn't even necessarily want them
} [...]. So probably best to turn the warnings off.
Didn't we discuss this once beforeand decide exactly the opposite?
Yes, here:
http://www.zsh.org/mla/workers//2015/msg03106.html
That seems to directly contradict what you just said/patched.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author