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 40496
- From: Ronald Fischer <ynnor@xxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: Bug in regexp operator when warn_create_global is in effect
- Date: Mon, 06 Feb 2017 11:44:09 +0100
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=SjXJ29UhMtAid3RK8LtRHKuVJe o=; b=e//QruKzGa7ytY5LTdfzsrvK0lszs8aq83le6slFwB3zl3xYuzovq/8XCO SjLQMhB1hBuioDADY7gmXKCFh5k34dGgGKnXxXADE/LFe0MhucWAo5YTuiWHOpL8 mFrBVqyfLYwq1G73xEM9e3yo4DJpAlD4PvItE80JZb/kMZbeA=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=Sj XJ29UhMtAid3RK8LtRHKuVJeo=; b=A9sgPQxHEAodtIPKUxt9UCX7BLeRX+LtrP YSqtPAseYNC6+z5KI4OTwnn8E4pi0aAItGFA9S4N3GQC6FI+efFK4LI/JUb7MOw+ CHaSi7XzOlAyTb/3WPPnYDE2u7Wq+ZxFDAtiybD1rbqZh6JnsCbR6TFJDu/5iG8V mBiO+oQFU=
- 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>
> Yes, you're right, the user doesn't even necessarily want them, which is
> different from the case of the globbing flags in native zsh
> expressions. So probably best to turn the warnings off.
I wouldn't consider this an optimal solution. This type of warning
proved to be extremely useful, and was catching already several spelling
errors in our own program.
Even worse, this new behaviour was not present in 5.1.1, and since we
are migrating a large zsh codebase from 5.1.1 to 5.2, we suddenly get
these warnings in several places.
Ronald
Messages sorted by:
Reverse Date,
Date,
Thread,
Author